If there is a new CEDS release or update, here are the changes you will want to make.
1. Update the data/raw-data/1.raw-data.urls.txt
You will need to update the links in the 1.raw-data.urls.txt for the aggregate and the supplementary_extension .zip files. If the release is not zenodo ready no worries, manually place the CEDS_v_DATE_aggregate and CEDS_v_DATE_supplementary_extension directories in the data/raw-data.
|
https://zenodo.org/records/15059443/files/CEDS_v_2025_03_18_aggregate.zip |
2. Update the constants.R script
There are two places you will need to make changes
The CEDS_V will need to be updated to reflect the new release date/numbering
CEDS_FINAL_YEAR will need to be updated to reflect the new final year of CEDS data.
after that you should be able to launch the full work flow by sourcing scripts/A.run_all.R
If there is a new CEDS release or update, here are the changes you will want to make.
1. Update the
data/raw-data/1.raw-data.urls.txtYou will need to update the links in the
1.raw-data.urls.txtfor the aggregate and the supplementary_extension .zip files. If the release is not zenodo ready no worries, manually place theCEDS_v_DATE_aggregateandCEDS_v_DATE_supplementary_extensiondirectories in thedata/raw-data.ceds4hector/data/raw-data/1.raw-data.urls.txt
Line 4 in 5250d0a
2. Update the constants.R script
There are two places you will need to make changes
The
CEDS_Vwill need to be updated to reflect the new release date/numberingceds4hector/scripts/constants.R
Line 9 in 5250d0a
CEDS_FINAL_YEARwill need to be updated to reflect the new final year of CEDS data.ceds4hector/scripts/constants.R
Line 61 in 5250d0a
after that you should be able to launch the full work flow by sourcing
scripts/A.run_all.R