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

Remove ziplocate.us(broken) and NREL API dependencies. #42

Closed philngo closed 9 years ago

philngo commented 9 years ago

We no longer need to use these functions, as all zipcode/weather station/lat long wrangling is internal now.

philngo commented 9 years ago

18f752328f52bb576f2841279915a5c069ab801e removes these dependencies. Use zipcode_to_lat_lng and zipcode_to_tmy3 (which have no external dependencies) instead.