Florian Kotthoff
Florian Kotthoff
Since we have no docs deployed there, we could delete this environment.
### PR-Assignee - [ ] 🐙 Follow the workflow in [CONTRIBUTING.md](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CONTRIBUTING.md) - [ ] 📝 Update the [CHANGELOG.md](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CHANGELOG.md) - [ ] 📙 Update the documentation ### Reviewer - [ ]...
My new employer is [OFFIS](https://www.offis.de/), so the institute should be added as a partner here: - [ ] Add logo to README - [ ] Add copyright to README -...
We could add a small identification in the request header to identify as python package user when the data is requested from BNetzA.
The API call `GetMarktakteur`, as described [here](https://www.marktstammdatenregister.de/MaStRHilfe/files/webdienst/Funktionen_MaStR_Webdienste_V23.2.112.html#cAllgemeineFunktionen) cannot be called using the python wrapper.
If you run the download function for the first time (hence no xml_download folder exists) but choose `date`=`existing` it throws an error. The better solution would be that it just...
### PR-Assignee - [ ] 🐙 Follow the workflow in [CONTRIBUTING.md](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CONTRIBUTING.md) - [ ] 📝 Update the [CHANGELOG.md](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CHANGELOG.md) - [ ] 📙 Update the documentation ### Reviewer - [ ]...
## Description of the issue Python version 3.11 is out since a longer time so we should update our tests. We can also include 3.12 already using the `allow_prerelease`: https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases...
For the bulk download, if the engine comes from a postgres database, the data is now written to the schema specified in constants. Right now this does not work for...
# Concerning the python package pysmartdatamodels It seems like the dependency ruamel.yaml is not part of the pyproject.toml file. I would have created a PR, but the pyproject.toml file is...