-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacement for the geojsoncontour package needs to be found #952
Comments
|
depends on: metno/pyaro-readers#27 |
A solution to this issue could be to convert the contours to shapely objects https://gis.stackexchange.com/questions/99917/converting-matplotlib-contour-objects-to-shapely-objects and then use shapely's geojson output https://shapely.readthedocs.io/en/stable/reference/shapely.to_geojson.html |
You might want to have a look at the approach I took in the issue quoted in a previous comment. I believe this would be more efficient: it's using The |
|
@jgriesfeller and I have been added as maintainers for |
The development of the
geojsoncontour
package has been abandoned. The last commit id from 5 November 2020. According to it's setup.py the last supported Python version is 3.7We need to find a replacement or fork it (has MIT license)
Used for aeroval's contour plots (maps)
The text was updated successfully, but these errors were encountered: