CRAN/E | RapidPolygonLookup

RapidPolygonLookup

POLYGON LOOKUP USING KD TREES

Installation

About

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.

Key Metrics

Version 0.1.1
R ≥ 2.10.0
Published 2019-01-14 1939 days ago
Needs compilation? no
License GPL-2
License GPL-3
CRAN checks RapidPolygonLookup results

Downloads

Yesterday 4 0%
Last 7 days 31 -39%
Last 30 days 137 -10%
Last 90 days 395 -39%
Last 365 days 1.879 -24%

Maintainer

Maintainer

Markus Loecher

markus.loecher@gmail.com

Authors

Markus Loecher
Madhav Kumar

Material

Reference manual
Package source

Vignettes

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

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

RapidPolygonLookup archive

Depends

R ≥ 2.10.0
sp
RANN
PBSmapping
RgoogleMaps