Skip to content

Repository for code to download the database Marktstammdatenregister (MaStR)

License

Notifications You must be signed in to change notification settings

lizat-i/open-MaStR

 
 

Repository files navigation

Documentation Status CI OpenEnergyPlatform

open-MaStR

The Marktstammdatenregister (MaStR) is a German register provided by the BNetzA keeping track of all power and gas units.

The MaStR data can be browsed online, taken from irregularly provided dumps or be access via the web service. This package focuses on the latter. It provides a python interface for accessing the web service API, methods to clean and enrich data and functions to analyze it.

Find the documentation hosted of ReadTheDocs.

Installation

It it recommended to use a virtual python environment, for example conda or virtualenv. The package is intended to be used with Python >=3.6

Clone latest code from GitHub and change the CWD to the download folder open-MaStR/.

git clone [email protected]:OpenEnergyPlatform/open-MaStR.git
cd open-MaStR

Optionally, a pre-defined conda environment can be used with

conda env create -f environment.yml

Install the package with

python setup.py install

License / Copyright

This repository is licensed under GNU Affero General Public License v3.0 (AGPL-3.0) © Reiner Lemoine Institut. See the LICENSE file for license rights and limitations.

About

Repository for code to download the database Marktstammdatenregister (MaStR)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%