Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Conversation

@SIBeckers
Copy link
Collaborator

Hey shendric,
I've added in a spatial index based resampling function (resampleIDX()) and introduced some quick and dirty timing to it and the resampling() function. resampleIDX uses RTREE, Shapely and bottleneck and should give about a substantial increase in resampled points per second (~50% increase based on very limited testing). However, the spatial index is serialized to disk and does require a very substantial amount of disk space so its use may be limited.

Uses Shapely Prepared Geometries to improve point in polygon search execution speed when the list of points is large.
Additional PyoVal Functions
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant