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

Speed up unit conversions in consumptions. #64

Closed philngo closed 8 years ago

philngo commented 9 years ago

I think it should probably still handle all of [kWh, kWhs, kilowatthours, kilowatthour], [thm,therm,therms], [joule, joules, J], [Btu, BTU, BritishThermalUnit], which is roughly what it can handle now because of pint.

or maybe it should just handle [kWh, thm, Btu]?

philngo commented 8 years ago

Consumptions can now be operated on as vectors because of the pandas backend.