koito19960406 / ZenSVI

This package is a one-stop solution for downloading, cleaning, analyzing street view imagery
https://zensvi.readthedocs.io/en/latest/
Creative Commons Attribution Share Alike 4.0 International
20 stars 2 forks source link

Use Dask-Geopandas to speed up within-polygon checking #10

Closed koito19960406 closed 4 months ago

koito19960406 commented 1 year ago

Currently, it takes a bit too much time to check if panoids are within the input polygon without utilizing multiple CPUs. Dask-geopandas package might be able to solve this issue.