Skip to content

rognstad/location-iq-bulk-reverse-geocode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LocationIQ Bulk Reverse Geocode

Summary

This script reverse geocodes each row of a CSV using the LocationIQ API.

Instructions

  1. Make sure you have NodeJS (https://nodejs.org/) installed
  2. Run npm install
  3. Make sure there's a file named input.csv exists
  4. Make sure input.csv has a columns called "Latitude" and "Longitude"
  5. Run the script from the command prompt with node locationiq.js --key YOUR_API_KEY
  6. When done, you'll get a file called output.csv that matches your input but has additional columns

About

Simple node script to reverse geocode from CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published