veltman / csvgeocode

Node module for bulk geocoding addresses in a CSV.
164 stars 26 forks source link

migrate mapzen to geocode.earth #19

Open Fil opened 6 years ago

Fil commented 6 years ago

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 few things in the documentation and handler's names.

missinglink commented 2 years ago

@veltman would you accept a PR for this?