From 2305133f22457b1dfaaa3568992c30d67fe6fcb1 Mon Sep 17 00:00:00 2001 From: Eduardo Lacerda Date: Wed, 29 Dec 2021 13:01:52 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d13eb22..53a7f07 100644 --- a/README.md +++ b/README.md @@ -750,6 +750,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [rust-geohash](https://github.com/georust/rust-geohash) - Geohash for Rust. * [rust-geojson](https://github.com/georust/rust-geojson) - Library for serializing the GeoJSON vector GIS file format. * [rust-geos](https://github.com/georust/geos) - Rust bindings for GEOS C API. +* [rust-kml](https://github.com/georust/kml) - Rust support for reading and writing KML with a focus on conversion to geo-types primitives. * [rust-gpx](https://github.com/georust/rust-gpx) - Rust read/write support for GPS Exchange Format (GPX). * [rust-netcdf](https://github.com/georust/netcdf) - Medium-level netCDF bindings for Rust, allowing easy reading and writing of array-like structures to a file. * [rust-osm](https://github.com/georust/rust-osm) - OSM XML serialization and other OpenStreetMap utilities.