Irstea EMGR Grenoble France georges.kunstler@gmail.com
This repository provides R codes to format the French National Forest Inventory. In this README I describes the data from the French National Forest Inventory (NFI). At the moment the code is quite messy and mainly provided in .Rmd file where R code is mixed with explanation. I need to split that in functions and text.
The data were downloaded from IGN website for each of following year of inventory: 2008 to 2013. For each year, four files are provided: individual alive trees data, individual dead trees data, ecological data. To merge data for each year, it is need to homogenize the different variables because the variables and the category of the variables have changed between years (see at the end of the document).
A detail description of the French NFI is provided by Vidal et al. (2005).
Here is a short description.
The French National Forest Inventory comprises a network of temporary plots established on a grid of approximately 1000 x 1000 m. Ten percent of the cell is sampled each year. If a particular grid node falls within a forested area, a plot is established (randomly located in a square of 450m around the center of the cell), the soil type is characterized and dendrometric data are measured. Measurements are taken in three concentric circular subplots of different radii, based on circumference at breast height (
- The basal area per species at the time of measurement was computed based on the circumference of each alive tree and their respective weight according to size of the subplot. We then computed the basal area five years before using the following information to reconstruct the stand:
- the five years radial growth of alive tree,
- the tree that died during the five years period (so were alive five years ago),
- the trees that recruited during this period (their
$C_{130}$ were below the minimum circumference five years ago according to their growth).
The following document give details about data formatting and the computation of the basal area at the two dates.
If the number of tree of given species and a given size class
(
- We affected to the individual with missing growth data on a plot the average growth rate of the measured individual of the same species and same size class.
- We fitted mixed model of radial growth (
$G$ ) as a function of$C_{130}$ ($log(G) = a_p + b \times log(C_{130})$ with a random intercept drawn for each plot ($a_p$ ). We then predicted radial growth for each tree with missing data according to their$C_{130}$ and their plot. The model was fitted in a Hierarchical Bayesian framework using JAGS (Plummer 2003).
We used the prediction of the mixed model because it allows for a continuous effect of tree size (
A tree was considered as a recruit during the five years period if according to its five years radial growth rate it
See R script READ.DATA.NFI.R
- simplif and sfcoeur are missing in 2008.
- The variables
$gest$ $incid$ $peupnr$ $asperite$ $tm2$ were missing in 2008.
We only use the pedological variables. The was no changes in variables between years for the variables we used (soil description).
-
Kunstler, G., Albert, C.H., Courbaud, B., Lavergne, S., Thuiller, W., Vieilledent, G., Zimmermann, N.E., Coomes, D.A. (2011) Effects of competition on tree radial-growth vary in importance but not in intensity along climatic gradients. Journal of Ecology, 99, 300–312.
-
Plummer, M. (2003) JAGS: A program for analysis of Bayesian graphical models using Gibbs sampling. In Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003). March, pp. 20–22.