Skip to content
Snippets Groups Projects
Unverified Commit bf03ff8d authored by arnan's avatar arnan Committed by GitHub
Browse files

Update README.md

parent b6ea3cfc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,25 @@ Plot-to-map comparison of aboveground biomass workflow
Here we develop an automated processing chain of AGB plot and map comparison in the context of map validation of AGB map products. The workflow mainly includes preprocessing of forest inventory data and estimating plot-level uncertainties (measurement and allometric model errors, sampling/within-pixel errors, and temporal mismatch with the map year). Preprocessed plot data are also format-ready for calibration/AGB mapping.
So far, the processing chain can accomodate four kinds of AGB plot data inputs:
1. Plot data (points)
2. Unformatted plot data (default survey format)
3. Polygon data with four corner coordinates
4. Tree-level data
5. Plot data with nested and irregular sub-plots (special case)
The most common input is likely #2 and #4
The plot data input will undergo the following preprocessing chain:
1. Formatting (except for #1)
2. Estimation of SD from Measurement error using BIOMASS package (for #4-5) or using a pre-trained RF model (for #1-3)
3. Estimation of SD from sampling error
4. Esimation of SD from temporal mismatch error
5. Total of all SD
Map validation is next wherein users should have access of tree cover data (2010) and the AGB map. These inputs are not needed if your purpose is to create calibration-ready plot data.
References:
Araza et al. 2020 (in progress)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment