-
Notifications
You must be signed in to change notification settings - Fork 4
Description
The situation:
There seem to exist two alternate presentation formats for Osemosys: Osemosys UI (By extension - Osemosys Cloud) and ClickSAND.
Currently, the Osemosys energy and transport stater datakit is provided in ClickSAND format that outputs a model file and data file required by the solver.
I have noticed that there is a difference in the data/parameter file as the Osemosys UI seems to transform the data/parameter file into a zip file with JSON for easier visualization and processing.
The request
To merge the two approaches used by CCG - It would be good to know how the standard Osemosys data/parameter files are transformed into the format required for the Osemosys cloud (Zip containing JSON data) in the event a user would like to upload the data/parameter files from ClickSAND into the Osemosys cloud.
I appreciate your assistance in pointing me in the right direction. If there is a Python script used for this transformation, it would be a good starting point.