OpenEnergyPlatform / open-MaStR

A collaborative software to download the energy database Marktstammdatenregister (MaStR)
https://open-mastr.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
84 stars 17 forks source link

Update in BULK_INCLUDE_TABLES_MAP needed for key "gsgk" #455

Closed mybananas closed 1 year ago

mybananas commented 1 year ago

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

Workflow checklist

FlorianK13 commented 1 year ago

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

FlorianK13 commented 1 year ago

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