Open rikudoukarthik opened 4 months ago
Indian BIRDS checklist related updates made to the mapping file in 7238158c850b72097d51ddca0c1d4f0937f266d5
Occupancy code edits made in 03d2ada21d280820280abc95da8cd0d67c87e41d
fix_to_printed_results
removed entirely 4b84030e9cc695c655362e5c2d912a0fcdf167af
Content changes (mainly year-related) to be made to steps after trend (and occupancy) model runs.
fix_to_printed_results.R
) to be checked/updated before resolving and classifying.extra.years
object) to be updated as appropriate (TBD).00_plot_functions.R
needs significant update to incorporate one new year in graphs (2022, 2023 coded manually). This will stabilise once CAT reaches 10 years.20_website_database.R
may or may not need updates in file/folder naming (L 97, 98, 102). TBD.SoIB_mapping_2023.csv
still has some columns yet to be mapped. Also, this CSV will be regularly updated to reflect changes, e.g., updates to IUCN status 57ed26b.BLI.Common.Name
,BLI.Scientific.Name
,IUCN.Category
,WPA.Schedule
,CITES.Appendix
,CMS.Appendix
20_website_SoIB_main.R
:proprange2022
/Range Coverage columns and BLI name columns to be updated.2015\u20132023
in may or may not need update (TBD).Update: 10 Oct 2024
Occupancy
@rikudoukarthik :
run_species_occupancy-presence.R
, add code to delete all.csv
output files before writing new ones, because file names are of species names, some of which have changed with taxonomy updateSoIB_main.csv
anyway.Resolve trends
@rikudoukarthik :
fix_to_printed_results.R
and associated files/calls in code elsewhere. This was done because main SoIB 2023 run was done before some additional sensitivity checks were put in place for classification, and we wanted to maintain consistency with the report. Now, we are updating these anyway.trends.csv
file in L878 :trends.csv
totrends_20xx.csv
(can even include an interannual_update conditional, and will need to update metadata object also)trends.csv
Classify and summarise
@ashwinv2005 :
trends.csv
, which is the latest run data (we now only need oldtrends_20xx.csv
during plotting and nowhere elseSoIB_main.csv
file in L501:SoIB_main.csv
file (so load that first) by adding the suffix_MAJ.UPD
or_maj_upd
, rest all overwritten with latestmain
object will have updated taxonomy (basis latest mapping file), so map to old using thisSoIB_main_wocats.csv
will be overwritten entirely, in resolve above, without the two kinds of columns)Plotting
@rikudoukarthik :
plot_import_data()
,geom_axisbracket()
, etc.) year-agnostic, usingsoib_year_info()
plot_load_filter_data()
):filter((year %in% 1992:2022 & latest_interannual == FALSE) | (year == 2023 & latest_interannual == TRUE))
soib_year_info()
needs to be updated with a new option to output the year of the latest "major SoIB update"interannual_update == TRUE