-
-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support GeoPandas Polygons and MultiPolygons (#1285)
* Add rendering of GeoPandas polygons and multipolygons via ragged arrays * Add example notebooks * Correct scope of shapely function call * Calculate geopandas bounds once only * Support dask-geopandas and use lazy imports * Add optional dependencies so can "pip install datashader[geopandas]" * Explicit Shapely version check * Add tests comparing geopandas, dask-geopandas and spatialpandas * Remove demo notebooks * Use sindex.query instead of cx for GeoPandas.GeoDataFrame * Better error reporting * Move geopandas check and spatial filtering to separate function for reuse
- Loading branch information
1 parent
c9f9283
commit 9e20700
Showing
6 changed files
with
264 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.