Releases: impactlab/eemeter
Releases · impactlab/eemeter
Updated documentation and improved homogeneity
- Improved documentation for meters
- Slight parameter reordering and renaming for improved homogeneity in meters.
Updated package layout and structure
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.weatherand intoeemeter.location - Completed implementation of BPI2400 section 3.2.2 for verifying energy bill quality by adding CVRMSE
Initial prototype
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