codeforsanjose/Project-Ideas

Write script to add latitude and longitude to affordable housing datasets

Closed this issue · 3 comments

Write a script in Python, Node.js, or another language that does the following:

  1. Takes an affordable housing dataset in CSV format.
  2. Finds the latitude and longitude of each affordable-housing property using the Google Maps Geocoding API.
  3. Produces a CSV file containing the original data plus two new columns containing the latitude and longitude of each property.

Add the script and the augmented datasets to a new directory in this repository.

Related to #60

Got it, submitted pull request.