This script reverse geocodes each row of a CSV using the LocationIQ API.
- Make sure you have NodeJS (https://nodejs.org/) installed
- Run
npm install
- Make sure there's a file named
input.csv
exists - Make sure input.csv has a columns called "Latitude" and "Longitude"
- Run the script from the command prompt with
node locationiq.js --key YOUR_API_KEY
- When done, you'll get a file called
output.csv
that matches your input but has additional columns