ropensci / allodb

An R package for biomass estimation at extratropical forest plots.
https://docs.ropensci.org/allodb/
GNU General Public License v3.0
36 stars 11 forks source link

Structure allo-db to ensure that biomass is calculated based off clean data #59

Closed teixeirak closed 5 years ago

teixeirak commented 6 years ago

Following up on conversation with Stuart yesterday,

We need to ensure that allo-db is not presented as sufficient in and of itself to get good biomass values, as there's potential for misuse. The dbh that goes in needs to be cleaned (e.g., dealing with data errors) and taper-corrected when measured above buttresses. Thus, it should be presented as one module in a larger biomass calculation package, also including code from @ervanSTRI.

@gonzalezeb and I need to make sure this is clearly presented in the data pub. @maurolepore, please ensure that the R code is structured appropriately.

maurolepore commented 6 years ago

Good. I think the best place to explain that in allodb is in its REAME. That'a the place to not only show what a package does but also how it relates to other projects. We could provide links.

Also, once all modules are ready, they all will likely be nested inside the meta package fgeo. There, a vignette could show with examples how the different modules relate to each other.

teixeirak commented 5 years ago

Our plans will solve this, so I will close this issue.