OSGeoLive-Notebooks
OSGeoLive-Notebooks copied to clipboard
Repository for OSGeo-Live Jupyter Notebooks
Switch to `unary_union` for Shapely as `cascaded_union` is deprecated and shows warnings: ``` ShapelyDeprecationWarning: The 'cascaded_union()' function is deprecated. Use 'unary_union()' instead. dst_poly = cascaded_union(nboxes) ``` Use `geoms` for multipart...
Changes to the MapScript notebook: - Remove a few Python 2 hacks - Remove the draw example that creates an empty map - Correctly display OGC XML responses - Fix...
The link "SciTools-courses" fails as there is no index.ipynb file in that folder.
Linked the first GRASS GIS notebook
Hi all, I think that the actual structure is quite unfriendly, I would like to reorganize the notebooks in a different way, I think something like the following structure could...
Hi all, how could we integrate other external notebooks? GRASS GIS community has some notebooks ([introduction to pygrass](https://github.com/zarch/workshop-pygrass), [how to write GRASS python addons](https://github.com/wenzeslaus/python-grass-addon)) and we could integrate somehow here....