
open-mastr
A package that provides an interface for downloading and processing the Marktstammdatenregister (MaStR)
License | |
Documentation | |
Tests | |
Publication | |
Development | |
Community |
Introduction
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.Documentation
doc
sub-folder of the repository.Installation
Python >=3.8
.PyPI
Install the current release of open-mastr
with pip
:
pip install open-mastr
GitHub
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
python setup.py install
Examples of Usage
If you want to see your project in this list, write an Issue or add changes in a Pull Request.