impactlab / eemeter

‼️ MOVED TO https://github.com/openeemeter/eemeter - Core computation engine for the Open Energy Efficiency Meter
https://eemeter.readthedocs.io/
MIT License
25 stars 13 forks source link

Mapping zipcode to weather station #87

Closed philngo closed 8 years ago

philngo commented 9 years ago

The modules currently maps from zipcode to weather station by grabbing the nearest weather station - convert both to lat long, then measure distance using the haversine method.

Some stakeholders may be interested in more sophisticated mapping methods.

potash commented 9 years ago

Or instead of using a single weather station we might use multiple stations for estimations using an interpolation method like Kriging.

philngo commented 8 years ago

This was implemented in v0.2.13-alpha