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
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
As we update the data used by the tool, there are more and more challenges to ensure we've got the correct data sets, in the right file format and that they are pushed to Git. Part of this cleaning takes place here https://github.com/2DegreesInvesting/PACTA_analysis/blob/f4ba7c8083466545d5772e145c6514f81830acb9/web_tool_script_1.R#L33
however this could be extracted to a separate supporting script that is only run whenever updating the data and not included as an option in the code
To do:
create a new "clean_data" script including these functions
include tests to ensure that files have the correct contents (names and col types)
rename and extract the peers and index files and save to the correct location
save files as fst and ensure < 100MB so they can be pushed through pacta-data to git (inc ald_raw and ald_scen in web_script_2)
As we update the data used by the tool, there are more and more challenges to ensure we've got the correct data sets, in the right file format and that they are pushed to Git. Part of this cleaning takes place here https://github.com/2DegreesInvesting/PACTA_analysis/blob/f4ba7c8083466545d5772e145c6514f81830acb9/web_tool_script_1.R#L33
however this could be extracted to a separate supporting script that is only run whenever updating the data and not included as an option in the code
To do:
Other tasks @jacobvjk
The text was updated successfully, but these errors were encountered: