From 48e0193dacc6974dd515435b307503045dbf7fc0 Mon Sep 17 00:00:00 2001 From: Eduardo Lacerda Date: Sat, 11 Jul 2020 21:30:56 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a006072..f13b5b0 100644 --- a/README.md +++ b/README.md @@ -593,6 +593,8 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [rust-osm](https://github.com/georust/rust-osm) - OSM XML serialization and other OpenStreetMap utilities. * [rust-shapefile](https://github.com/georust/rust-shapefile) - Rust read/write support for shapefiles. * [rust-gpx](https://github.com/georust/rust-gpx) - Rust read/write support for GPS Exchange Format (GPX). +* [rust-tilejson](https://github.com/georust/tilejson) - tilejson is a crate for serializing/deserializing the TileJSON format. +* [geographiclib-rs](https://github.com/georust/geographiclib-rs) - A subset of geographiclib implemented in Rust. * [Hecate](https://github.com/mapbox/Hecate) - Fast Geospatial Feature Storage API. * [kdtree-rs](https://github.com/mrhooray/kdtree-rs) - K-dimensional tree in Rust for fast geospatial indexing and nearest neighbors lookup * [Martin](https://github.com/urbica/martin) - Martin is a PostGIS vector tiles server suitable for large databases. Martin is written in Rust using Actix web framework.