A package that provides an interface for downloading and processing the Marktstammdatenregister (MaStR)
License | |
Documentation | |
Tests | |
Publication | |
Data Publication | |
Development | |
Community |
The Marktstammdatenregister (MaStR) is a German register provided by the German Federal Network Agency (Bundesnetzagentur / BNetza) that keeps track of all power and gas units located in Germany.
The MaStR data can be
- browsed and filtered online
- taken from daily provided dumps
- be accessed via the web service
open-mastr
provides an interface for accessing the data.doc
sub-folder of the repository.Python >=3.8
.Install the current release of open-mastr
with pip
:
pip install open-mastr
For development, clone this repository manually.
git clone git@github.com:OpenEnergyPlatform/open-MaStR.git
cd open-MaStR
Setup the conda environment with
conda env create -f environment.yml
Install the package with
pip install "open_mastr[dev]"
If you want to see your project in this list, write an Issue or add changes in a Pull Request.
- PV- und Windflächenrechner
- Wasserstoffatlas
- EE-Status App
- Digiplan Anhalt
- Data Quality Assessment of the MaStR
Besides open-mastr, some other resources exist that ease the process of working with the Marktstammdatenregister: - If you are interested in browsing the MaStR online, check out the github organisation Marktstammdatenregister.dev. - The bundesAPI/Marktstammdaten-API is another implementation to access data via an official API.