VincyaneBadouard / TreeData_broken

Harmonization and correction forest data tool.
https://vincyanebadouard.github.io/TreeData/
0 stars 1 forks source link

LifeStatus adjustement #68

Closed ValentineHerr closed 1 year ago

ValentineHerr commented 1 year ago

Currently we are only asking for the codes that represent Live trees, and assume all others mean Dead.... but we should also ask for the Dead ones, as well and assume the rest as NA.

That will avoid adding a ton of "Tree can't be dead before first being alive" Status corrections

ValentineHerr commented 1 year ago

I added IsDeadMan and this is handling Life status much better. Made me find some issues in the StatusCorrection function, which I fixed.