-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Flatbush instead of JTS STR RTree for spatial joins
There are memory problems with spatial joins, potentially due to the large number of objects created by the JTS RTree. The JTS tree used for the build side of spatial joins creates many objects and may not report its memory precisely. A Flatbush creates very few objects, with a low memory footprint, as well as faster build/query times.
- Loading branch information
1 parent
394c8c3
commit 5a4c520
Showing
3 changed files
with
40 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters