emf-creaf / forestables

Read and uniformize forest inventories data from the FIA (USA forest inventory), FFI (France forest inventory) and IFN (Spain forest inventory) from R
https://emf-creaf.github.io/forestables/
Other
8 stars 1 forks source link

FFI: regen and shrub are the same post 2015 #15

Closed MalditoBarbudo closed 5 months ago

MalditoBarbudo commented 5 months ago

In FFI data after 2015, regeneration and shrubs come in the same table. We used growth form from GIFT traits to separate between shurbs/herbs and trees. But some species in the FFI are not present in the growth form from GIFT, which caused to filter out those species when dividing the data.

Now, after some changes, no filtering by growth form is done, which causes that regen and shrub are the same tables (same data) after 2015.

Proposal:

Maintain the filter, but modify it to filter the desired growth form (tree or shrub) AND any NAs in growth form. This way we can separate the ones that we know for sure, and duplicate only the ones we are not sure about.