{"id":13594956,"url":"https://github.com/georust/rstar","last_synced_at":"2025-05-14T01:07:31.892Z","repository":{"id":38955336,"uuid":"158752531","full_name":"georust/rstar","owner":"georust","description":"R*-tree spatial index for the Rust ecosystem","archived":false,"fork":false,"pushed_at":"2025-02-28T18:36:18.000Z","size":571,"stargazers_count":449,"open_issues_count":33,"forks_count":67,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-08T16:31:32.621Z","etag":null,"topics":["geometry","rust","spatial"],"latest_commit_sha":null,"homepage":"https://docs.rs/rstar","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/georust.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-11-22T21:42:40.000Z","updated_at":"2025-05-04T20:08:06.000Z","dependencies_parsed_at":"2023-02-17T02:30:56.522Z","dependency_job_id":"4c0fb02c-456f-4242-a60c-a69fc9ab1c47","html_url":"https://github.com/georust/rstar","commit_stats":{"total_commits":234,"total_committers":36,"mean_commits":6.5,"dds":0.6495726495726496,"last_synced_commit":"7634435cc268b798973f4a81a09f5352382da0fa"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georust%2Frstar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georust%2Frstar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georust%2Frstar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georust%2Frstar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georust","download_url":"https://codeload.github.com/georust/rstar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253857453,"owners_count":21974739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geometry","rust","spatial"],"created_at":"2024-08-01T16:01:41.512Z","updated_at":"2025-05-14T01:07:31.836Z","avatar_url":"https://github.com/georust.png","language":"Rust","readme":"[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/georust/rstar/test.yml?style=plastic)](#)\n[![Docs](https://docs.rs/rstar/badge.svg)](https://docs.rs/rstar/)\n[![Crates.io](https://img.shields.io/crates/v/rstar.svg)](https://crates.io/crates/rstar)\n[![MIT/Apache](https://img.shields.io/crates/l/rustc-serialize.svg)](#license)\n\n# rstar\n\nA flexible, n-dimensional [r*-tree](https://en.wikipedia.org/wiki/R*_tree) implementation for the Rust ecosystem, suitable for use as a spatial index.\n\nPlease refer to the [crate README](rstar/README.md) for more information.\n\n## r-tree\n\nAn r-tree is a data structure containing spatial data and is optimized for nearest neighbor search. Spatial data refers to an object that has the notion of a position and extent, for example points, lines and rectangles in any dimension.\n\n## Geometries\n\nPrimitives are provided for point, line, and rectangle geometries. The [`geo`](https://crates.io/crates/geo) crate uses rstar as an efficient spatial index and provides [`RTreeObject`](file:///Users/sth/dev/rstar/target/doc/rstar/trait.RTreeObject.html) implementations for storing complex geometries such as linestrings and polygons.\n\n# Demo\nTo run the rstar-demo, checkout the repository and run `cargo run rstar-demo` in the\nrepository root.\n![Demo Image](rtree-example.png)\n\n# License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorust%2Frstar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorust%2Frstar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorust%2Frstar/lists"}