Closed tuxiano closed 2 months ago
Hey @tuxiano!
Yes, this column is empty in the original data, cf. #416. But you can find the data in storage_units
so just join both tables.
Hi @nesnoj, thank you for the quick response. I can do this manual step, but I would expect that the bnetza_mastr_storage_raw.csv file includes a joint table of storage_extended and storage_units, because they are not exported separately.
While we explicitly do not alter (e.g. joining) data beyond the core functionality, I see the problem of not offering an export of this table. I'll create a separate issue.
Meanwhile, you can use this for manual export:
sqlite3 -header -csv -separator "," open-mastr.db "select * from storage_units;" > bnetza_mastr_storage_units_raw.csv
As there is a dedicated issue #562 now, I'll close this one. Please reopen if needed.
Description of the issue
The column NutzbareSpeicherkapazitaet is empty in storage_extended table. Both in sqlite table csv export
Steps to Reproduce
I ran the bulk download the 6th of September 2024
Ideas of solution
I manually joint the the tables storage_extended and storage_units on the column EinheitMastrNummer and VerknuepfteEinheit
Context and Environment
Workflow checklist