BenioffOceanInitiative / bbnj-scripts

migrating bbnj:inst/scripts to save space in R package bbnj
https://BenioffOceanInitiative.github.io/bbnj-scripts
MIT License
0 stars 0 forks source link

groups in get_gmbi_grpsmdl_prjres #4

Open mvisalli opened 3 years ago

mvisalli commented 3 years ago

https://github.com/BenioffOceanInitiative/bbnj-scripts/blob/ee77038184fc16907152dcea8d46ee6e6ba30fbf/presentation_maps_2020.Rmd#L53-L58

Hey @bbest do you remember what the different group numbers mean in the get_gmbi_grpsmdl_prjres function? For the IUCN presentation I need to make updated maps of all of the input data layers (so they include Antarctica). I went back into the old code, and it looks like I used to pull an nspp_all layer from groups00. But when I look at the old treemap file it seems like group02 is the one we want to use (all species that have at least 0.5 probability in one high seas cell) but I'm not sure if we changed the group definitions since then.

Where would be a good place to include documentation for what the different group numbers mean? Maybe in the documentation for the get_gmbi_grpsmdl_prjres function?

mvisalli commented 3 years ago

It seems like groups00 is the one I want to use to pull nspp_all I'm just not 100% sure if it has the 0.5 high seas filter applied (which we want).