Skip to content

Releases: impactlab/eemeter

Updated documentation and improved homogeneity

25 Mar 21:29

Choose a tag to compare

  • Improved documentation for meters
  • Slight parameter reordering and renaming for improved homogeneity in meters.

Updated package layout and structure

17 Mar 22:32

Choose a tag to compare

Pre-release

This release contains numerous bug fixes and optimizations, as well as structural reorganization. Most notable are the following changes:

  • Faster units handling in weather sources, which is no longer dependent on pint
  • Updated docstring format to explicitly document inputs and outputs (incomplete coverage)
  • Moved location handling methods out of eemeter.weather and into eemeter.location
  • Completed implementation of BPI2400 section 3.2.2 for verifying energy bill quality by adding CVRMSE

Initial prototype

10 Mar 15:50

Choose a tag to compare

Initial prototype Pre-release
Pre-release

Initial release of an eemeter API:

  • Fetch, sync, and cache weather data (including CDD/HDD) from various web sources
  • Import and organize consumption data of multiple fuel types
  • Run data quality checks
  • Select and fit temperature sensitivity models to consumption data
  • Build custom meters by mixing and matching components
  • Use YAML to specify meters
  • Generate realistic data for project and portfolio simulation