Skip to content

javierarce/node-batch-geocoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-batch-geocoder

Reads a list of places and returns a geolocated CSV file.

Instructions

  1. Clone the repo:

     git clone https://github.com/javierarce/node-batch-geocoder.git
    
  2. Install the required modules:

     cd node-batch-geocoder
     npm install
    
  3. Create the location input file:

     echo "Madrid, Spain" > locations.txt
    
  4. Run the geocoder:

     node app.js
    

After the script is finished, you'll get a geocoded CSV file called locations.csv:

location latitude longitude
Madrid, Spain 40.4167754 -3.7037902

About

Geocode a list of places and return a geolocated CSV file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published