You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of hitting the training API, I would like to run the data against a script that generates a load profile csv from the data shared if (and only if) an 8760 csv is not attached to the newly created load profile.
@akin Kara You think you can create a version of the python script that takes the input from a "create new load profile" request? We would want the resulting csv to be saved in the same place that @Hafed saves all of the uploaded files.
See the commented notes at the top of the generate_load.py
The text was updated successfully, but these errors were encountered:
Instead of hitting the training API, I would like to run the data against a script that generates a load profile csv from the data shared if (and only if) an 8760 csv is not attached to the newly created load profile.
Basically, running a cloud function with this python:
https://github.com/AsobaCloud/energyTools/blob/dispatch-optimization/Tools/generate_load.py
but changing the python slightly for the conditional logic I mentioned.
@akin Kara You think you can create a version of the python script that takes the input from a "create new load profile" request? We would want the resulting csv to be saved in the same place that @Hafed saves all of the uploaded files.
See the commented notes at the top of the generate_load.py
The text was updated successfully, but these errors were encountered: