codeforsanjose / Project-Ideas

Hey have an idea for a Project? Post it here! See the Waffle version here:
https://waffle.io/codeforsanjose/Project-Ideas
31 stars 7 forks source link

Write script to add latitude and longitude to affordable housing datasets #67

Closed evankroske closed 8 years ago

evankroske commented 8 years ago

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.

evankroske commented 8 years ago

Related to #60

KRNelson commented 8 years ago

Got it, submitted pull request.

evankroske commented 8 years ago

Merged:

https://github.com/codeforsanjose/HackNightProjects/pull/11