-
Notifications
You must be signed in to change notification settings - Fork 0
Add WEO 2024 scenario data preparation into package #81
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
base: main
Are you sure you want to change the base?
Conversation
* FEAT: added Automotive to WEO2024 * add weo2024 and Electric Hybrid in dictionnary * changes after QA * add namespace * prepare weo 2024 geography * adress comments + adress qa issue * prepare weo 2024 technology bridge * add weo 2024 ECB scenario document * remove useless input parameter * change location of files * update namespace * change function name * add binding * change namespace * add data type * remove change * load geography_bridge and technology_bridge * add weo in geography+technology bridge * add namespace * remove ecb in preprare_weo_2024_scenario * update documentation * remove steel and cement data * answer comment * correct order of args in function description --------- Co-authored-by: jacobvjk <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
==========================================
- Coverage 16.75% 13.75% -3.00%
==========================================
Files 13 14 +1
Lines 2059 2515 +456
==========================================
+ Hits 345 346 +1
- Misses 1714 2169 +455 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@Antoine-Lalechere I opened #82 to add tests to this PR, so if you approve that and merge it the test will show up in here Also, the R CMD check Notes that need to be fixed seem to be mostly variable names mentioned in dplyr functions that need to be quoted |
|
@Antoine-Lalechere I force merged the tests because they shouldn't hurt anything you're doing. I also updated the branch so it's up to date with |
|
@Antoine-Lalechere you're getting close... just a few |
|
should be good now, pending this ultimate change here: RMI-PACTA/workflow.scenario.preparation#69 |
|
I think we also have to add something here and then regenerate the data from raw data using data-raw/prepare_raw_data.R possibly just one line |
* remove the `config_name` argument * Update year filter for APS and NZE scenarios
* alphabetize and update scenario source to pacta geography bridge * update scenario_regions * update sysdata
no Sustainable Development Scenario scenario is found in original WEO 2024 data we use here
this is redundant because the `year` values are already imported as doubles, and since this transformation is not done (or needed) anywhere else, it's a bit confusing to have it here
|
didn't realize technologies were being changed inside the |
Add WEO 2024 scenario data preparation into package