Averaging Home Values in Google Earth
April 17, 2009 4:20 PM
Subscribe
GoogleEarthFilter: I have a bunch of addresses with the value of each house and want to average the values based on region.
I plotted all the addresses in Google Earth using an .xml file generated from http://www.batchgeocode.com/. I put the home values in the "Name" column so that it would come up when I moused over the point.
At the least I need to be able to: Draw in lines in Google Earth to show where voting districts are.
It would be awesome if I could: Draw in lines in Google Earth, maybe shift some data from the .xml file around, and have Google Earth figure the average home in each district value for me.
I can't import the voting districts map because it only exists in print form. If it matters, I have about 100 different addresses and the most updated free version of Google Earth.
Thank you!
posted by thewestinggame to computers & internet (5 comments total)
2 users marked this as a favorite
As to calculating the values, not sure if google earth is capable of that kind of thing, ideally you would use a GIS program like ArcGIS but it's very expensive. There is grass GIS which is open-source but it can be tricky to use. If you have programming skills, you could write a simple script to do the math and create the kml file yourself. To calculate the average property values, you would just need an algorithm to figure out if a point is in a given polygon. I'm sure there are other GIS/statistics packages that would do this simply but I'm not familiar with them.
posted by martini at 7:16 PM on April 17