Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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