Closed dpinney closed 8 years ago
b18678f2f728b5d1745b96604b7589bd1120d8a9 has the initial try. Google Geocoding API(not required): https://developers.google.com/maps/documentation/geocoding/#ReverseGeocoding zillow API(required): http://www.zillow.com/howto/api/GetDeepSearchResults.htm And also need to improvement of the parsing from xml file.
On my todo list now.
By the way, @jinhw1989, if you get email from this thread--this prototype is AWESOME. :+1:
Fully implemented in 23d8ea5eba086ee1e9deb3285d0fdf2b242767b2
Goal
Given a pair of GPS coordinates, return a Gridlab-D house model. The model should match the square footage and as many other details as possible as the house at that location. There are many open real estate database we could use, but our best bet is probably Zillow.
Spec
In a .py file in /omf/omf/scratch/ we need a function like:
Resources
First, we have GIS information. Turn that into a street address using Google or Geocoder.us.
Then, use the zillow API to get details on the property: http://www.zillow.com/howto/api/GetDeepSearchResults.htm
Make sure we don't run afoul of this: http://www.zillow.com/howto/api/APITerms.htm
Some notes from a co-op engineer on modeling residential loads: https://unity.sparklist.com/read/messages?id=418038