csvgeocode icon indicating copy to clipboard operation
csvgeocode copied to clipboard

Node module for bulk geocoding addresses in a CSV.

Results 11 csvgeocode issues
Sort by recently updated
recently updated
newest added

Just to confirm that https://geocode.earth/ the drop-in replacement of mapzen† pelias geocoder worked for me `csvgeocode addresses.csv --verbose --url "https://api.geocode.earth/v1/search?api_key=ge-XXXXXXXX&text={{address}}" --handler mapzen` We may want to rename or alias a...

Hi @veltman. Thanks for building this repository. I've made two changes which I wanted to share, but I don't think they are ready to be merged. So please feel free...

row handler only seems to run after, not before, geocoding.

I was looking to geocode a file that contained "Villeneuve d'Ascq, France", and the script found "Strada Villeneuve D' Asq, Gorj, Romania". For some reason the apostrophe was encoded to...

Would be great if we had an argument for defining a different delimiter, like a semicolon.

When used with fields that contain double quotes and therefore are escaped by prepending those with an escaping backslash this backslash gets broken and Excel, Libreoffice and other editors interpret...

My interwebs dropped in the middle of a batch. Oh no! The whole process is hanging. Suppose this should also be configurable via a commandline switch. https://github.com/request/request#timeouts

Throttling requests via [`queue-async` concurrency](https://github.com/d3/d3-queue#queue) would be a nice alternative/complement to the `--delay` switch. Maybe could be specified via `--concurrency `. Will see if I can find time to add...

Add a `maxFailures` option so that if there are more than X consecutive failures, it stops running (so that if, e.g., you're over an API's limit for the day, it...