Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boydjohnson/geojson-rstar
RTree support, through the RStar crate, for geojson
https://github.com/boydjohnson/geojson-rstar
geojson geospatial geospatial-data rtree rust-lang
Last synced: 11 days ago
JSON representation
RTree support, through the RStar crate, for geojson
- Host: GitHub
- URL: https://github.com/boydjohnson/geojson-rstar
- Owner: boydjohnson
- License: apache-2.0
- Created: 2019-05-05T19:00:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T03:09:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-03T01:52:56.306Z (8 months ago)
- Topics: geojson, geospatial, geospatial-data, rtree, rust-lang
- Language: Rust
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geojson-rstar Rust
[travis](https://travis-ci.com/boydjohnson/geojson-rstar) ![build](https://travis-ci.com/boydjohnson/geojson-rstar.svg?branch=master)
This is a WIP library that integrates Rust [geojson](https://crates.io/crates/geojson) and [rstar](https://crates.io/crates/rstar)
Adding this library as a dependency:
```toml
[dependencies]
geojson-rstar = { git = "https://github.com/boydjohnson/geojson-rstar }
```Check out the tests directory for usage