Description Usage Format Source
Tree inventory of plot 6 of Paracou research station (French Guiana) for 2016 Public dataset extracted from the Guyafor database.
1 |
A tibble with 3620 rows and 26 variables:
Forest name (character)
Plot number (character)
Plot area, in hectare (numeric)
Subplot number (integer)
Unique tree identifier from the database (integer)
Protocole name (character)
Euclidean position of the tree relative to the Southwestern corner of the subplot, in m (numeric)
Euclidean position of the tree relative to the Southwestern corner of the subplo, in m (numeric)
Coordinate X for the tree in UTM 22 N (EPSG: 32 622) (numeric)
Coordinate Y for the tree in UTM 22 N (EPSG: 32 622) (numeric)
UTM Zone (integer)
Tree latitude (WGS 84, EPSG : 4326) (numeric)
Tree longitude (WGS 84, EPSG : 4326) (numeric)
Botanical family (character)
Botanical genus (character)
Botanical species (character)
Source of botanical name (character)
Level of certainty for the botanical identification (numeric)
Vernacular name (character)
Census year (integer)
Census Day (when available) (character)
Is the CensusDate precise (TRUE) or not (FALSE)? If FALSE, this information must not be considered for calculation (logical)
Is the tree alive (TRUE) or dead (FALSE)? (logical)
Information on the method for measuring the circumference or on the state of the tree (integer)
Circumference of the tree at 1.30m above ground (DBH level), in cm (numeric)
Corrected circumference (mathematical correction of abnormal circumferences), in cm (numeric)
Information on the reason why and how the circumference has been corrected, multiple values are possible(character)
...
http://paracou.cirad.fr ; https://paracoudata.cirad.fr/public/pdf/Paracou_data_dictionnary.pdf
EcoFoG::Guyafor2df( WHERE = "Forest='Paracou' AND Plot='6' AND CensusYear=2016", UID = NULL,PWD = NULL,Driver = "SQL Server Native Client 10.0") %>% dplyr::select(-TreeFieldNum,-Project, -idVern, -CommercialSp, -CensusDate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.