RapidPolygonLookup
POLYGON LOOKUP USING KD TREES
Facilitates efficient polygon search using kd trees. Coordinate level spatial data can be aggregated to higher geographical identities like census blocks, ZIP codes or police district boundaries. This process requires mapping each point in the given data set to a particular identity of the desired geographical hierarchy. Unless efficient data structures are used, this can be a daunting task. The operation point.in.polygon() from the package sp is computationally expensive. Here, we exploit kd-trees as efficient nearest neighbor search algorithm to dramatically reduce the effective number of polygons being searched.
- Version0.1.1
- R version≥ 2.10.0
- LicenseGPL-2
- LicenseGPL-3
- Needs compilation?No
- Last release01/14/2019
Documentation
Team
Markus Loecher
Markus Loecher and Madhav Kumar
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Depends5 packages