NREL / REopt-Analysis-Scripts

BSD 3-Clause "New" or "Revised" License
34 stars 35 forks source link

Where can I find the new V3 "flattened" JSON structure? #68

Closed hubert-associates closed 2 years ago

hubert-associates commented 2 years ago

Analysis API: https://github.com/NREL/REopt-API-Analysis/wiki/v3-job-input-and-output-changes

Hi, I need the new V3 "flattened" JSON structure to simplify my mapping to C#.

Saw all the infos, but I can't figure out where the Site data went? latitude, longitude are "gone". I looked in GitHub branch "develop" but does not seem to be the V3 json structure. Any pointers greatly appreciated!

Thanks! Richard

... anything like this great example but using the v3 structure? https://github.com/NREL/REopt-API-Analysis/blob/master/single_scenario_example.ipynb

adfarth commented 2 years ago

Hi Richard, you can find examples of the v3 "flattened" structure are REopt.jl/test/scenarios linked here. In the future, we will update REopt-API-Analysis with a Jupyter Notebook compatible with v3! For future questions, feel free to use the "Discussions" section of this repo :)