OpenEnergyPlatform / open-MaStR

A collaborative software to download the energy database Marktstammdatenregister (MaStR)

Home Page:https://open-mastr.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update in BULK_INCLUDE_TABLES_MAP needed for key "gsgk"

mybananas opened this issue · comments

Description of the issue

At least since August '23 is the mapping of the dictionary BULK_INCLUDE_TABLES_MAP in file utils\constants.py
is incorrect, i.e. needs an update.

Ideas of solution

in file utils\constants.py
replace the lines 85/86

    "gsgk": [
        "anlageneeggeosolarthermiegrubenklaerschlammdruckentspannung",
        "einheitengeosolarthermiegrubenklaerschlammdruckentspannung",
    ],

with

    "gsgk": [
        "anlageneeggeothermiegrubengasdruckentspannung",
        "einheitengeothermiegrubengasdruckentspannung",
    ],

Context and Environment

  • Version used: 0.13.1
  • Operating system: linux/windows
  • Environment setup and (python) version: python 3.10

Workflow checklist

Thanks @mybananas for opening the issue. I'll try to reproduce the error.

@mybananas the issue is fixed and PR #456 will resolve it - thanks for your help!