A tiny Rails app which uses the Geocoder gem to geocode addresses in the supplied CSV file.
A colleague had to geocode a lot of addresses. This would be an ongoing requirement.
gem install bundler
Clone this repository
cd into the cloned repository
bundle install
rails s
- Drag-drop your csv file onto the browser window running the application.
- The file must include: 'Address', 'Latitude' and 'Longitude' columns (amongst others).
- A progress bar will show the number of rows geocoded.
- Once the process finishes a file called geocoded.csv will be downloaded, containing your original columns with the longitude and latitude filled in.
- You can download previous results by clicking the big red button.
That's a photo showing the Tauranga waterfront.