VincyaneBadouard / TreeData_broken

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

Standardize format METADATA #7

Closed ValentineHerr closed 2 years ago

ValentineHerr commented 2 years ago

@VincyaneBadouard we need to be clear on what we want to work with (and be as up to date as possible if it evolves for one of us) on the data (and values) we want the RequiredFormat function to output, for you to use in your functions.

We will have to have a metadata file for it but I am starting something here as I am not sure about the best format. I'll fill it in as i explore your function, but feel free to help too.

Header Description Format unit Digits notes
Site Site name Character
Plot Plot name Character
Subplot Suplot name Character
CensusYear Census year numeric year
TreeFieldNum Tree unique identifiers within the subplot (matching the tag number in the field Character
IdTree Tree ID Character
IdStem Stem ID Character
IdMeasure Measure ID Character
LifeStatus Is the tree alive (TRUE) or dead (FALSE)? Logical
DBH DBH numeric cm ? may need conversion + taper conversion?
POM POM (height) numeric m ? may need conversion (code -> height)
Lat Tree latitude numeric
Lon Tree longitude numeric
Xutm X UTM coordinate numeric m ?
Yutm Y UTM coordinate numeric m ?
Xfield X euclidean position of the tree relative to the Southwestern corner of the subplot numeric m ?
Yfield Y euclidean position of the tree relative to the Southwestern corner of the subplot numeric m ?
ScientificName Scientific name Character
VernName Vernacular name Character
Family Family name Character
Genus Genus name Character may be generated using ScientificName
Species Species name Character may be generated using ScientificName
CommercialSp Is the tree considered as a commercial species Logical
TreeHeight Tree height numeric m ?
StemHeight Stem height numeric m ?
LifeForm Life form (tree/palm/liana/bamboo) Factor
Treatment Logging treatment (CL/RIL/control/..) Character or factor
SoilType Type of soil Character
Topography Topographical position (lowland, plateau) Character or factor
VincyaneBadouard commented 2 years ago

I have updated your table directly in your comment

ValentineHerr commented 2 years ago

I don't what is best to look at... the table above, TmFO inventory form in google drive or what @VincyaneBadouard is using in her functions.... What ever it is, this file will have to be updated accordingly.

VincyaneBadouard commented 2 years ago

Ok thanks for creating this file

ValentineHerr commented 2 years ago

Closing this out-of-date issue