.. image:: docs/images/README_HeaderThreePartners.svg :align: left :target: https://github.com/OpenEnergyPlatform/open-MaStR :alt: MaStR logo
A package that provides an interface for downloading and processing the Marktstammdatenregister (MaStR)
.. list-table:: :widths: 10, 50
.. contents:: :depth: 2 :local: :backlinks: top
The Marktstammdatenregister (MaStR) <https://www.marktstammdatenregister.de/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
online <https://www.marktstammdatenregister.de/MaStR>
_daily provided dumps <https://www.marktstammdatenregister.de/MaStR/Datendownload>
_web service <https://www.marktstammdatenregister.de/MaStRHilfe/subpages/webdienst.html>
_| The python package open-mastr
provides an interface for accessing the data.
| It contains methods to download and parse the xml files (bulk) and the SOAP web service (API).
| In this repository we are developing methods to analyze, validate and enrich the data.
| We want to collect and compile post processing scripts to improve data quality.
| The documentation is in Material for Mkdocs <https://squidfunk.github.io/mkdocs-material/>
markdown format in the doc
sub-folder of the repository.
| Find the documentation <https://open-mastr.readthedocs.io/en/latest/>
hosted on ReadTheDocs.
| The original API documentation can be found on the Webhilfe des Marktstammdatenregisters <https://www.marktstammdatenregister.de/MaStRHilfe/subpages/webdienst.html>
_.
| It is recommended to use a virtual python environment, for example conda <https://docs.conda.io/en/latest/miniconda.html>
or virtualenv <https://virtualenv.pypa.io/en/latest/installation.html>
.
| The package is intended to be used with Python >=3.8
.
Install the current release of open-mastr
with pip
:
.. code-block:: python
pip install open-mastr
For development, clone this repository manually.
.. code-block:: python
git clone git@github.com:OpenEnergyPlatform/open-MaStR.git
cd open-MaStR
Setup the conda environment with
.. code-block:: python
conda env create -f environment.yml
Install the package with
.. code-block:: python
pip install "open_mastr[dev]"
If you want to see your project in this list, write an
Issue <https://github.com/OpenEnergyPlatform/open-MaStR/issues>
or add
changes in a Pull Request <https://github.com/OpenEnergyPlatform/open-MaStR/pulls>
.
PV- und Windflächenrechner <https://www.agora-energiewende.de/service/pv-und-windflaechenrechner/>
_Wasserstoffatlas <https://wasserstoffatlas.de/>
_EE-Status App <https://ee-status.de/>
_Digiplan Anhalt <https://digiplan.rl-institut.de/>
_Data Quality Assessment of the MaStR <https://marktstammdaten.kotthoff.dev/>
_Besides open-mastr, some other resources exist that ease the process of working with the Marktstammdatenregister:
Marktstammdatenregister.dev <https://github.com/marktstammdatenregister-dev>
_.bundesAPI/Marktstammdaten-API <https://github.com/bundesAPI/marktstammdaten-api>
_ is another implementation to access data via an official API.| Everyone is invited to develop this repository with good intentions.
| Please follow the workflow described in the CONTRIBUTING.md <https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CONTRIBUTING.md>
_.
| This repository is licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later).
| See LICENSE.md <https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/LICENSE.md>
for rights and obligations.
| See the Cite this repository function or CITATION.cff <https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CITATION.cff>
for citation of this repository.
| Copyright: open-MaStR <https://github.com/OpenEnergyPlatform/open-MaStR/>
© Reiner Lemoine Institut <https://reiner-lemoine-institut.de/>
© fortiss <https://www.fortiss.org/>
© OFFIS <https://www.offis.de/>
| AGPL-3.0-or-later <https://www.gnu.org/licenses/agpl-3.0.txt>
_
| The data has the license Datenlizenz Deutschland – Namensnennung – Version 2.0 (DL-DE-BY-2.0)
| Copyright: Marktstammdatenregister <https://www.marktstammdatenregister.de/MaStR>
- © Bundesnetzagentur für Elektrizität, Gas, Telekommunikation, Post und Eisenbahnen | DL-DE-BY-2.0 <https://www.govdata.de/dl-de/by-2-0>
.. |badge_license| image:: https://img.shields.io/github/license/OpenEnergyPlatform/open-MaStR :target: LICENSE.txt :alt: License
.. |badge_rtd| image:: https://readthedocs.org/projects/open-mastr/badge/?style=flat :target: https://open-mastr.readthedocs.io/en/latest/ :alt: Read the Docs
.. |badge_ci| image:: https://github.com/OpenEnergyPlatform/open-MaStR/workflows/CI/badge.svg :target: https://github.com/OpenEnergyPlatform/open-MaStR/actions?query=workflow%3ACI :alt: GitHub Actions
.. |badge_pypi| image:: https://img.shields.io/pypi/v/open-mastr.svg :target: https://pypi.org/project/open-mastr/ :alt: PyPI
.. |badge_zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.6807426.svg :target: https://doi.org/10.5281/zenodo.6807425 :alt: zenodo
.. |badge_issue_open| image:: https://img.shields.io/github/issues-raw/OpenEnergyPlatform/open-MaStR :alt: open issues
.. |badge_issue_closes| image:: https://img.shields.io/github/issues-closed-raw/OpenEnergyPlatform/open-MaStR :alt: closes issues
.. |badge_pr_open| image:: https://img.shields.io/github/issues-pr-raw/OpenEnergyPlatform/open-MaStR :alt: closes issues
.. |badge_pr_closes| image:: https://img.shields.io/github/issues-pr-closed-raw/OpenEnergyPlatform/open-MaStR :alt: closes issues
.. |badge_contributing| image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat :alt: contributions
.. |badge_contributors| image:: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square :alt: contributors
.. |badge_repo_counts| image:: https://hits.dwyl.com/OpenEnergyPlatform/open-MaStR.svg :alt: counter
.. |PyPI download month| image:: https://img.shields.io/pypi/dm/open-mastr?label=PyPi%20Downloads :target: https://pypistats.org/packages/open-mastr
.. |Total PyPI downloads| image:: https://static.pepy.tech/badge/open-mastr :target: https://pepy.tech/project/open-mastr
.. |badge_joss| image:: https://joss.theoj.org/papers/dc0d33e7dc74f7233e15a7b6fe0c7a3e/status.svg :target: https://joss.theoj.org/papers/dc0d33e7dc74f7233e15a7b6fe0c7a3e