demandlib
With the demandlib you can create power and heat profiles for various sectors by scaling them to your desired demand.
https://github.com/oemof/oemof-demand
Category: Energy Systems
Sub Category: Load and Demand Forecasting
Keywords from Contributors
energy-system modelling-framework datapackage energy-system-modeling oemof wind power brandenburg tabular-data sector-coupling
Last synced: about 14 hours ago
JSON representation
Repository metadata
Creating heat and power demand profiles from annual values.
- Host: GitHub
- URL: https://github.com/oemof/oemof-demand
- Owner: oemof
- License: mit
- Created: 2016-04-08T06:17:48.000Z (almost 10 years ago)
- Default Branch: dev
- Last Pushed: 2026-02-28T11:24:54.000Z (10 days ago)
- Last Synced: 2026-03-05T05:29:54.537Z (6 days ago)
- Language: Python
- Homepage: https://oemof.org
- Size: 3.34 MB
- Stars: 71
- Watchers: 9
- Forks: 43
- Open Issues: 14
- Releases: 12
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
README.rst
========
Overview
========
.. start-badges
.. list-table::
:stub-columns: 1
* - docs
- |docs|
* - tests
- | |tox-pytest| |tox-checks| |coveralls|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations| |commits-since| |packaging|
.. |tox-pytest| image:: https://github.com/oemof/oemof-demand/workflows/tox%20pytests/badge.svg
:target: https://github.com/oemof/oemof-demand/actions?query=workflow%3A%22tox+checks%22
.. |tox-checks| image:: https://github.com/oemof/oemof-demand/workflows/tox%20checks/badge.svg?branch=dev
:target: https://github.com/oemof/oemof-demand/actions?query=workflow%3A%22tox+checks%22
.. |packaging| image:: https://github.com/oemof/oemof-demand/workflows/packaging/badge.svg?branch=dev
:target: https://github.com/oemof/oemof-demand/actions?query=workflow%3Apackaging
.. |docs| image:: https://readthedocs.org/projects/oemof-demand/badge/?style=flat
:target: https://oemof-demand.readthedocs.io/
:alt: Documentation Status
.. |coveralls| image:: https://coveralls.io/repos/oemof/oemof-demand/badge.svg?branch=dev&service=github
:alt: Coverage Status
:target: https://coveralls.io/github/oemof/oemof-demand?branch=dev
.. |version| image:: https://img.shields.io/pypi/v/oemof-demand.svg
:alt: PyPI Package latest release
:target: https://pypi.org/project/oemof-demand
.. |wheel| image:: https://img.shields.io/pypi/wheel/oemof-demand.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/oemof-demand
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/oemof-demand.svg
:alt: Supported versions
:target: https://pypi.org/project/oemof-demand
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/oemof-demand.svg
:alt: Supported implementations
:target: https://pypi.org/project/oemof-demand
.. |commits-since| image:: https://img.shields.io/github/commits-since/oemof/oemof-demand/latest/dev
:alt: Commits since latest release
:target: https://github.com/oemof/oemof-demand/compare/master...dev
.. end-badges
Creating heat and power demand profiles from annual values.
* Free software: MIT license
Installation
============
::
pip install oemof-demand
You can also install the in-development version with::
pip install https://github.com/oemof/oemof-demand/archive/master.zip
Documentation
=============
https://oemof-demand.readthedocs.io/
Development
===========
To run all the tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox
Owner metadata
- Name: oemof community
- Login: oemof
- Email: contact@oemof.org
- Kind: organization
- Description: Open Energy Modelling Framework - A modular open source framework to model energy supply systems
- Website: https://oemof.org
- Location: Germany
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/8503379?v=4
- Repositories: 17
- Last ynced at: 2024-04-16T01:14:39.887Z
- Profile URL: https://github.com/oemof
GitHub Events
Total
- Delete event: 1
- Pull request event: 2
- Issue comment event: 1
- Push event: 11
- Create event: 2
Last Year
- Delete event: 1
- Pull request event: 2
- Issue comment event: 1
- Push event: 11
- Create event: 2
Issue and Pull Request metadata
Last synced: 10 days ago
Total issues: 0
Total pull requests: 2
Average time to close issues: N/A
Average time to close pull requests: 9 days
Total issue authors: 0
Total pull request authors: 2
Average comments per issue: 0
Average comments per pull request: 1.5
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 2
Past year average time to close issues: N/A
Past year average time to close pull requests: 9 days
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 1.5
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
Top Pull Request Authors
- alekha1234 (1)
- uvchik (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 1
-
Total downloads:
- pypi: 115 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
pypi.org: oemof.demand
Creating heat and power demand profiles from annual values
- Homepage: https://github.com/oemof/oemof-demand
- Documentation: https://oemof-demand.readthedocs.io/
- Licenses: MIT License
- Latest release: 0.2.3a1 (published 22 days ago)
- Last Synced: 2026-03-03T01:00:45.055Z (8 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 115 Last month
-
Rankings:
- Dependent packages count: 7.828%
- Average: 28.362%
- Downloads: 32.997%
- Dependent repos count: 44.261%
Dependencies
- pip >=19.1.1
- setuptools >=18.0.1
- six >=1.14.0
- virtualenv >=16.6.0
- sphinx >=1.3
- sphinx-rtd-theme *
- numpy *
- actions/checkout v2 composite
- actions/setup-python v1 composite
- samuelmeuli/lint-action v1 composite
- actions/checkout v1 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v1 composite
- actions/setup-python v2 composite
Score: -Infinity