geojsonvt
A Rust library for slicing GeoJSON data into vector tile on the fly.
Features
- Slices large GeoJSON data into vector tiles
- High performance Rust implementation
Installation
Add the dependency to your Cargo.toml:
[]
= "0.1.0"
Usage
use GeoJson;
use ;
use fs;
use FromStr;
Run Example
benchmark
| geojson-vt (JS) | geojson-vt (JS --jitless) | geojson2vt (Py) | geojson-vt-rs (rs) | geojsonvt (rs,this repo) |
|---|---|---|---|---|
| 2.563s | 15.147s | 29.943s | 5.286 | 1.617s |