demandlib
demandlib copied to clipboard
Creating heat and power demand profiles from annual values.
the building_class is not explained in the documentation, the issue has occurred before and the links provided were not to be found.
* Added a ValueError to catch unwanted error downstream Now the non residential buildings will throw a ValueError to avoid non supported integers in the database located in `src/demandlib/bdew/bdew_data`. This...
**To Reproduce** The following snippet produces warnings using python 3.11 and pandas 2.2.1 ``` from demandlib.bdew import ElecSlp e_slp = ElecSlp(2019) ``` demandlib had some pandas warnings: * `FutureWarning: Downcasting...
* [ ] Add a paragraph about the limitations of the standardised load profiles * [ ] Fill [usage](https://demandlib.readthedocs.io/en/features-revise-methods-for-elec-slp/bdew.html#usage) section of the BDEW heat profiles * [x] Add details for...
Hi, after reviewing the calculation procedure of the demand profil, I was wondering why the demand profil in "get_normalized_bdew_profile" is calculated with a Sigmoid function. The [BDEW guideline](https://www.bdew.de/media/documents/20220331_LF_SLP_Gas_KoV_XIII_3Qo7qMf.pdf) proposes an...
During the run of the function `get_sigmoid_parameters()` in `heating_building.py` the following FutureWarning is raised: ``` FutureWarning: Calling float on a single element Series is deprecated and will raise a TypeError...
The basic code is taken from https://github.com/jnettels/lpagg but most of the code has been revised for modular use and to speed up the code. The lpagg package contains various functionality...
The SLPs by BDEW lead to erroneous results, when using them for district heating systems. In this [publication](https://www.sciencedirect.com/science/article/pii/S0306261922000551) we provide a set of SLPs to consider the influence of the...
I talked to the developer of lpagg. There are some intersections between both packages. We agreed to think about a cooperation or even a merge of the functions. https://github.com/jnettels/lpagg
It might be a valuable addition to have a simple physical model for heating demand. One option would be, that you give insulating surfaces (areas with corresponding widths and u-values...