Update README.md

This commit is contained in:
Eduardo Lacerda 2021-10-06 04:12:36 -03:00 committed by GitHub
parent dcc969b798
commit 2cbb6b3230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana
- [C](#c-1)
- [Fortran](#fortran)
- [Go](#go)
- [Nim](#nim)
- [Rust](#rust)
- [Ruby](#ruby)
- [PHP](#php)
@ -713,6 +714,12 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana
* [Tegola](https://github.com/go-spatial/tegola) - Tegola is a vector tile server delivering Mapbox Vector Tiles with support for PostGIS and GeoPackage data providers.
## Nim
* [fp_denoise](https://github.com/jblindsay/fp_denoise) - A tool for de-noising raster digital elevation models.
* [kdtree](https://github.com/jblindsay/kdtree) - A pure Nim k-d tree implementation for efficient spatial querying of point data.
* [wbt_nim](https://github.com/jblindsay/wbt_nim) - A Nim-based API for using the WhiteboxTools geospatial data analysis library.
## Rust
* [A/B Street](https://github.com/dabreegster/abstreet) - A traffic simulation game exploring how small changes to roads affect cyclists, transit users, pedestrians, and drivers.