Package: RapidPolygonLookup 0.1.1

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.

Authors:Markus Loecher <[email protected]> and Madhav Kumar <[email protected]>

RapidPolygonLookup_0.1.1.tar.gz
RapidPolygonLookup_0.1.1.zip(r-4.5)RapidPolygonLookup_0.1.1.zip(r-4.4)RapidPolygonLookup_0.1.1.zip(r-4.3)
RapidPolygonLookup_0.1.1.tgz(r-4.4-any)RapidPolygonLookup_0.1.1.tgz(r-4.3-any)
RapidPolygonLookup_0.1.1.tar.gz(r-4.5-noble)RapidPolygonLookup_0.1.1.tar.gz(r-4.4-noble)
RapidPolygonLookup_0.1.1.tgz(r-4.4-emscripten)RapidPolygonLookup_0.1.1.tgz(r-4.3-emscripten)
RapidPolygonLookup.pdf |RapidPolygonLookup.html
RapidPolygonLookup/json (API)

# Install 'RapidPolygonLookup' in R:
install.packages('RapidPolygonLookup', repos = c('https://markusloecher.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Datasets:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

6 exports 1 stars 0.09 score 6 dependencies 13 scripts 161 downloads

Last updated 6 years agofrom:7ffe963aeb. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 23 2024
R-4.5-winOKAug 23 2024
R-4.5-linuxOKAug 23 2024
R-4.4-winOKAug 23 2024
R-4.4-macOKAug 23 2024
R-4.3-winOKAug 23 2024
R-4.3-macOKAug 23 2024

Exports:AddRangesCropSpatialPolygonsDataFrameDiagnoseFailureFindPolygonInRangesRapidPolygonLookupSearchForPolygon

Dependencies:latticePBSmappingpngRANNRgoogleMapssp

RapidPolygonLookup: An R Package for polygon lookup using kd-trees

Rendered fromRapidPolygonLookup.Rnwusingutils::Sweaveon Aug 23 2024.

Last update: 2019-01-14
Started: 2013-11-18