hunter-stanke / rFIA

rFIA
https://rfia.netlify.com/
47 stars 23 forks source link

Fixes missing columns in current FIA DBs and correct bug in Jenkins biomass #51

Open d-diaz opened 4 months ago

d-diaz commented 4 months ago

Fixes #48. Updates biomass_new.R and carbon_new.R to remove columns that no longer exist in FIA databases distributed by the USFS. This allows the rFIA::biomass function to work as expected, but the modelSnag argument in rFIA::carbon now has no effect.

The elimination of modelSnag functionality could be restored if the pre-existing calculations were rewritten to draw from the columns that now exist in the FIA database (since STANDING_DEAD no longer exists, would need to derive it from FIA field TREE.CARBON_AG for dead trees only).

JohnKilbride commented 3 months ago

Is the PR going to be accepted?

WMRobin commented 3 weeks ago

Any update on this?