From e68d8f059c28ab7f70fc24c3c0b66aeabd4a6310 Mon Sep 17 00:00:00 2001 From: Christoph Rieke Date: Sat, 9 Mar 2019 13:07:21 +0100 Subject: [PATCH] added TileJSON.io raster tile viewer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da6c2fd..8097cb2 100644 --- a/README.md +++ b/README.md @@ -932,6 +932,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [Spatialreference.org](http://spatialreference.org/) - Source for coordinate system information. * [ESRI Shapefile Specs](http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf) - Shapefile specifications. * [GeoJSON.io](http://geojson.io/) - geojson.io is a quick, simple tool for creating, viewing, and sharing maps. +* [TileJSON.io](http://tilejson.io/) - tilejson.io is a simple viewer for raster tile sets (Enter tile URL, layer properties, share). * [GDAL/OGR Cookbook](https://pcjericks.github.io/py-gdalogr-cookbook/) - Simple code snippets on how to use the Python GDAL/OGR API. * [Geopython](https://github.com/urschrei/Geopython) - Notebooks and libraries for spatial/geo Python explorations.