Closed allentran closed 4 years ago
addresses #114
Speeds up pruning and parsing SM trees data (avoids two brute force N^2 computations) and some initial parsing for other LA datasets.
sjoin()
contains
addresses #114
Motivation and context
Speeds up pruning and parsing SM trees data (avoids two brute force N^2 computations) and some initial parsing for other LA datasets.
What I did
sjoin()
to do a spatial join based on the predicatecontains
(uses a RTree to avoid doing the N^2 calculation)