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 9 hours ago
JSON representation

Repository metadata

Creating heat and power demand profiles from annual values.

README.rst

          ========
Overview
========

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |tox-pytest| |tox-checks| |coverage|
    * - package
      - | |version| |supported-versions| |commits-since|


.. |tox-pytest| image:: https://github.com/oemof/oemof-demand/workflows/tox%20pytests/badge.svg
    :target: https://github.com/oemof/oemof-demand/actions/workflows/tox_pytests.yml

.. |tox-checks| image:: https://github.com/oemof/oemof-demand/workflows/tox%20checks/badge.svg
    :target: https://github.com/oemof/oemof-demand/actions/workflows/tox_checks.yml

.. |coverage| image:: https://raw.githubusercontent.com/oemof/oemof-demand/python-coverage-comment-action-data/badge.svg
    :target: https://htmlpreview.github.io/?https://github.com/oemof/oemof-demand/blob/python-coverage-comment-action-data/htmlcov/index.html

.. |docs| image:: https://readthedocs.org/projects/oemof-demand/badge/
    :target: https://oemof-demand.readthedocs.io/
    :alt: Documentation Status

.. |version| image:: https://img.shields.io/pypi/v/oemof-demand.svg
    :alt: PyPI Package latest release
    :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

.. |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/dev.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


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 455
Total Committers: 20
Avg Commits per committer: 22.75
Development Distribution Score (DDS): 0.56

Commits in past year: 65
Committers in past year: 4
Avg Commits per committer in past year: 16.25
Development Distribution Score (DDS) in past year: 0.246

Name Email Commits
uvchik u****t@p****u 200
Patrik Schönfeldt p****k@s****e 121
birgits b****r@r****e 28
Joris Nettelstroth j****h@s****e 27
gplessm g****n@r****e 17
Jann Launer 3****r 16
Francesco Witte f****e@d****e 12
Florian Maurer m****r@f****e 7
Amedeo Ceruti a****i@t****e 6
Caroline Moeller c****r@r****e 5
MaGering m****g@r****e 3
Krien u****n@i****e 3
Becker g****7@f****e 2
Amedeo Paolo Ceruti g****z@m****e 2
Pyosch 3****h 1
Stephen Bosch s****h@g****m 1
gplssm g****m 1
Wehkamp s****p@o****e 1
Benjamin Singh b****h@g****e 1
hendrik h****s@r****e 1

Committer domains:


Issue and Pull Request metadata

Last synced: 2 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

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/oemof/oemof-demand

Top Issue Authors

Top Pull Request Authors

  • alekha1234 (1)
  • uvchik (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

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 about 1 month ago)
  • Last Synced: 2026-03-29T11:18:13.993Z (2 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 404 Last month
  • Rankings:
    • Dependent packages count: 7.828%
    • Average: 28.362%
    • Downloads: 32.997%
    • Dependent repos count: 44.261%

Dependencies

docs/requirements.txt pypi
  • sphinx >=1.3
  • sphinx-rtd-theme *
.github/workflows/lint.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • samuelmeuli/lint-action v1 composite
.github/workflows/packaging.yml actions
  • actions/checkout v1 composite
  • actions/setup-python v2 composite
  • actions/upload-artifact v2 composite
.github/workflows/tox_checks.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/tox_pytests.yml actions
  • actions/checkout v1 composite
  • actions/setup-python v2 composite
pyproject.toml pypi
.github/workflows/coverage.yml actions
  • py-cov-action/python-coverage-comment-action v3 composite

Score: 13.451494447768649