rtree2d v0.3.0 Release Notes

Release Date: 2018-06-18 // almost 6 years ago
    • ⚡️ Replace RTree.merge and RTree.diff functions by a more efficient RTree.update which allows to remove and add entries with a one subsequent bulk packing.
    • ➕ Add the nearest function to search a nearest entry for the given point.
    • ➕ Add ability to use RTree for indexing of spherical coordinates, where X-axis is used for latitudes, and Y-axis for longitudes in degrees. Result distances of the nearest function output are in kilometers.

    All changes v0.2.0...v0.3.0