{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database"},{"label":"GIS","url":"https://skillfed.io/packages/category/scientific-engineering-gis"}],"enrichment":{"capability":"Rtree wraps libspatialindex to provide spatial indexing for Python, enabling nearest-neighbor search, intersection queries, and multi-dimensional spatial data structures.","skillfed_tags":["spatial-indexing","gis","r-tree"],"use_cases":["Build a geographic information system (GIS) that queries which map features intersect a user's viewport.","Implement nearest-neighbor search in a spatial database to find the closest points of interest to a given location.","Index and query multi-dimensional scientific data (e.g., particle positions in a simulation) for fast spatial lookups.","Store and retrieve spatial metadata (e.g., bounding boxes) alongside Python objects using clustered indexes.","Bulk-load large spatial datasets and serialize the index to disk for repeated queries without rebuilding."],"what_it_does":"Rtree is a Python wrapper around libspatialindex that brings spatial indexing capabilities to Python applications. It allows you to build and query multi-dimensional spatial structures\u2014such as geographic boundaries, bounding boxes, or point clouds\u2014using R-Tree data structures. The package supports nearest-neighbor search, intersection queries, bulk loading, disk serialization, and custom storage backends, making it useful for GIS systems, spatial databases, and scientific computing.\n\nThe package has no runtime Python dependencies and supports Python 3.9 through 3.13. It is classified as production-stable with nearly 10 million monthly downloads and active maintenance, making it a mature choice for spatial indexing in Python.","worth_installing":"Yes. Rtree is a mature, actively maintained package with no known vulnerabilities, permissive MIT licensing, and broad platform support. Install friction is medium due to compiled dependencies. Choose it if you need spatial indexing for GIS, scientific computing, or spatial databases."},"id":"rtree","links":{"html":"https://skillfed.io/packages/rtree","md":"https://skillfed.io/packages/rtree.md","pypi":"https://pypi.org/project/rtree/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-08-13","license_spdx":"MIT","license_treatment":"permissive","name":"rtree","python_support":"supports_current","summary":"R-Tree spatial index for Python GIS"},"popularity":{"monthly_downloads":9823017,"position":1497,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.4.1"}
