Skip to main content

Generate heat demand load profile for distict heating

Project description

HeatPro App logo

PyPI Version pages-build-deployment License

The present package finds its roots in the need of using representative heating load curve for the simulation and optimization of various District Heating Network (DHN) production plant. The main principle is to disagreggate monthly or yearly heat load into an hourly heat load using an hourly based external temperature profile. The resulting load curve also includes DHN supply and return temperatures.

This package was used for the study of a production plant combining Power-to-Heat, Biomass and Storage (Lamaison et al., 2019). It was also the tool used to generate various heat load curves in a study of long term storage management (Cuisinier et al., 2022).

More recently, it was used in a collaboration between RTE and CEA with the aim of representing DHN in the RTE tool Antares. The final objective was to study the additional flexibility offered by DHN to the electrical grid.


├── .gitignore                  <- Specifies files and directories that should be ignored by Git during version control.
├── .gitlab-ci.yml              <- Configuration file for Gitlab CI, a continuous integration service.
├── AUTHORS.rst                 <- A file listing the authors of the project.
├── CONTRIBUTING.rst            <- Guidelines for contributing to the project.
├── HISTORY.rst                 <- A file documenting the project's version history and changelog.
├── README.md                   <- The main documentation file providing an overview and usage instructions for the project.
├── poetry.lock                 <- Dependency lock file which ensures consistent and repeatable installations of project dependencies.
├── pyproject.toml              <- Configuration file used to specify project metadata, dependencies, build requirements, and other settings.
├── requirements_dev.txt        <- A file listing development dependencies for the project.
├── .gitlab                     <- Directory containing GitLab-specific files.
│   └── issue_templates         <- Folder containing template for creating new issue reports on GitLab.
│       └── ISSUE_TEMPLATE.md       <- Template for creating new issue reports.
├── docs                        <- Directory containing documentation files.
│   ├── authors.rst             <- Authors documentation.
│   ├── conf.py                 <- Configuration file for Sphinx, a documentation generator.
│   ├── contributing.rst        <- Contributing guidelines documentation.
│   ├── history.rst             <- History and changelog documentation.
│   ├── index.rst               <- Main documentation index file.
│   ├── installation.rst        <- Installation documentation.
│   ├── make.bat                <- Batch file for building documentation on Windows.
│   ├── Makefile                <- Makefile for building documentation.
│   ├── readme.rst              <- Readme documentation.
│   └── usage.rst               <- Usage documentation.
├── heatpro                     <- Package directory for the main project code.
└── tests                       <- Directory containing test files.

To install

pip install heatpro

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

heatpro-0.1.4.tar.gz (25.2 kB view hashes)

Uploaded Source

Built Distribution

heatpro-0.1.4-py3-none-any.whl (35.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page