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

Weather source should use pandas #98

Closed philngo closed 8 years ago

philngo commented 8 years ago

This should speed things up, as temps are stored in a python dictionary keyed by date strings like "20120101", which necessitates lots of string to datetime and datetime to string conversions, and doesn't allow easy indexing.