Files
grid_application/data_preparation/get_base_data.py
Tobias Quadfasel 49ff1bbfec feat(add-data): Add script for acquiring base data files
The script `get_base_data` takes the raw datafiles (such as `names.txt`)
and formats them in a common JSON file, which can be later used to
randomly generate customer and meter readings data.

Additionally, the script filters all eligible zip codes an approximate
avacon netz service area and provides some additional information for
them.

An example output file, `base_data.json` has been added to the repo in
a previous commit.
2024-08-31 14:10:56 +02:00

5.7 KiB