From 2c237e458b55706bb46f978edb6aa8099953d636 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Nov 2020 10:56:53 -0500 Subject: [PATCH] Update README.md adding geocoding tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3624412..05e4c83 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ Over the years, I have been collecting a list of my go-to resources for cartogra - [Texas A&M Geoservices](http://geoservices.tamu.edu/Services/Geocode/ "Texas A&M Geoservices") - [OpenCage Geocoder](http://geocoder.opencagedata.com/api.html#quickstart) - [Geocoding in the browser](http://giscollective.org/geocoding-in-the-browser/ "Geocoding in the browser"): tutorial/tips by Sam Matthews +- [CSV2GEO](https://csv2geo.com/): Batch Geocoder, Reverse Geocoder, API with Interactive Map, Worldwide coverage - [Geocode with a CSV](http://emanuelfeld.github.io/geocoder/ "Geocoder by Emanuel Feld"): Uses the Google Maps API, ideally with not more than a few hundred rows - [csvgeocode](https://github.com/veltman/csvgeocode): Node.js geocoder tool by Noah Veltman that allows you to convert a CSV with addresses to lat/lon coordinates using several built-in geocoders or a custom one. Fulcrum [wrote a blog post explaining how to use it](http://www.fulcrumapp.com/blog/geocoding-data-with-nodejs/). - [OSMNames](https://osmnames.org/): Geocoder, allows download and work offline. Entries rank based on related Wikipedia article popularity.