Is your feature request related to a problem? Please describe.
Currently, time series are saved as single files. No Time series, no other information. It would be great to find both information about the building and the (intermediary) results in a single file each. Additionally, the current storage procedure makes the code very slow.
Describe the solution you'd like
For each building in district, provide a time series files in a 'output or /demand' folder with the following structure:
Timestamp - value 1 - value 2 - ... - value n.
For the attributes of the building, look into other formats. JSON might be good, as it is human readable.
Name should be:
ID.csv
ID.json
Describe alternatives you've considered
Continue working with the format. However, it becomes very slow, as it has to keep all files in cache.
Is your feature request related to a problem? Please describe.
Currently, time series are saved as single files. No Time series, no other information. It would be great to find both information about the building and the (intermediary) results in a single file each. Additionally, the current storage procedure makes the code very slow.
Describe the solution you'd like
For each building in district, provide a time series files in a 'output or /demand' folder with the following structure:
For the attributes of the building, look into other formats. JSON might be good, as it is human readable.
Name should be:
Describe alternatives you've considered
Continue working with the format. However, it becomes very slow, as it has to keep all files in cache.
Additional context
No additional context provided.