.bumpversion.cfg
.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE.md
README.rst
USERS.cff
environment.yml
main.py
mkdocs.yml
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/issue_template_bug.md
.github/ISSUE_TEMPLATE/issue_template_feature.md
.github/ISSUE_TEMPLATE/issue_template_release.md
.github/ISSUE_TEMPLATE/issue_template_user_kudos.md
.github/workflows/ci-develop.yml
.github/workflows/ci-production.yml
.github/workflows/extend_user_cff.yml
.github/workflows/pypi-publish.yml
.github/workflows/test-pypi-publish.yml
docs/advanced.md
docs/conf.py
docs/data-release-notes.md
docs/dataset.md
docs/getting_started.md
docs/index.md
docs/mastr_structure.graphml
docs/requirements.txt
docs/_data/raw_data.rst
docs/_data/raw/bnetza_mastr_biomass_raw.csv
docs/_data/raw/bnetza_mastr_combustion_raw.csv
docs/_data/raw/bnetza_mastr_gsgk_raw.csv
docs/_data/raw/bnetza_mastr_hydro_raw.csv
docs/_data/raw/bnetza_mastr_nuclear_raw.csv
docs/_data/raw/bnetza_mastr_solar_raw.csv
docs/_data/raw/bnetza_mastr_storage_raw.csv
docs/_data/raw/bnetza_mastr_wind_raw.csv
docs/_static/custom.css
docs/development/changelog_mirror.md
docs/development/contributing_mirror.md
docs/images/DBBrowser.PNG
docs/images/DetailAnlagenModellMaStR.png
docs/images/DetailAnlagen_english.PNG
docs/images/MaStR_Mirror.svg
docs/images/MaStR_downloading.svg
docs/images/ObjektmodellMaStR.png
docs/images/OpenEnergyFamily_Logo_OpenMaStR_no_name_grey.png
docs/images/OpenEnergyFamily_Logo_OpenMaStR_no_name_white.png
docs/images/OpenEnergyFamily_Logo_OpenMaStR_white.png
docs/images/README_HeaderThreePartners.svg
docs/reference/advanced.md
docs/reference/basic.md
open_mastr/__init__.py
open_mastr/mastr.py
open_mastr.egg-info/PKG-INFO
open_mastr.egg-info/SOURCES.txt
open_mastr.egg-info/dependency_links.txt
open_mastr.egg-info/requires.txt
open_mastr.egg-info/top_level.txt
open_mastr/soap_api/__init__.py
open_mastr/soap_api/download.py
open_mastr/soap_api/mirror.py
open_mastr/soap_api/parallel.py
open_mastr/soap_api/utils.py
open_mastr/soap_api/metadata/LICENSE
open_mastr/soap_api/metadata/__init__.py
open_mastr/soap_api/metadata/create.py
open_mastr/soap_api/metadata/description.py
open_mastr/soap_api/metadata/mastr_datapackage.json
open_mastr/soap_api/metadata/archiv/mastr_biomass_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_datapackage_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_hydro_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_nuclear_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_solar_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_storage_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_wind_oem140.json
open_mastr/utils/__init__.py
open_mastr/utils/config.py
open_mastr/utils/constants.py
open_mastr/utils/credentials.py
open_mastr/utils/docs.py
open_mastr/utils/helpers.py
open_mastr/utils/orm.py
open_mastr/utils/unzip_http.py
open_mastr/utils/config/logging.yml
open_mastr/xml_download/colums_to_replace.py
open_mastr/xml_download/utils_cleansing_bulk.py
open_mastr/xml_download/utils_download_bulk.py
open_mastr/xml_download/utils_write_to_database.py
postprocessing/BNetzA_MaStR_API.ipynb
postprocessing/OEP-oedialect_MaStR_analyse.ipynb
postprocessing/OEP-oedialect_MaStR_region.ipynb
postprocessing/OEP_MaStR_OPSD_Comparison.ipynb
postprocessing/OEP_MaStR_analyze.ipynb
postprocessing/OEP_MaStR_cleaning.ipynb
postprocessing/OEP_MaStR_powerunits_analyze.ipynb
postprocessing/OEP_MaStR_supplement_coords.ipynb
postprocessing/__init__.py
postprocessing/environment.yml
postprocessing/helpers.py
postprocessing/orm.py
postprocessing/postprocessing.py
postprocessing/requirements_pp.txt
postprocessing/turbine_match.py
postprocessing/db-cleansing/rli-mastr-biomass-cleansing.sql
postprocessing/db-cleansing/rli-mastr-combustion-cleansing.sql
postprocessing/db-cleansing/rli-mastr-hydro-cleansing.sql
postprocessing/db-cleansing/rli-mastr-solar-cleansing.sql
postprocessing/db-cleansing/rli-mastr-wind-cleansing.sql
postprocessing/db-cleansing/archiv/open_fred-mastr-biomass-cleansing.sql
postprocessing/db-cleansing/archiv/open_fred-mastr-biomass-cleansing_v2.sql
postprocessing/db-cleansing/archiv/open_fred-mastr-combustion-cleansing_v2.sql
postprocessing/db-cleansing/archiv/open_fred-mastr-hydro-cleansing.sql
postprocessing/db-cleansing/archiv/open_fred-mastr-hydro-cleansing_v2.sql
postprocessing/db-cleansing/archiv/open_fred-mastr-solar-cleansing.sql
postprocessing/db-cleansing/archiv/open_fred-mastr-solar-cleansing_v2.sql
postprocessing/db-cleansing/archiv/open_fred-mastr-wind-cleansing.sql
postprocessing/db-cleansing/archiv/open_fred-mastr-wind-cleansing_v2.sql
postprocessing/remodel/rework_wind.ipynb
scripts/mirror_mastr_csv_export.py
scripts/mirror_mastr_dump.py
scripts/mirror_mastr_processing_pipeline.py
scripts/mirror_mastr_update_latest.py
scripts/utils/data_io.py
tests/__init__.py
tests/conftest.py
tests/preparation.py
tests/test_credentials.py
tests/test_helpers.py
tests/test_mastr.py
tests/test_requirements.txt
tests/soap_api/test_download.py
tests/xml_download/test_utils_cleansing_bulk.py
tests/xml_download/test_utils_download_bulk.py
tests/xml_download/test_utils_write_to_database.py