From 9fa55bd1b8a69e1de317dcd71df680f5b6d26e10 Mon Sep 17 00:00:00 2001 From: Christian Stade-Schuldt Date: Wed, 23 Jan 2019 15:42:57 +0100 Subject: [PATCH] fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1156dc7..1839e11 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [entwine](https://github.com/connormanning/entwine) - Entwine is a data organization library for massive point clouds, designed to conquer datasets of hundreds of billions of points as well as desktop-scale point clouds. * [OpenDroneMap](https://github.com/OpenDroneMap/OpenDroneMap) - OpenDroneMap is a tool to postprocess drone, balloon, kite, and street view data to geographic data including orthophotos, point clouds, & textured mesh. * [S2 Geometry](https://github.com/google/s2geometry) - Computational geometry and spatial indexing on the sphere. -* [TIN Terain](https://github.com/heremaps/tin-terrain) - A command-line tool for converting heightmaps in GeoTIFF format into tiled optimized meshes. +* [TIN Terrain](https://github.com/heremaps/tin-terrain) - A command-line tool for converting heightmaps in GeoTIFF format into tiled optimized meshes. * [tippecanoe](https://github.com/mapbox/tippecanoe) - Build vector tilesets from large collections of GeoJSON features. * [Selene](https://github.com/kmhofmann/selene) - A C++14 image representation, processing and I/O library. * [Pronto Raster](https://github.com/ahhz/raster) - C++ library for geographical raster data analysis.