-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use scenario object to call engine #28
Conversation
… into callForScenarioObject
@@ -30,24 +32,25 @@ def ll2ij(lon_origin, lat_origin, lon, lat): | |||
|
|||
|
|||
def to_reise(data): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rouille Do you remember if this formatting is still necessary with the scenario object?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it is. We still need to create base profile for the scenario object. And I need to reformat the information I query from NREL and NOAA to a data frame with UTC timestamp as index and plant id as columns.
… package is installed
2760bc5
to
e7f6289
Compare
* add 2019 fuel data * style: restructure area_scale_res * chore: add 2018 column to area_scale_com * feat: update model fitting to all for any input base_year with necessary fitting data * feat: update puma_fuel * chore: move frac_target_sh_res.csv location * fix: scaling from gbs areas corrected * fix: update blob storage temp referencing * chore: minor comment cleanup * refactor: clean up code through testing * chore: code style cleanup * fix: correct blob reference for puma_temps * fix: correct temp_ref_it defining * fix: uncomment data_dir definition within functions * fix: strike commented redundant data column * fix: area scaling syntax cleanup * style: basic cleanup * style: linting fix Co-authored-by: Daniel Olsen <[email protected]>
* add 2019 fuel data * style: restructure area_scale_res * chore: add 2018 column to area_scale_com * feat: update model fitting to all for any input base_year with necessary fitting data * feat: update puma_fuel * chore: move frac_target_sh_res.csv location * fix: scaling from gbs areas corrected * fix: update blob storage temp referencing * chore: minor comment cleanup * refactor: clean up code through testing * chore: code style cleanup * fix: correct blob reference for puma_temps * fix: correct temp_ref_it defining * fix: uncomment data_dir definition within functions * fix: strike commented redundant data column * fix: area scaling syntax cleanup * style: basic cleanup * style: linting fix Co-authored-by: Daniel Olsen <[email protected]>
Changes that have been done: