A Large-Scale Inter-Comparison and Evaluation of Spatial Feature Engineering Strategies for Forest Aboveground Biomass Estimation Using Landsat Satellite Imagery
Abstract
:1. Introduction
- Which spatial feature engineering strategies yield the greatest improvement in AGB model performance?
- Does combining multiple feature engineering strategies result in significantly better performance than utilizing a single strategy?
- How do spatial statistical features compare with multi-temporal features?
- Does hyperparameter optimization significantly impact RF AGB model performance?
2. Methods
2.1. Study Area
2.2. LiDAR AGB Estimates
2.3. Reference Dataset
2.4. Landsat Satellite Imagery
2.5. Feature Engineering
2.5.1. Overview
2.5.2. Baseline Features
2.5.3. Buffer Features
2.5.4. Gray Level Co-Occurrence Matrix Features
2.5.5. Edge Detector Features
2.5.6. Morphological Features
2.5.7. Neighborhood Vectorization Features
2.5.8. Neighborhood Similarity Features
2.5.9. Temporal Features
2.6. Random Forest Algorithm
2.7. Bayesian Hyperparameter Optimization
2.8. Experiment 1: Comparison of Spatial Feature Engineering Strategies
2.9. Experiment 2: Inter-Comparison of Feature Engineering Strategies
2.10. Experiment 3: Assessment of the Bayesian Optimization
3. Results
3.1. Experiment 1: Spatial Feature Engineering Comparison
3.2. Experiment 2: Inter-Comparison of Spatial and Temporal Features
3.3. Experiment 3: Impact of Hyperparameter Optimization
4. Discussion
4.1. Effectiveness of Spatial Features for AGB Modeling
4.2. Optimization of Black Box Algorithms
4.3. Analysis Limitations
4.4. Future Research
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
AGB | Aboveground biomass |
BUFF | buffer features |
CCDC | Continuous Change Detection and Classification |
DEM | Digital elevation model |
C2SR | Landsat Collection 2 Tier 1 Level 2 Surface Reflectance |
CI | confidence interval |
EVI | Enhanced Vegetation Index |
GLCM | Gray Level Co-Occurrence Matrix |
MAE | Mean absolute error |
MSE | Mean squared error |
NDMI | Normalized Difference Moisture Index |
NBR | Normalized Burn Ratio |
NS | Neighborhood similarity |
NV | Neighborhood vectorization |
RF | Random Forest |
RMSE | Root mean squared error |
SV | Spatial vectorization |
TCA | Tasseled Cap Angle |
TCB | Tasseled Cap Brightness |
TCG | Tasseled Cap Greenness |
TCW | Tasseled Cap Wetness |
USGS | United States Geological Survey |
Appendix A. Description of Modeling Features
Variable Name | Description | Source |
---|---|---|
SPEC_B1 | Blue reflectance captured by Band 1 on the TM and ETM+ sensors and by Band 2 on the OLI-1 and OLI-2 sensors | N/A |
SPEC_B2 | Green reflectance captured by Band 2 on the TM and ETM+ sensors and by Band 3 on the OLI-1 and OLI-2 sensors | N/A |
SPEC_B3 | Red reflectance captured by Band 3 on the TM and ETM+ sensors and by Band 4 on the OLI-1 and OLI-2 sensors | N/A |
SPEC_B4 | Near-infrared reflectance captured by Band 4 on the TM and ETM+ sensors and by Band 5 on the OLI-1 and OLI-2 sensors | N/A |
SPEC_B5 | Shortwave-infrared reflectance captured by Band 5 on the TM and ETM+ sensors and by Band 6 on the OLI-1 and OLI-2 sensors | N/A |
SPEC_B7 | Shortwave-infrared reflectance captured by Band 7 on the TM and ETM+ sensors and by Band 7 on the OLI-1 and OLI-2 sensors | N/A |
SPEC_EVI | The Enhanced Vegetation Index is a modification of the NDVI formula to improve the linearity of its relationship with biophysical parameters | [62] |
SPEC_NBR | The Normalized Burn Ratio was developed to quantify fire-related landscape change | [58] |
SPEC_NDMI | The Normalized Difference Moisture Index was developed to monitor harvesting events in regions with partial-disturbance events. | [61] |
SPEC_NDVI | A vegetation index which exploits the “red-edge”. | [60] |
SPEC_TCA | Relates to the proportion of vegetated and non-vegetated land within a given pixel. | [38] |
SPEC_TCB | The first component from a principal components ordination of the Landsat bands performed over agricultural fields. Corresponds to soil brightness. | [59] |
SPEC_TCG | The second component from a principal components ordination of the Landsat bands performed over agricultural fields. Corresponds to vegetation density. | [59] |
SPEC_TCW | The third component from a principal components ordination of the Landsat bands performed over agricultural fields. Corresponds to moisture content. | [59] |
TOPO_ELEVATION | Elevation; derived from the National Elevation Dataset DEM. | [57] |
TOPO_HILLSHADE | Hillshade; derived from the National Elevation Dataset DEM. | [57] |
TOPO_SLOPE | Slope; derived from the National Elevation Dataset DEM. | [57] |
TOPO_ASPECT_COS | The cosine embedding of aspect derived from the National Elevation Dataset DEM. | [57] |
TOPO_ASPECT_SIN | The sine embedding of aspect derived from the National Elevation Dataset DEM. | [57] |
Variable Name | Description | Source |
---|---|---|
BUFF_TCB_mean_3 | The mean TCB within a 3 × 3 circular kernel. | N/A |
BUFF_TCB_stdDev_3 | The standard deviation TCB within a 3 × 3 circular kernel. | N/A |
BUFF_TCG_mean_3 | The mean TCG within a 3 × 3 circular kernel. | N/A |
BUFF_TCG_stdDev_3 | The standard deviation TCG within a 3 × 3 circular kernel. | N/A |
BUFF_TCW_mean_3 | The mean TCW within a 3 × 3 circular kernel. | N/A |
BUFF_TCW_stdDev_3 | The standard deviation TCW within a 3 × 3 circular kernel. | N/A |
BUFF_TCB_mean_7 | The mean TCB within a 7 × 7 circular kernel. | N/A |
BUFF_TCB_stdDev_7 | The standard deviation TCB within a 7 × 7 circular kernel. | N/A |
BUFF_TCG_mean_7 | The mean TCG within a 7 × 7 circular kernel. | N/A |
BUFF_TCG_stdDev_7 | The standard deviation TCG within a 7 × 7 circular kernel. | N/A |
BUFF_TCW_mean_7 | The mean TCW within a 7 × 7 circular kernel. | N/A |
BUFF_TCW_stdDev_7 | The standard deviation TCW within a 7 × 7 circular kernel. | N/A |
BUFF_TCB_mean_11 | The mean TCB within a 11 × 11 circular kernel. | N/A |
BUFF_TCB_stdDev_11 | The standard deviation TCB within a 11 × 11 circular kernel. | N/A |
BUFF_TCG_mean_11 | The mean TCG within a 11 × 11 circular kernel. | N/A |
BUFF_TCG_stdDev_11 | The standard deviation TCG within a 11 × 11 circular kernel. | N/A |
BUFF_TCW_mean_11 | The mean TCW within a 11 × 11 circular kernel. | N/A |
BUFF_TCW_stdDev_11 | The standard deviation TCW within a 11 × 11 circular kernel. | N/A |
BUFF_TCB_mean_17 × 17 | The mean TCB within a 17 × 17 circular kernel. | N/A |
BUFF_TCB_stdDev_17 × 17 | The standard deviation TCB within a 17 × 17 circular kernel. | N/A |
BUFF_TCG_mean_17 × 17 | The mean TCG within a 17 × 17 circular kernel. | N/A |
BUFF_TCG_stdDev_17 × 17 | The standard deviation TCG within a 17 × 17 circular kernel. | N/A |
BUFF_TCW_mean_17 × 17 | The mean TCW within a 17 × 17 circular kernel. | N/A |
BUFF_TCW_stdDev_17 × 17 | The standard deviation TCW within a 17 × 17 circular kernel. | N/A |
Variable Name | Description | Source |
---|---|---|
GLCM_TCB_asm_3 | The angular second moment, a GLCM metric, derived from TCB using a 3 × 3 input window. | [23] |
GLCM_TCG_asm_3 | The angular second moment, a GLCM metric, derived from TCG using a 3 × 3 input window. | [23] |
GLCM_TCW_asm_3 | The angular second moment, a GLCM metric, derived from TCW using a 3 × 3 input window. | [23] |
GLCM_TCB_contrast_3 | The contrast, a GLCM metric, derived from TCB using a 3 × 3 input window. | [23] |
GLCM_TCG_contrast_3 | The contrast, a GLCM metric, derived from TCG using a 3 × 3 input window. | [23] |
GLCM_TCW_contrast_3 | The contrast, a GLCM metric, derived from TCW using a 3 × 3 input window. | [23] |
GLCM_TCB_corr_3 | The correlation, a GLCM metric, derived from TCB using a 3 × 3 input window. | [23] |
GLCM_TCG_corr_3 | The correlation, a GLCM metric, derived from TCG using a 3 × 3 input window. | [23] |
GLCM_TCW_corr_3 | The correlation, a GLCM metric, derived from TCW using a 3 × 3 input window. | [23] |
GLCM_TCB_var_3 | The variance, a GLCM metric, derived from TCB using a 3 × 3 input window. | [23] |
GLCM_TCG_var_3 | The variance, a GLCM metric, derived from TCG using a 3 × 3 input window. | [23] |
GLCM_TCW_var_3 | The variance, a GLCM metric, derived from TCW using a 3 × 3 input window. | [23] |
GLCM_TCB_idm_3 | The inverse difference moment, a GLCM metric, derived from TCB using a 3 × 3 input window. | [23] |
GLCM_TCG_idm_3 | The inverse difference moment, a GLCM metric, derived from TCG using a 3 × 3 input window. | [23] |
GLCM_TCW_idm_3 | The inverse difference moment, a GLCM metric, derived from TCW using a 3 × 3 input window. | [23] |
GLCM_TCB_savg_3 | The sum average, a GLCM metric, derived from TCB using a 3 × 3 input window. | [23] |
GLCM_TCG_savg_3 | The sum average, a GLCM metric, derived from TCG using a 3 × 3 input window. | [23] |
GLCM_TCW_savg_3 | The sum average, a GLCM metric, derived from TCW using a 3 × 3 input window. | [23] |
GLCM_TCB_ent_3 | The entropy, a GLCM metric, derived from TCB using a 3 × 3 input window. | [23] |
GLCM_TCG_ent_3 | The entropy, a GLCM metric, derived from TCG using a 3 × 3 input window. | [23] |
GLCM_TCW_ent_3 | The entropy, a GLCM metric, derived from TCW using a 3 × 3 input window. | [23] |
GLCM_TCB_inertia_3 | The inertia, a GLCM metric, derived from TCB using a 3 × 3 input window. | [98] |
GLCM_TCG_inertia_3 | The inertia, a GLCM metric, derived from TCG using a 3 × 3 input window. | [98] |
GLCM_TCW_inertia_3 | The inertia, a GLCM metric, derived from TCW using a 3 × 3 input window. | [98] |
GLCM_TCB_asm_7 | The angular second moment, a GLCM metric, derived from TCB using a 7 × 7 input window. | [23] |
GLCM_TCG_asm_7 | The angular second moment, a GLCM metric, derived from TCG using a 7 × 7 input window. | [23] |
GLCM_TCW_asm_7 | The angular second moment, a GLCM metric, derived from TCW using a 7 × 7 input window. | [23] |
GLCM_TCB_contrast_7 | The contrast, a GLCM metric, derived from TCB using a 7 × 7 input window. | [23] |
GLCM_TCG_contrast_7 | The contrast, a GLCM metric, derived from TCG using a 7 × 7 input window. | [23] |
GLCM_TCW_contrast_7 | The contrast, a GLCM metric, derived from TCW using a 7 × 7 input window. | [23] |
GLCM_TCB_corr_7 | The correlation, a GLCM metric, derived from TCB using a 7 × 7 input window. | [23] |
GLCM_TCG_corr_7 | The correlation, a GLCM metric, derived from TCG using a 7 × 7 input window. | [23] |
GLCM_TCW_corr_7 | The correlation, a GLCM metric, derived from TCW using a 7 × 7 input window. | [23] |
GLCM_TCB_var_7 | The variance, a GLCM metric, derived from TCB using a 7 × 7 input window. | [23] |
GLCM_TCG_var_7 | The variance, a GLCM metric, derived from TCG using a 7 × 7 input window. | [23] |
GLCM_TCW_var_7 | The variance, a GLCM metric, derived from TCW using a 7 × 7 input window. | [23] |
GLCM_TCB_idm_7 | The inverse difference moment, a GLCM metric, derived from TCB using a 7 × 7 input window. | [23] |
GLCM_TCG_idm_7 | The inverse difference moment, a GLCM metric, derived from TCG using a 7 × 7 input window. | [23] |
GLCM_TCW_idm_7 | The inverse difference moment, a GLCM metric, derived from TCW using a 7 × 7 input window. | [23] |
GLCM_TCB_savg_7 | The sum average, a GLCM metric, derived from TCB using a 7 × 7 input window. | [23] |
GLCM_TCG_savg_7 | The sum average, a GLCM metric, derived from TCG using a 7 × 7 input window. | [23] |
GLCM_TCW_savg_7 | The sum average, a GLCM metric, derived from TCW using a 7 × 7 input window. | [23] |
GLCM_TCB_ent_7 | The entropy, a GLCM metric, derived from TCB using a 7 × 7 input window. | [23] |
GLCM_TCG_ent_7 | The entropy, a GLCM metric, derived from TCG using a 7 × 7 input window. | [23] |
GLCM_TCW_ent_7 | The entropy, a GLCM metric, derived from TCW using a 7 × 7 input window. | [23] |
GLCM_TCB_inertia_7 | The inertia, a GLCM metric, derived from TCB using a 7 × 7 input window. | [98] |
GLCM_TCG_inertia_7 | The inertia, a GLCM metric, derived from TCG using a 7 × 7 input window. | [98] |
GLCM_TCW_inertia_7 | The inertia, a GLCM metric, derived from TCW using a 7 × 7 input window. | [98] |
GLCM_TCB_asm_11 | The angular second moment, a GLCM metric, derived from TCB using a 11 × 11 input window. | [23] |
GLCM_TCG_asm_11 | The angular second moment, a GLCM metric, derived from TCG using a 11 × 11 input window. | [23] |
GLCM_TCW_asm_11 | The angular second moment, a GLCM metric, derived from TCW using a 11 × 11 input window. | [23] |
GLCM_TCB_contrast_11 | The contrast, a GLCM metric, derived from TCB using a 11 × 11 input window. | [23] |
GLCM_TCG_contrast_11 | The contrast, a GLCM metric, derived from TCG using a 11 × 11 input window. | [23] |
GLCM_TCW_contrast_11 | The contrast, a GLCM metric, derived from TCW using a 11 × 11 input window. | [23] |
GLCM_TCB_corr_11 | The correlation, a GLCM metric, derived from TCB using a 11 × 11 input window. | [23] |
GLCM_TCG_corr_11 | The correlation, a GLCM metric, derived from TCG using a 11 × 11 input window. | [23] |
GLCM_TCW_corr_11 | The correlation, a GLCM metric, derived from TCW using a 11 × 11 input window. | [23] |
GLCM_TCB_var_11 | The variance, a GLCM metric, derived from TCB using a 11 × 11 input window. | [23] |
GLCM_TCG_var_11 | The variance, a GLCM metric, derived from TCG using a 11 × 11 input window. | [23] |
GLCM_TCW_var_11 | The variance, a GLCM metric, derived from TCW using a 11 × 11 input window. | [23] |
GLCM_TCB_idm_11 | The inverse difference moment, a GLCM metric, derived from TCB using a 11 × 11 input window. | [23] |
GLCM_TCG_idm_11 | The inverse difference moment, a GLCM metric, derived from TCG using a 11 × 11 input window. | [23] |
GLCM_TCW_idm_11 | The inverse difference moment, a GLCM metric, derived from TCW using a 11 × 11 input window. | [23] |
GLCM_TCB_savg_11 | The sum average, a GLCM metric, derived from TCB using a 11 × 11 input window. | [23] |
GLCM_TCG_savg_11 | The sum average, a GLCM metric, derived from TCG using a 11 × 11 input window. | [23] |
GLCM_TCW_savg_11 | The sum average, a GLCM metric, derived from TCW using a 11 × 11 input window. | [23] |
GLCM_TCB_ent_11 | The entropy, a GLCM metric, derived from TCB using a 11 × 11 input window. | [23] |
GLCM_TCG_ent_11 | The entropy, a GLCM metric, derived from TCG using a 11 × 11 input window. | [23] |
GLCM_TCW_ent_11 | The entropy, a GLCM metric, derived from TCW using a 11 × 11 input window. | [23] |
GLCM_TCB_inertia_11 | The inertia, a GLCM metric, derived from TCB using a 11 × 11 input window. | [98] |
GLCM_TCG_inertia_11 | The inertia, a GLCM metric, derived from TCG using a 11 × 11 input window. | [98] |
GLCM_TCW_inertia_11 | The inertia, a GLCM metric, derived from TCW using a 11 × 11 input window. | [98] |
Variable Name | Description | Source |
---|---|---|
EDGE_canny_TCB_low | TCB-derived Canny edge detector features with a low threshold. | [70] |
EDGE_canny_TCG_low | TCG-derived Canny edge detector features with a low threshold. | [70] |
EDGE_canny_TCW_low | TCW-derived Canny edge detector features with a low threshold. | [70] |
EDGE_canny_TCB_medium | TCB-derived Canny edge detector features with a medium threshold. | [70] |
EDGE_canny_TCG_medium | TCG-derived Canny edge detector features with a medium threshold. | [70] |
EDGE_canny_TCW_medium | TCW-derived Canny edge detector features with a medium threshold. | [70] |
EDGE_canny_TCB_high | TCB-derived Canny edge detector features with a high threshold. | [70] |
EDGE_canny_TCG_high | TCG-derived Canny edge detector features with a high threshold. | [70] |
EDGE_canny_TCW_high | TCW-derived Canny edge detector features with a high threshold. | [70] |
EDGE_laplacian_TCB_4 | TCB convolved using a 3 × 3, 4-connected Laplacian kernel. | N/A |
EDGE_laplacian_TCG_4 | TCG convolved using a 3 × 3, 4-connected Laplacian kernel. | N/A |
EDGE_laplacian_TCW_4 | TCW convolved using a 3 × 3, 4-connected Laplacian kernel. | N/A |
EDGE_laplacian_TCB_8 | TCB convolved using a 3 × 3, 8-connected Laplacian kernel. | N/A |
EDGE_laplacian_TCG_8 | TCG convolved using a 3 × 3, 8-connected Laplacian kernel. | N/A |
EDGE_laplacian_TCW_8 | TCW convolved using a 3 × 3, 8-connected Laplacian kernel. | N/A |
EDGE_kirsch_TCB_0deg | TCB convolved using a Kirsch kernel. | [69] |
EDGE_kirsch_TCG_0deg | TCG convolved using a Kirsch kernel. | [69] |
EDGE_kirsch_TCW_0deg | TCW convolved using a Kirsch kernel. | [69] |
EDGE_kirsch_TCB_90deg | TCB convolved using a Kirsch kernel rotated 90 degrees. | [69] |
EDGE_kirsch_TCG_90deg | TCG convolved using a Kirsch kernel rotated 90 degrees. | [69] |
EDGE_kirsch_TCW_90deg | TCW convolved using a Kirsch kernel rotated 90 degrees. | [69] |
EDGE_prewitt_TCB_0deg | TCB convolved using a Prewitt kernel. | [68] |
EDGE_prewitt_TCG_0deg | TCG convolved using a Prewitt kernel. | [68] |
EDGE_prewitt_TCW_0deg | TCW convolved using a Prewitt kernel. | [68] |
EDGE_prewitt_TCB_90deg | TCB convolved using a Prewitt kernel rotated 90 degrees. | [68] |
EDGE_prewitt_TCG_90deg | TCG convolved using a Prewitt kernel rotated 90 degrees. | [68] |
EDGE_prewitt_TCW_90deg | TCW convolved using a Prewitt kernel rotated 90 degrees. | [68] |
EDGE_roberts_TCB_0deg | TCB convolved using a Roberts kernel. | [66] |
EDGE_roberts_TCG_0deg | TCG convolved using a Roberts kernel. | [66] |
EDGE_roberts_TCW_0deg | TCW convolved using a Roberts kernel. | [66] |
EDGE_roberts_TCB_90deg | TCB convolved using a Roberts kernel rotated 90 degrees. | [66] |
EDGE_roberts_TCG_90deg | TCG convolved using a Roberts kernel rotated 90 degrees. | [66] |
EDGE_roberts_TCW_90deg | TCW convolved using a Roberts kernel rotated 90 degrees. | [66] |
EDGE_sobel_TCB_0deg | TCB convolved using a Sobel kernel. | [67] |
EDGE_sobel_TCG_0deg | TCG convolved using a Sobel kernel. | [67] |
EDGE_sobel_TCW_0deg | TCW convolved using a Sobel kernel. | [67] |
EDGE_sobel_TCB_90deg | TCB convolved using a Sobel kernel rotated 90 degrees. | [67] |
EDGE_sobel_TCG_90deg | TCG convolved using a Sobel kernel rotated 90 degrees. | [67] |
EDGE_sobel_TCW_90deg | TCW convolved using a Sobel kernel rotated 90 degrees. | [67] |
Variable Name | Description | Source |
---|---|---|
MORPH_TCB_dil_3_emd | The dilation of TCB computed using a 3 × 3 window using Earth mover’s distance. | [72] |
MORPH_TCB_dil_3_sam | The dilation of TCB computed using a 3 × 3 window using spectral angle mapper distance. | [72] |
MORPH_TCB_dil_3_sed | The dilation of TCB computed using a 3 × 3 window using squared Euclidean distance. | [72] |
MORPH_TCB_dil_3_sid | The dilation of TCB computed using a 3 × 3 window using spectral information divergence. | [72] |
MORPH_TCB_dil_5_emd | The dilation of TCB computed using a 5 × 5 window using Earth mover’s distance. | [72] |
MORPH_TCB_dil_5_sam | The dilation of TCB computed using a 5 × 5 window using spectral angle mapper distance. | [72] |
MORPH_TCB_dil_5_sed | The dilation of TCB computed using a 5 × 5 window using squared Euclidean distance. | [72] |
MORPH_TCB_dil_5_sid | The dilation of TCB computed using a 5 × 5 window using spectral information divergence. | [72] |
MORPH_TCB_dil_7_emd | The dilation of TCB computed using a 7 × 7 window using Earth mover’s distance. | [72] |
MORPH_TCB_dil_7_sam | The dilation of TCB computed using a 7 × 7 window using spectral angle mapper distance. | [72] |
MORPH_TCB_dil_7_sed | The dilation of TCB computed using a 7 × 7 window using squared Euclidean distance. | [72] |
MORPH_TCB_dil_7_sid | The dilation of TCB computed using a 7 × 7 window using spectral information divergence. | [72] |
MORPH_TCB_ero_3_emd | The erosion of TCB computed using a 3 × 3 window using Earth mover’s distance. | [72] |
MORPH_TCB_ero_3_sam | The erosion of TCB computed using a 3 × 3 window using spectral angle mapper distance. | [72] |
MORPH_TCB_ero_3_sed | The erosion of TCB computed using a 3 × 3 window using squared Euclidean distance. | [72] |
MORPH_TCB_ero_3_sid | The erosion of TCB computed using a 3 × 3 window using spectral information divergence. | [72] |
MORPH_TCB_ero_5_emd | The erosion of TCB computed using a 5 × 5 window using Earth mover’s distance. | [72] |
MORPH_TCB_ero_5_sam | The erosion of TCB computed using a 5 × 5 window using spectral angle mapper distance. | [72] |
MORPH_TCB_ero_5_sed | The erosion of TCB computed using a 5 × 5 window using squared Euclidean distance. | [72] |
MORPH_TCB_ero_5_sid | The erosion of TCB computed using a 5 × 5 window using spectral information divergence. | [72] |
MORPH_TCB_ero_7_emd | The erosion of TCB computed using a 7 × 7 window using Earth mover’s distance. | [72] |
MORPH_TCB_ero_7_sam | The erosion of TCB computed using a 7 × 7 window using spectral angle mapper distance. | [72] |
MORPH_TCB_ero_7_sed | The erosion of TCB computed using a 7 × 7 window using squared Euclidean distance. | [72] |
MORPH_TCB_ero_7_sid | The erosion of TCB computed using a 7 × 7 window using spectral information divergence. | [72] |
MORPH_TCG_dil_3_emd | The dilation of TCG computed using a 3 × 3 window using Earth mover’s distance. | [72] |
MORPH_TCG_dil_3_sam | The dilation of TCG computed using a 3 × 3 window using spectral angle mapper distance. | [72] |
MORPH_TCG_dil_3_sed | The dilation of TCG computed using a 3 × 3 window using squared Euclidean distance. | [72] |
MORPH_TCG_dil_3_sid | The dilation of TCG computed using a 3 × 3 window using spectral information divergence | [72] |
MORPH_TCG_dil_5_emd | The dilation of TCG computed using a 5 × 5 window using Earth mover’s distance. | [72] |
MORPH_TCG_dil_5_sam | The dilation of TCG computed using a 5 × 5 window using spectral angle mapper distance. | [72] |
MORPH_TCG_dil_5_sed | The dilation of TCG computed using a 3 × 3 window using squared Euclidean distance. | [72] |
MORPH_TCG_dil_5_sid | The dilation of TCG computed using a 5 × 5 window using spectral information divergence | [72] |
MORPH_TCG_dil_7_emd | The dilation of TCB computed using a 7 × 7 window using Earth mover’s distance. | [72] |
MORPH_TCG_dil_7_sam | The dilation of TCB computed using a 7 × 7 window using spectral angle mapper distance. | [72] |
MORPH_TCG_dil_7_sed | The dilation of TCG computed using a 7 × 7 window using squared Euclidean distance. | [72] |
MORPH_TCG_dil_7_sid | The dilation of TCG computed using a 7 × 7 window using spectral information divergence | [72] |
MORPH_TCG_ero_3_emd | The erosion of TCG computed using a 3 × 3 window using Earth mover’s distance. | [72] |
MORPH_TCG_ero_3_sam | The erosion of TCG computed using a 3 × 3 window using spectral angle mapper distance. | [72] |
MORPH_TCG_ero_3_sed | The erosion of TCG computed using a 3 × 3 window using squared Euclidean distance. | [72] |
MORPH_TCG_ero_3_sid | The erosion of TCG computed using a 3 × 3 window using spectral information divergence. | [72] |
MORPH_TCG_ero_5_emd | The erosion of TCG computed using a 5 × 5 window using Earth mover’s distance. | [72] |
MORPH_TCG_ero_5_sam | The erosion of TCG computed using a 5 × 5 window using spectral angle mapper distance. | [72] |
MORPH_TCG_ero_5_sed | The erosion of TCG computed using a 5 × 5 window using squared Euclidean distance. | [72] |
MORPH_TCG_ero_5_sid | The erosion of TCG computed using a 5 × 5 window using spectral information divergence. | [72] |
MORPH_TCG_ero_7_emd | The erosion of TCG computed using a 7 × 7 window using Earth mover’s distance. | [72] |
MORPH_TCG_ero_7_sam | The erosion of TCG computed using a 7 × 7 window using spectral angle mapper distance. | [72] |
MORPH_TCG_ero_7_sed | The erosion of TCG computed using a 7 × 7 window using squared Euclidean distance. | [72] |
MORPH_TCG_ero_7_sid | The erosion of TCG computed using a 7 × 7 window using spectral information divergence. | [72] |
MORPH_TCW_dil_3_emd | The dilation of TCW computed using a 3 × 3 window using Earth mover’s distance. | [72] |
MORPH_TCW_dil_3_sam | The dilation of TCW computed using a 3 × 3 window using spectral angle mapper distance. | [72] |
MORPH_TCW_dil_3_sed | The dilation of TCW computed using a 3 × 3 window using squared Euclidean distance. | [72] |
MORPH_TCW_dil_3_sid | The dilation of TCW computed using a 3 × 3 window using spectral information divergence. | [72] |
MORPH_TCW_dil_5_emd | The dilation of TCW computed using a 5 × 5 window using Earth mover’s distance. | [72] |
MORPH_TCW_dil_5_sam | The dilation of TCW computed using a 3 × 3 window using spectral angle mapper distance. | [72] |
MORPH_TCW_dil_5_sed | The dilation of TCW computed using a 5 × 5 window using squared Euclidean distance. | [72] |
MORPH_TCW_dil_5_sid | The dilation of TCW computed using a 5 × 5 window using spectral information divergence. | [72] |
MORPH_TCW_dil_7_emd | The dilation of TCW computed using a 7 × 7 window using Earth mover’s distance. | [72] |
MORPH_TCW_dil_7_sam | The dilation of TCW computed using a 7 × 7 window using spectral angle mapper distance. | [72] |
MORPH_TCW_dil_7_sed | The dilation of TCW computed using a 7 × 7 window using squared Euclidean distance. | [72] |
MORPH_TCW_dil_7_sid | The dilation of TCW computed using a 7 × 7 window using spectral information divergence. | [72] |
MORPH_TCW_ero_3_emd | The erosion of TCW computed using a 3 × 3 window using Earth mover’s distance. | [72] |
MORPH_TCW_ero_3_sam | The erosion of TCW computed using a 3 × 3 window using spectral angle mapper distance. | [72] |
MORPH_TCW_ero_3_sed | The erosion of TCW computed using a 3 × 3 window using squared Euclidean distance. | [72] |
MORPH_TCW_ero_3_sid | The erosion of TCW computed using a 3 × 3 window using spectral information divergence. | [72] |
MORPH_TCW_ero_5_emd | The erosion of TCW computed using a 5 × 5 window using Earth mover’s distance. | [72] |
MORPH_TCW_ero_5_sam | The erosion of TCW computed using a 5 × 5 window using spectral angle mapper distance. | [72] |
MORPH_TCW_ero_5_sed | The erosion of TCW computed using a 5 × 5 window using squared Euclidean distance. | [72] |
MORPH_TCW_ero_5_sid | The erosion of TCW computed using a 5 × 5 window using spectral information divergence. | [72] |
MORPH_TCW_ero_7_emd | The erosion of TCW computed using a 7 × 7 window using Earth mover’s distance. | [72] |
MORPH_TCW_ero_7_sam | The erosion of TCW computed using a 7 × 7 window using spectral angle mapper distance. | [72] |
MORPH_TCW_ero_7_sed | The erosion of TCW computed using a 7 × 7 window using squared Euclidean distance. | [72] |
MORPH_TCW_ero_7_sid | The erosion of TCW computed using a 7 × 7 window using spectral information divergence. | [72] |
MORPH_gradient_3_emd | The gradient computed using a 3 × 3 window using Earth mover’s distance. | [72] |
MORPH_gradient_3_sam | The gradient computed using a 3 × 3 window using spectral angle mapper distance. | [72] |
MORPH_gradient_3_sed | The gradient computed using a 3 × 3 window using squared Euclidean distance. | [72] |
MORPH_gradient_3_sid | The gradient computed using a 3 × 3 window using spectral information divergence distance. | [72] |
MORPH_gradient_5_emd | The gradient computed using a 5 × 5 window using Earth mover’s distance. | [72] |
MORPH_gradient_5_sam | The gradient computed using a 5 × 5 window using spectral angle mapper distance. | [72] |
MORPH_gradient_5_sed | The gradient computed using a 5 × 5 window using squared Euclidean distance. | [72] |
MORPH_gradient_5_sid | The gradient computed using a 5 × 5 window using spectral information divergence distance. | [72] |
MORPH_gradient_7_emd | The gradient computed using a 7 × 7 window using Earth mover’s distance. | [72] |
MORPH_gradient_7_sam | The gradient computed using a 7 × 7 window using spectral angle mapper distance. | [72] |
MORPH_gradient_7_sed | The gradient computed using a 7 × 7 window using squared Euclidean distance. | [72] |
MORPH_gradient_7_sid | The gradient computed using a 7 × 7 window using spectral information divergence distance. | [72] |
Variable Name | Description | Source |
---|---|---|
NS_TOP25_5_TCB_MEAN | The mean of TCB of the top 25% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP25_5_TCG_MEAN | The mean of TCG of the top 25% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP25_5_TCW_MEAN | The mean of TCW of the top 25% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP25_5_TCB_STDDEV | The standard deviation of TCB of the top 25% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP25_5_TCG_STDDEV | The standard deviation of TCG of the top 25% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP25_5_TCW_STDDEV | The standard deviation of TCW of the top 25% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP25_7_TCB_MEAN | The mean of TCB of the top 25% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP25_7_TCG_MEAN | The mean of TCG of the top 25% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP25_7_TCW_MEAN | The mean of TCW of the top 25% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP25_7_TCB_STDDEV | The standard deviation of TCB of the top 25% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP25_7_TCG_STDDEV | The standard deviation of TCG of the top 25% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP25_7_TCW_STDDEV | The standard deviation of TCW of the top 25% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP25_11_TCB_MEAN | The mean of TCB of the top 25% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP25_11_TCG_MEAN | The mean of TCG of the top 25% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP25_11_TCW_MEAN | The mean of TCW of the top 25% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP25_11_TCB_STDDEV | The standard deviation of TCB of the top 25% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP25_11_TCG_STDDEV | The standard deviation of TCG of the top 25% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP25_11_TCW_STDDEV | The standard deviation of TCW of the top 25% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP50_5_TCB_MEAN | The mean of TCB of the top 50% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP50_5_TCG_MEAN | The mean of TCG of the top 50% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP50_5_TCW_MEAN | The mean of TCW of the top 50% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP50_5_TCB_STDDEV | The standard deviation of TCB of the top 50% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP50_5_TCG_STDDEV | The standard deviation of TCG of the top 50% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP50_5_TCW_STDDEV | The standard deviation of TCW of the top 50% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP50_7_TCB_MEAN | The mean of TCB of the top 50% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP50_7_TCG_MEAN | The mean of TCG of the top 50% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP50_7_TCW_MEAN | The mean of TCW of the top 50% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP50_7_TCB_STDDEV | The standard deviation of TCB of the top 50% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP50_7_TCG_STDDEV | The standard deviation of TCG of the top 50% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP50_7_TCW_STDDEV | The standard deviation of TCW of the top 50% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP50_11_TCB_MEAN | The mean of TCB of the top 50% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP50_11_TCG_MEAN | The mean of TCG of the top 50% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP50_11_TCW_MEAN | The mean of TCW of the top 50% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP50_11_TCB_STDDEV | The standard deviation of TCB of the top 50% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP50_11_TCG_STDDEV | The standard deviation of TCG of the top 50% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP50_11_TCW_STDDEV | The standard deviation of TCW of the top 50% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP75_5_TCB_MEAN | The mean of TCB of the top 75% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP75_5_TCG_MEAN | The mean of TCG of the top 75% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP75_5_TCW_MEAN | The mean of TCW of the top 75% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP75_5_TCB_STDDEV | The standard deviation of TCB of the top 75% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP75_5_TCG_STDDEV | The standard deviation of TCG of the top 75% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP75_5_TCW_STDDEV | The standard deviation of TCW of the top 75% most similar pixels to the centroid of a 5 × 5 window. | N/A |
NS_TOP75_7_TCB_MEAN | The mean of TCB of the top 75% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP75_7_TCG_MEAN | The mean of TCG of the top 75% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP75_7_TCW_MEAN | The mean of TCW of the top 75% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP75_7_TCB_STDDEV | The standard deviation of TCB of the top 75% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP75_7_TCG_STDDEV | The standard deviation of TCG of the top 75% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP75_7_TCW_STDDEV | The standard deviation of TCW of the top 75% most similar pixels to the centroid of a 7 × 7 window. | N/A |
NS_TOP75_11_TCB_MEAN | The mean of TCB of the top 75% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP75_11_TCG_MEAN | The mean of TCG of the top 75% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP75_11_TCW_MEAN | The mean of TCW of the top 75% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP75_11_TCB_STDDEV | The standard deviation of TCB of the top 75% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP75_11_TCG_STDDEV | The standard deviation of TCG of the top 75% most similar pixels to the centroid of an 11 × 11 window. | N/A |
NS_TOP75_11_TCW_STDDEV | The standard deviation of TCW of the top 75% most similar pixels to the centroid of an 11 × 11 window. | N/A |
Variable Name | Description | Source |
---|---|---|
SV_3_TCB_-1_-1 | An element produced by vectorizing a 3 × 3 TCB window. | N/A |
SV_3_TCB_-1_0 | An element produced by vectorizing a 3 × 3 TCB window. | N/A |
SV_3_TCB_-1_1 | An element produced by vectorizing a 3 × 3 TCB window. | N/A |
SV_3_TCB_0_-1 | An element produced by vectorizing a 3 × 3 TCB window. | N/A |
SV_3_TCB_0_1 | An element produced by vectorizing a 3 × 3 TCB window. | N/A |
SV_3_TCB_1_-1 | An element produced by vectorizing a 3 × 3 TCB window. | N/A |
SV_3_TCB_1_0 | An element produced by vectorizing a 3 × 3 TCB window. | N/A |
SV_3_TCB_1_1 | An element produced by vectorizing a 3 × 3 TCB window. | N/A |
SV_3_TCG_-1_-1 | An element produced by vectorizing a 3 × 3 TCG window. | N/A |
SV_3_TCG_-1_0 | An element produced by vectorizing a 3 × 3 TCG window. | N/A |
SV_3_TCG_-1_1 | An element produced by vectorizing a 3 × 3 TCG window. | N/A |
SV_3_TCG_0_-1 | An element produced by vectorizing a 3 × 3 TCG window. | N/A |
SV_3_TCG_0_1 | An element produced by vectorizing a 3 × 3 TCG window. | N/A |
SV_3_TCG_1_-1 | An element produced by vectorizing a 3 × 3 TCG window. | N/A |
SV_3_TCG_1_0 | An element produced by vectorizing a 3 × 3 TCG window. | N/A |
SV_3_TCG_1_1 | An element produced by vectorizing a 3 × 3 TCB window. | N/A |
SV_3_TCW_-1_-1 | An element produced by vectorizing a 3 × 3 TCW window. | N/A |
SV_3_TCW_-1_0 | An element produced by vectorizing a 3 × 3 TCW window. | N/A |
SV_3_TCW_-1_1 | An element produced by vectorizing a 3 × 3 TCW window. | N/A |
SV_3_TCW_0_-1 | An element produced by vectorizing a 3 × 3 TCW window. | N/A |
SV_3_TCW_0_1 | An element produced by vectorizing a 3 × 3 TCW window. | N/A |
SV_3_TCW_1_-1 | An element produced by vectorizing a 3 × 3 TCW window. | N/A |
SV_3_TCW_1_0 | An element produced by vectorizing a 3 × 3 TCW window. | N/A |
SV_3_TCW_1_1 | An element produced by vectorizing a 3 × 3 TCW window. | N/A |
SV_5_TCB_-2_-2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_-2_-1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_-2_0 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_-2_1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_-2_2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_-1_-2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_-1_-1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_-1_0 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_-1_1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_-1_2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_0_-2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_0_-1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_0_1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_0_2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_1_-2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_1_-1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_1_0 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_1_1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_1_2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_2_-2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_2_-1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_2_0 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_2_1 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCB_2_2 | An element produced by vectorizing a 5 × 5 TCB window. | N/A |
SV_5_TCG_-2_-2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_-2_-1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_-2_0 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_-2_1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_-2_2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_-1_-2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_-1_-1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_-1_0 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_-1_1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_-1_2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_0_-2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_0_-1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_0_1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_0_2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_1_-2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_1_-1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_1_0 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_1_1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_1_2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_2_-2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_2_-1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_2_0 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_2_1 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCG_2_2 | An element produced by vectorizing a 5 × 5 TCG window. | N/A |
SV_5_TCW_-2_-2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_-2_-1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_-2_0 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_-2_1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_-2_2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_-1_-2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_-1_-1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_-1_0 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_-1_1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_-1_2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_0_-2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_0_-1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_0_1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_0_2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_1_-2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_1_-1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_1_0 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_1_1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_1_2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_2_-2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_2_-1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_2_0 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_2_1 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_5_TCW_2_2 | An element produced by vectorizing a 5 × 5 TCW window. | N/A |
SV_7_TCB_-3_-3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-3_-2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-3_-1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-3_0 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-3_1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-3_2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-3_3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-2_-3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-2_-2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-2_-1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-2_0 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-2_1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-2_2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-2_3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-1_-3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-1_-2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-1_-1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-1_0 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-1_1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-1_2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_-1_3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_0_-3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_0_-2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_0_-1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_0_1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_0_2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_0_3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_1_-3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_1_-2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_1_-1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_1_0 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_1_1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_1_2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_1_3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_2_-3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_2_-2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_2_-1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_2_0 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_2_1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_2_2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_2_3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_3_-3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_3_-2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_3_-1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_3_0 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_3_1 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_3_2 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCB_3_3 | An element produced by vectorizing a 7 × 7 TCB window. | N/A |
SV_7_TCG_-3_-3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-3_-2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-3_-1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-3_0 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-3_1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-3_2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-3_3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-2_-3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-2_-2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-2_-1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-2_0 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-2_1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-2_2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-2_3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-1_-3 | An element produced by vectorizing a 7 × 7 TCG window. | 1367 N/A |
SV_7_TCG_-1_-2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-1_-1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-1_0 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-1_1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-1_2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_-1_3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_0_-3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_0_-2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_0_-1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_0_1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_0_2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_0_3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_1_-3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_1_-2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_1_-1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_1_0 | An element produced by vectorizing a 7 × 7 TCG window. | 1387 N/A |
SV_7_TCG_1_1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_1_2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_1_3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_2_-3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_2_-2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_2_-1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_2_0 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_2_1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_2_2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_2_3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_3_-3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_3_-2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_3_-1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_3_0 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_3_1 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_3_2 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCG_3_3 | An element produced by vectorizing a 7 × 7 TCG window. | N/A |
SV_7_TCW_-3_-3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-3_-2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-3_-1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-3_0 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-3_1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-3_2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-3_3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-2_-3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-2_-2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-2_-1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-2_0 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-2_1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-2_2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-2_3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-1_-3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-1_-2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-1_-1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-1_0 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-1_1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-1_2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_-1_3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_0_-3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_0_-2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_0_-1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_0_1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_0_2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_0_3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_1_-3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_1_-2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_1_-1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_1_0 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_1_1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_1_2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_1_3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_2_-3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_2_-2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_2_-1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_2_0 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_2_1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_2_2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_2_3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_3_-3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_3_-2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_3_-1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_3_0 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_3_1 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_3_2 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
SV_7_TCW_3_3 | An element produced by vectorizing a 7 × 7 TCW window. | N/A |
Variable Name | Description | Source |
---|---|---|
CCDC_B2_SIN_ALL | The sine coefficient of the B2 all-dates CCDC model | [77] |
CCDC_B3_SIN_ALL | The sine coefficient of the B3 all-dates CCDC model | [77] |
CCDC_B4_SIN_ALL | The sine coefficient of the B4 all-dates CCDC model | [77] |
CCDC_B5_SIN_ALL | The sine coefficient of the B5 all-dates CCDC model | [77] |
CCDC_B7_SIN_ALL | The sine coefficient of the B7 all-dates CCDC model | [77] |
CCDC_B2_SIN_SUMMER | The sine coefficient of the B2 no-winter CCDC model | [77] |
CCDC_B3_SIN_SUMMER | The sine coefficient of the B3 no-winter CCDC model | [77] |
CCDC_B4_SIN_SUMMER | The sine coefficient of the B4 no-winter CCDC model | [77] |
CCDC_B5_SIN_SUMMER | The sine coefficient of the B5 no-winter CCDC model | [77] |
CCDC_B7_SIN_SUMMER | The sine coefficient of the B7 no-winter CCDC model | [77] |
CCDC_B2_COS_ALL | The cosine coefficient of the B2 all-dates CCDC model | [77] |
CCDC_B3_COS_ALL | The cosine coefficient of the B3 all-dates CCDC model | [77] |
CCDC_B4_COS_ALL | The cosine coefficient of the B4 all-dates CCDC model | [77] |
CCDC_B5_COS_ALL | The cosine coefficient of the B5 all-dates CCDC model | [77] |
CCDC_B7_COS_ALL | The cosine coefficient of the B7 all-dates CCDC model | [77] |
CCDC_B2_COS_SUMMER | The cosine coefficient of the B2 no-winter CCDC model | [77] |
CCDC_B3_COS_SUMMER | The cosine coefficient of the B3 no-winter CCDC model | [77] |
CCDC_B4_COS_SUMMER | The cosine coefficient of the B4 no-winter CCDC model | [77] |
CCDC_B5_COS_SUMMER | The cosine coefficient of the B5 no-winter CCDC model | [77] |
CCDC_B7_COS_SUMMER | The cosine coefficient of the B7 no-winter CCDC model | [77] |
CCDC_B2_SIN2_ALL | The second sine coefficient of the B2 all-dates CCDC model | [77] |
CCDC_B3_SIN2_ALL | The second sine coefficient of the B3 all-dates CCDC model | [77] |
CCDC_B4_SIN2_ALL | The second sine coefficient of the B4 all-dates CCDC model | [77] |
CCDC_B5_SIN2_ALL | The second sine coefficient of the B5 all-dates CCDC model | [77] |
CCDC_B7_SIN2_ALL | The second sine coefficient of the B7 all-dates CCDC model | [77] |
CCDC_B2_SIN2_SUMMER | The second sine coefficient of the B2 no-winter CCDC model | [77] |
CCDC_B3_SIN2_SUMMER | The second sine coefficient of the B3 no-winter CCDC model | [77] |
CCDC_B4_SIN2_SUMMER | The second sine coefficient of the B4 no-winter CCDC model | [77] |
CCDC_B5_SIN2_SUMMER | The second sine coefficient of the B5 no-winter CCDC model | [77] |
CCDC_B7_SIN2_SUMMER | The second sine coefficient of the B7 no-winter CCDC model | [77] |
CCDC_B2_COS2_ALL | The second cosine coefficient of the B2 all-dates CCDC model | [77] |
CCDC_B3_COS2_ALL | The second cosine coefficient of the B3 all-dates CCDC model | [77] |
CCDC_B4_COS2_ALL | The second cosine coefficient of the B4 all-dates CCDC model | [77] |
CCDC_B5_COS2_ALL | The second cosine coefficient of the B5 all-dates CCDC model | [77] |
CCDC_B7_COS2_ALL | The second cosine coefficient of the B7 all-dates CCDC model | [77] |
CCDC_B2_COS2_SUMMER | The second cosine coefficient of the B2 no-winter CCDC model | [77] |
CCDC_B3_COS2_SUMMER | The second cosine coefficient of the B3 no-winter CCDC model | [77] |
CCDC_B4_COS2_SUMMER | The second cosine coefficient of the B4 no-winter CCDC model | [77] |
CCDC_B5_COS2_SUMMER | The second cosine coefficient of the B5 no-winter CCDC model | [77] |
CCDC_B7_COS2_SUMMER | The second cosine coefficient of the B7 no-winter CCDC model | [77] |
CCDC_B2_SIN3_ALL | The third sine coefficient of the B2 all-dates CCDC model | [77] |
CCDC_B3_SIN3_ALL | The third sine coefficient of the B3 all-dates CCDC model | [77] |
CCDC_B4_SIN3_ALL | The third sine coefficient of the B4 all-dates CCDC model | [77] |
CCDC_B5_SIN3_ALL | The third sine coefficient of the B5 all-dates CCDC model | [77] |
CCDC_B7_SIN3_ALL | The third sine coefficient of the B7 all-dates CCDC model | [77] |
CCDC_B2_SIN3_SUMMER | The third sine coefficient of the B2 no-winter CCDC model | [77] |
CCDC_B3_SIN3_SUMMER | The third sine coefficient of the B3 no-winter CCDC model | [77] |
CCDC_B4_SIN3_SUMMER | The third sine coefficient of the B4 no-winter CCDC model | [77] |
CCDC_B5_SIN3_SUMMER | The third sine coefficient of the B5 no-winter CCDC model | [77] |
CCDC_B7_SIN3_SUMMER | The third sine coefficient of the B7 no-winter CCDC model | [77] |
CCDC_B2_COS3_ALL | The third cosine coefficient of the B2 all-dates CCDC model | [77] |
CCDC_B3_COS3_ALL | The third cosine coefficient of the B3 all-dates CCDC model | [77] |
CCDC_B4_COS3_ALL | The third cosine coefficient of the B4 all-dates CCDC model | [77] |
CCDC_B5_COS3_ALL | The third cosine coefficient of the B5 all-dates CCDC model | [77] |
CCDC_B7_COS3_ALL | The third cosine coefficient of the B7 all-dates CCDC model | [77] |
CCDC_B2_COS3_SUMMER | The third cosine coefficient of the B2 no-winter CCDC model | [77] |
CCDC_B3_COS3_SUMMER | The third cosine coefficient of the B3 no-winter CCDC model | [77] |
CCDC_B4_COS3_SUMMER | The third cosine coefficient of the B4 no-winter CCDC model | [77] |
CCDC_B5_COS3_SUMMER | The third cosine coefficient of the B5 no-winter CCDC model | [77] |
CCDC_B7_COS3_SUMMER | The third cosine coefficient of the B7 no-winter CCDC model | [77] |
CCDC_B2_INTP_ALL | The intercept coefficient of the B2 all-dates CCDC model | [77] |
CCDC_B3_INTP_ALL | The intercept coefficient of the B3 all-dates CCDC model | [77] |
CCDC_B4_INTP_ALL | The intercept coefficient of the B4 all-dates CCDC model | [77] |
CCDC_B5_INTP_ALL | The intercept coefficient of the B5 all-dates CCDC model | [77] |
CCDC_B7_INTP_ALL | The intercept coefficient of the B7 all-dates CCDC model | [77] |
CCDC_B2_INTP_SUMMER | The intercept coefficient of the B2 no-winter CCDC model | [77] |
CCDC_B3_INTP_SUMMER | The intercept coefficient of the B3 no-winter CCDC model | [77] |
CCDC_B4_INTP_SUMMER | The intercept coefficient of the B4 no-winter CCDC model | [77] |
CCDC_B5_INTP_SUMMER | The intercept coefficient of the B5 no-winter CCDC model | [77] |
CCDC_B7_INTP_SUMMER | The intercept coefficient of the B7 no-winter CCDC model | [77] |
CCDC_B2_SLP_ALL | The slope coefficient of the B2 all-dates CCDC model | [77] |
CCDC_B3_SLP_ALL | The slope coefficient of the B3 all-dates CCDC model | [77] |
CCDC_B4_SLP_ALL | The slope coefficient of the B4 all-dates CCDC model | [77] |
CCDC_B5_SLP_ALL | The slope coefficient of the B5 all-dates CCDC model | [77] |
CCDC_B7_SLP_ALL | The slope coefficient of the B7 all-dates CCDC model | [77] |
CCDC_B2_SLP_SUMMER | The slope coefficient of the B2 no-winter CCDC model | [77] |
CCDC_B3_SLP_SUMMER | The slope coefficient of the B3 no-winter CCDC model | [77] |
CCDC_B4_SLP_SUMMER | The slope coefficient of the B4 no-winter CCDC model | [77] |
CCDC_B5_SLP_SUMMER | The slope coefficient of the B5 no-winter CCDC model | [77] |
CCDC_B7_SLP_SUMMER | The slope coefficient of the B7 no-winter CCDC model | [77] |
CCDC_B2_RMSE_ALL | The RMSE coefficient of the B2 all-dates CCDC model | [77] |
CCDC_B3_RMSE_ALL | The RMSE coefficient of the B3 all-dates CCDC model | [77] |
CCDC_B4_RMSE_ALL | The RMSE coefficient of the B4 all-dates CCDC model | [77] |
CCDC_B5_RMSE_ALL | The RMSE coefficient of the B5 all-dates CCDC model | [77] |
CCDC_B7_RMSE_ALL | The RMSE coefficient of the B7 all-dates CCDC model | [77] |
CCDC_B2_RMSE_SUMMER | The RMSE coefficient of the B2 no-winter CCDC model | [77] |
CCDC_B3_RMSE_SUMMER | The RMSE coefficient of the B3 no-winter CCDC model | [77] |
CCDC_B4_RMSE_SUMMER | The RMSE coefficient of the B4 no-winter CCDC model | [77] |
CCDC_B5_RMSE_SUMMER | The RMSE coefficient of the B5 no-winter CCDC model | [77] |
CCDC_B7_RMSE_SUMMER | The RMSE coefficient of the B7 no-winter CCDC model | [77] |
CCDC_B2_MAG_ALL | The magnitude of the GMD for B2 from the all-dates CCDC model | [77] |
CCDC_B3_MAG_ALL | The magnitude of the GMD for B3 from the all-dates CCDC model | [77] |
CCDC_B4_MAG_ALL | The magnitude of the GMD for B4 from the all-dates CCDC model | [77] |
CCDC_B5_MAG_ALL | The magnitude of the GMD for B5 from the all-dates CCDC model | [77] |
CCDC_B7_MAG_ALL | The magnitude of the GMD for B7 from the all-dates CCDC model | [77] |
CCDC_B2_MAG_SUMMER | The magnitude of the GMD for B2 from the no-winter CCDC model | [77] |
CCDC_B3_MAG_SUMMER | The magnitude of the GMD for B3 from the no-winter CCDC model | [77] |
CCDC_B4_MAG_SUMMER | The magnitude of the GMD for B4 from the no-winter CCDC model | [77] |
CCDC_B5_MAG_SUMMER | The magnitude of the GMD for B5 from the no-winter CCDC model | [77] |
CCDC_B7_MAG_SUMMER | The magnitude of the GMD for B7 from the no-winter CCDC model | [77] |
CCDC_NUMTBREAK_ALL | The number of breakpoints in the all-dates CCDC model | [77] |
CCDC_NUMTBREAK_SUMMER | The number of breakpoints in the no-winter CCDC model | [77] |
CCDC_TBREAK_ALL | The number of years since the GMD in the all-dates CCDC model | [77] |
CCDC_TBREAK_SUMMER | The number of years since the GMD in the no-winter CCDC model | [77] |
Variable Name | Description | Source |
---|---|---|
LandTendr_TCW_1_gmd_mag | The TCW magnitude of the GMD from the more conservative parameterization | [18] |
LandTendr_TCW_2_gmd_mag | The TCW magnitude of the GMD from the more liberal parameterization | [18] |
LandTendr_TCA_1_gmd_mag | The TCA magnitude of the GMD from the more conservative parameterization | [18] |
LandTendr_TCA_2_gmd_mag | The TCA magnitude of the GMD from the more liberal parameterization | [18] |
LandTendr_NBR_1_gmd_mag | The NBR magnitude of the GMD from the more conservative parameterization | [18] |
LandTendr_NBR_2_gmd_mag | The NBR magnitude of the GMD from the more liberal parameterization | [18] |
LandTendr_TCW_1_gmd_dur | The TCW duration of the GMD from the more conservative parameterization | [18] |
LandTendr_TCW_2_gmd_dur | The TCW duration of the GMD from the more liberal parameterization | [18] |
LandTendr_TCA_1_gmd_dur | The TCA duration of the GMD from the more conservative parameterization | [18] |
LandTendr_TCA_2_gmd_dur | The TCA duration of the GMD from the more liberal parameterization | [18] |
LandTendr_NBR_1_gmd_dur | The NBR duration of the GMD from the more conservative parameterization | [18] |
LandTendr_NBR_2_gmd_dur | The NBR duration of the GMD from the more liberal parameterization | [18] |
LandTendr_TCW_1_gmd_preval | The TCW pre-disturbance value of the GMD from the more conservative parameterization | [18] |
LandTendr_TCW_2_gmd_preval | The TCW pre-disturbance value of the GMD from the more liberal parameterization | [18] |
LandTendr_TCA_1_gmd_preval | The TCA pre-disturbance value of the GMD from the more conservative parameterization | [18] |
LandTendr_TCA_2_gmd_preval | The TCA pre-disturbance value of the GMD from the more liberal parameterization | [18] |
LandTendr_NBR_1_gmd_preval | The NBR pre-disturbance value of the GMD from the more conservative parameterization | [18] |
LandTendr_NBR_2_gmd_preval | The NBR pre-disturbance value of the GMD from the more liberal parameterization | [18] |
LandTendr_TCW_1_gmd_dsnr | The TCW DSNR value of the GMD from the more conservative parameterization | [35] |
LandTendr_TCW_2_gmd_dsnr | The TCW DSNR value of the GMD from the more liberal parameterization | [35] |
LandTendr_TCA_1_gmd_dsnr | The TCA DSNR value of the GMD from the more conservative parameterization | [35] |
LandTendr_TCA_2_gmd_dsnr | The TCA DSNR value of the GMD from the more liberal parameterization | [35] |
LandTendr_NBR_1_gmd_dsnr | The NBR DSNR value of the GMD from the more conservative parameterization | [35] |
LandTendr_NBR_2_gmd_dsnr | The NBR DNSR value of the GMD from the more liberal parameterization | [35] |
LandTendr_TCW_1_gain_mag | The TCW magnitude of the greatest gain/recovery segment from the more conservative parameterization | [18] |
LandTendr_TCW_2_gain_mag | The TCW magnitude of the greatest gain/recovery segment from the more liberal parameterization | [18] |
LandTendr_TCA_1_gain_mag | The TCA magnitude of the greatest gain/recovery segment from the more conservative parameterization | [18] |
LandTendr_TCA_2_gain_mag | The TCA magnitude of the greatest gain/recovery segment from the more liberal parameterization | [18] |
LandTendr_NBR_1_gain_mag | The NBR magnitude of the greatest gain/recovery segment from the more conservative parameterization | [18] |
LandTendr_NBR_2_gain_mag | The NBR magnitude of the greatest gain/recovery segment from the more liberal parameterization | [18] |
LandTendr_TCW_1_gain_dur | The TCW duration of the greatest gain/recovery segment from the more conservative parameterization | [18] |
LandTendr_TCW_2_gain_dur | The TCW duration of the greatest gain/recovery segment from the more liberal parameterization | [18] |
LandTendr_TCA_1_gain_dur | The TCA duration of the greatest gain/recovery segment from the more conservative parameterization | [18] |
LandTendr_TCA_2_gain_dur | The TCA duration of the greatest gain/recovery segment from the more liberal parameterization | [18] |
LandTendr_NBR_1_gain_dur | The NBR duration of the greatest gain/recovery segment from the more conservative parameterization | [18] |
LandTendr_NBR_2_gain_dur | The NBR duration of the greatest gain/recovery segment from the more liberal parameterization | [18] |
LandTendr_TCW_1_gain_preval | The TCW pre-disturbance value of the greatest gain/recovery segment from the more conservative parameterization | [18] |
LandTendr_TCW_2_gain_preval | The TCW pre-disturbance value of the greatest gain/recovery segment from the more liberal parameterization | [18] |
LandTendr_TCA_1_gain_preval | The TCA pre-disturbance value of the greatest gain/recovery segment from the more conservative parameterization | [18] |
LandTendr_TCA_2_gain_preval | The TCA pre-disturbance value of the greatest gain/recovery segment from the more liberal parameterization | [18] |
LandTendr_NBR_1_gain_preval | The NBR pre-disturbance value of the greatest gain/recovery segment from the more conservative parameterization | [18] |
LandTendr_NBR_2_gain_preval | The NBR pre-disturbance value of the greatest gain/recovery segment from the more liberal parameterization | [18] |
LandTendr_TCW_1_gain_dsnr | The TCW DSNR value of the greatest gain/recovery segment from the more conservative parameterization | [35] |
LandTendr_TCW_2_gain_dsnr | The TCW DSNR value of the greatest gain/recovery segment from the more liberal parameterization | [35] |
LandTendr_TCA_1_gain_dsnr | The TCA DSNR value of the greatest gain/recovery segment from the more conservative parameterization | [35] |
LandTendr_TCA_2_gain_dsnr | The TCA DSNR value of the greatest gain/recovery segment from the more liberal parameterization | [35] |
LandTendr_NBR_1_gain_dsnr | The NBR DSNR value of the greatest gain/recovery segment from the more conservative parameterization | [35] |
LandTendr_NBR_2_gain_dsnr | The NBR DNSR value of the greatest gain/recovery segment from the more liberal parameterization | [35] |
References
- Pan, Y.; Birdsey, R.A.; Fang, J.; Houghton, R.; Kauppi, P.E.; Kurz, W.A.; Phillips, O.L.; Shvidenko, A.; Lewis, S.L.; Canadell, J.G.; et al. A large and persistent carbon sink in the world’s forests. Science 2011, 333, 988–993. [Google Scholar] [CrossRef] [PubMed]
- Heinrich, V.H.; Vancutsem, C.; Dalagnol, R.; Rosan, T.M.; Fawcett, D.; Silva-Junior, C.H.; Cassol, H.L.; Achard, F.; Jucker, T.; Silva, C.A.; et al. The carbon sink of secondary and degraded humid tropical forests. Nature 2023, 615, 436–442. [Google Scholar] [CrossRef] [PubMed]
- Bar-On, Y.M.; Phillips, R.; Milo, R. The biomass distribution on Earth. Proc. Natl. Acad. Sci. USA 2018, 115, 6506–6511. [Google Scholar] [CrossRef] [PubMed]
- Erb, K.H.; Kastner, T.; Plutzar, C.; Bais, A.L.S.; Carvalhais, N.; Fetzel, T.; Gingrich, S.; Haberl, H.; Lauk, C.; Niedertscheider, M.; et al. Unexpectedly large impact of forest management and grazing on global vegetation biomass. Nature 2018, 553, 73–76. [Google Scholar] [CrossRef] [PubMed]
- Matasci, G.; Hermosilla, T.; Wulder, M.A.; White, J.C.; Coops, N.C.; Hobart, G.W.; Zald, H.S. Large-area mapping of Canadian boreal forest cover, height, biomass and other structural attributes using Landsat composites and lidar plots. Remote Sens. Environ. 2018, 209, 90–106. [Google Scholar] [CrossRef]
- Hudak, A.T.; Fekety, P.A.; Kane, V.R.; Kennedy, R.E.; Filippelli, S.K.; Falkowski, M.J.; Tinkham, W.T.; Smith, A.M.; Crookston, N.L.; Domke, G.M.; et al. A carbon monitoring system for mapping regional, annual aboveground biomass across the northwestern USA. Environ. Res. Lett. 2020, 15, 095003. [Google Scholar] [CrossRef]
- Arévalo, P.; Baccini, A.; Woodcock, C.E.; Olofsson, P.; Walker, W.S. Continuous mapping of aboveground biomass using Landsat time series. Remote Sens. Environ. 2023, 288, 113483. [Google Scholar] [CrossRef]
- Lefsky, M.A.; Cohen, W.B.; Parker, G.G.; Harding, D.J. Lidar Remote Sensing for Ecosystem Studies: Lidar, an emerging remote sensing technology that directly measures the three-dimensional distribution of plant canopies, can accurately estimate vegetation structural attributes and should be of particular interest to forest, landscape, and global ecologists. Bioscience 2002, 52, 19–30. [Google Scholar] [CrossRef]
- Zolkos, S.G.; Goetz, S.J.; Dubayah, R. A meta-analysis of terrestrial aboveground biomass estimation using lidar remote sensing. Remote Sens. Environ. 2013, 128, 289–298. [Google Scholar] [CrossRef]
- Coops, N.C.; Tompalski, P.; Goodbody, T.R.; Queinnec, M.; Luther, J.E.; Bolton, D.K.; White, J.C.; Wulder, M.A.; van Lier, O.R.; Hermosilla, T. Modelling lidar-derived estimates of forest attributes over space and time: A review of approaches and future trends. Remote Sens. Environ. 2021, 260, 112477. [Google Scholar] [CrossRef]
- Hansen, M.C.; Krylov, A.; Tyukavina, A.; Potapov, P.V.; Turubanova, S.; Zutta, B.; Ifo, S.; Margono, B.; Stolle, F.; Moore, R. Humid tropical forest disturbance alerts using Landsat data. Environ. Res. Lett. 2016, 11, 034008. [Google Scholar] [CrossRef]
- Hansen, M.C.; Potapov, P.V.; Moore, R.; Hancher, M.; Turubanova, S.A.; Tyukavina, A.; Thau, D.; Stehman, S.; Goetz, S.J.; Loveland, T.R.; et al. High-resolution global maps of 21st-century forest cover change. Science 2013, 342, 850–853. [Google Scholar] [CrossRef] [PubMed]
- Goetz, S.; Dubayah, R. Advances in remote sensing technology and implications for measuring and monitoring forest carbon stocks and change. Carbon Manag. 2011, 2, 231–244. [Google Scholar] [CrossRef]
- Kennedy, R.E.; Andréfouët, S.; Cohen, W.B.; Gómez, C.; Griffiths, P.; Hais, M.; Healey, S.P.; Helmer, E.H.; Hostert, P.; Lyons, M.B.; et al. Bringing an ecological view of change to Landsat-based remote sensing. Front. Ecol. Environ. 2014, 12, 339–346. [Google Scholar] [CrossRef]
- Lu, D.; Chen, Q.; Wang, G.; Moran, E.; Batistella, M.; Zhang, M.; Laurin, G.V.; Saah, D. Aboveground forest biomass estimation with Landsat and LiDAR data and uncertainty analysis of the estimates. Int. J. For. Res. 2012, 2012, 436537. [Google Scholar] [CrossRef]
- Dube, T.; Mutanga, O. Evaluating the utility of the medium-spatial resolution Landsat 8 multispectral sensor in quantifying aboveground biomass in uMgeni catchment, South Africa. Isprs J. Photogramm. Remote Sens. 2015, 101, 36–46. [Google Scholar] [CrossRef]
- Kennedy, R.E.; Ohmann, J.; Gregory, M.; Roberts, H.; Yang, Z.; Bell, D.M.; Kane, V.; Hughes, M.J.; Cohen, W.B.; Powell, S.; et al. An empirical, integrated forest biomass monitoring system. Environ. Res. Lett. 2018, 13, 025004. [Google Scholar] [CrossRef]
- Pflugmacher, D.; Cohen, W.B.; Kennedy, R.E. Using Landsat-derived disturbance history (1972–2010) to predict current forest structure. Remote Sens. Environ. 2012, 122, 146–165. [Google Scholar] [CrossRef]
- Pflugmacher, D.; Cohen, W.B.; Kennedy, R.E.; Yang, Z. Using Landsat-derived disturbance and recovery history and lidar to map forest biomass dynamics. Remote Sens. Environ. 2014, 151, 124–137. [Google Scholar] [CrossRef]
- Lu, D.; Batistella, M. Exploring TM image texture and its relationships with biomass estimation in Rondonia, Brazilian Amazon. Acta Amaz. 2005, 35, 249–257. [Google Scholar] [CrossRef]
- Lu, D. Aboveground biomass estimation using Landsat TM data in the Brazilian Amazon. Int. J. Remote Sens. 2005, 26, 2509–2525. [Google Scholar] [CrossRef]
- Zhao, P.; Lu, D.; Wang, G.; Wu, C.; Huang, Y.; Yu, S. Examining spectral reflectance saturation in Landsat imagery and corresponding solutions to improve forest aboveground biomass estimation. Remote Sens. 2016, 8, 469. [Google Scholar] [CrossRef]
- Haralick, R.M.; Shanmugam, K.; Dinstein, I.H. Textural features for image classification. IEEE Trans. Syst. Man Cybern. 1973, 3, 610–621. [Google Scholar] [CrossRef]
- Kelsey, K.C.; Neff, J.C. Estimates of aboveground biomass from texture analysis of Landsat imagery. Remote Sens. 2014, 6, 6407–6422. [Google Scholar] [CrossRef]
- Karlson, M.; Ostwald, M.; Reese, H.; Sanou, J.; Tankoano, B.; Mattsson, E. Mapping tree canopy cover and aboveground biomass in Sudano-Sahelian woodlands using Landsat 8 and random forest. Remote Sens. 2015, 7, 10017–10041. [Google Scholar] [CrossRef]
- Dube, T.; Mutanga, O. Investigating the robustness of the new Landsat-8 Operational Land Imager derived texture metrics in estimating plantation forest aboveground biomass in resource constrained areas. Isprs J. Photogramm. Remote Sens. 2015, 108, 12–32. [Google Scholar] [CrossRef]
- Sanchez-Ruiz, S.; Moreno-Martinez, A.; Izquierdo-Verdiguier, E.; Chiesi, M.; Maselli, F.; Gilabert, M.A. Growing stock volume from multi-temporal landsat imagery through google earth engine. Int. J. Appl. Earth Obs. Geoinf. 2019, 83, 101913. [Google Scholar] [CrossRef]
- Frazier, R.J.; Coops, N.C.; Wulder, M.A.; Kennedy, R. Characterization of aboveground biomass in an unmanaged boreal forest using Landsat temporal segmentation metrics. Isprs J. Photogramm. Remote Sens. 2014, 92, 137–146. [Google Scholar] [CrossRef]
- Kennedy, R.E.; Yang, Z.; Cohen, W.B. Detecting trends in forest disturbance and recovery using yearly Landsat time series: 1. LandTrendr — Temporal segmentation algorithms. Remote Sens. Environ. 2010, 114, 2897–2910. [Google Scholar] [CrossRef]
- Kennedy, R.E.; Yang, Z.; Gorelick, N.; Braaten, J.; Cavalcante, L.; Cohen, W.B.; Healey, S. Implementation of the LandTrendr algorithm on google earth engine. Remote Sens. 2018, 10, 691. [Google Scholar] [CrossRef]
- Zhu, Z.; Woodcock, C.E. Continuous change detection and classification of land cover using all available Landsat data. Remote Sens. Environ. 2014, 144, 152–171. [Google Scholar] [CrossRef]
- Pasquarella, V.J.; Arévalo, P.; Bratley, K.H.; Bullock, E.L.; Gorelick, N.; Yang, Z.; Kennedy, R.E. Demystifying LandTrendr and CCDC temporal segmentation. Int. J. Appl. Earth Obs. Geoinf. 2022, 110, 102806. [Google Scholar] [CrossRef]
- Myroniuk, V.; Bell, D.M.; Gregory, M.J.; Vasylyshyn, R.; Bilous, A. Uncovering forest dynamics using historical forest inventory data and Landsat time series. For. Ecol. Manag. 2022, 513, 120184. [Google Scholar] [CrossRef]
- Healey, S.P.; Cohen, W.B.; Yang, Z.; Brewer, C.K.; Brooks, E.B.; Gorelick, N.; Hernandez, A.J.; Huang, C.; Hughes, M.J.; Kennedy, R.E. Mapping forest change using stacked generalization: An ensemble approach. Remote Sens. Environ. 2018, 204, 717–728. [Google Scholar] [CrossRef]
- Cohen, W.B.; Yang, Z.; Healey, S.P.; Kennedy, R.E.; Gorelick, N. A LandTrendr multispectral ensemble for forest disturbance detection. Remote Sens. Environ. 2018, 205, 131–140. [Google Scholar] [CrossRef]
- Belgiu, M.; Drăguţ, L. Random forest in remote sensing: A review of applications and future directions. Isprs J. Photogramm. Remote Sens. 2016, 114, 24–31. [Google Scholar] [CrossRef]
- Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
- Powell, S.L.; Cohen, W.B.; Healey, S.P.; Kennedy, R.E.; Moisen, G.G.; Pierce, K.B.; Ohmann, J.L. Quantification of live aboveground forest biomass dynamics with Landsat time-series and field inventory data: A comparison of empirical modeling approaches. Remote Sens. Environ. 2010, 114, 1053–1068. [Google Scholar] [CrossRef]
- Powell, S.L.; Cohen, W.B.; Kennedy, R.E.; Healey, S.P.; Huang, C. Observation of trends in biomass loss as a result of disturbance in the conterminous US: 1986–2004. Ecosystems 2014, 17, 142–157. [Google Scholar] [CrossRef]
- Hermosilla, T.; Wulder, M.A.; White, J.C.; Coops, N.C.; Hobart, G.W. Regional detection, characterization, and attribution of annual forest change from 1984 to 2012 using Landsat-derived time-series metrics. Remote Sens. Environ. 2015, 170, 121–132. [Google Scholar] [CrossRef]
- Fekety, P.; Hudak, A. LiDAR-Derived Forest Aboveground Biomass Maps, Northwestern USA, 2002–2016; ORNL DAAC: Oak Ridge, TN, USA, 2020. [Google Scholar] [CrossRef]
- Long, C.J.; Whitlock, C. Fire and vegetation history from the coastal rain forest of the western Oregon Coast Range. Quat. Res. 2002, 58, 215–225. [Google Scholar] [CrossRef]
- Spies, T.A.; Franklin, J.F. The structure of natural young, mature, and old-growth Douglas-fir forests in Oregon and Washington. Wildl. Veg. Unmanaged-Douglas-Fir For. 1991, 1, 91–109. [Google Scholar]
- Lefsky, M.A.; Cohen, W.; Acker, S.; Parker, G.G.; Spies, T.; Harding, D. Lidar remote sensing of the canopy structure and biophysical properties of Douglas-fir western hemlock forests. Remote Sens. Environ. 1999, 70, 339–361. [Google Scholar] [CrossRef]
- Fekety, P.A.; Hudak, A.T.; Bright, B.C. Field Observations for “A Carbon Monitoring System for Mapping Regional, Annual Aboveground Biomass Across the Northwestern USA”; Forest Service Research Data Archive: Fort Collins, CO, USA, 2020. [CrossRef]
- Housman, I.; Campbell, L.; Goetz, W.; Finco, M.; Pugh, N.; Megown, K. US Forest Service Landscape Change Monitoring System Methods; U.S. Department of Agriculture, Forest Service, Geospatial Technology and Applications Center: Salt Lake City, UT, USA, 2021. [Google Scholar]
- Microsoft Team. Computer Generated Building Footprints for the United States. 2018. Available online: https://github.com/microsoft/USBuildingFootprints (accessed on 15 August 2024).
- Milne, B.T.; Cohen, W.B. Multiscale assessment of binary and continuous landcover variables for MODIS validation, mapping, and modeling applications. Remote Sens. Environ. 1999, 70, 82–98. [Google Scholar] [CrossRef]
- Hudak, A.T.; Lefsky, M.A.; Cohen, W.B.; Berterretche, M. Integration of lidar and Landsat ETM+ data for estimating and mapping forest canopy height. Remote Sens. Environ. 2002, 82, 397–416. [Google Scholar] [CrossRef]
- Johnston, J.D.; Kilbride, J.B.; Meigs, G.W.; Dunn, C.J.; Kennedy, R.E. Does conserving roadless wildland increase wildfire activity in western US national forests? Environ. Res. Lett. 2021, 16, 084040. [Google Scholar] [CrossRef]
- Flood, N. Seasonal composite Landsat TM/ETM images using the Medoid (a multi-dimensional median). Remote Sens. 2013, 5, 6481–6500. [Google Scholar] [CrossRef]
- Gorelick, N.; Hancher, M.; Dixon, M.; Ilyushchenko, S.; Thau, D.; Moore, R. Google Earth Engine: Planetary-scale geospatial analysis for everyone. Remote Sens. Environ. 2017, 202, 18–27. [Google Scholar] [CrossRef]
- Zhang, Y.; Ma, J.; Liang, S.; Li, X.; Liu, J. A stacking ensemble algorithm for improving the biases of forest aboveground biomass estimations from multiple remotely sensed datasets. GISci. Remote Sens. 2022, 59, 234–249. [Google Scholar] [CrossRef]
- Kennedy, R.E.; Yang, Z.; Braaten, J.; Copass, C.; Antonova, N.; Jordan, C.; Nelson, P. Attribution of disturbance change agent from Landsat time-series in support of habitat monitoring in the Puget Sound region, USA. Remote Sens. Environ. 2015, 166, 271–285. [Google Scholar] [CrossRef]
- Roberts-Pierel, B.M.; Kirchner, P.B.; Kilbride, J.B.; Kennedy, R.E. Changes over the Last 35 Years in Alaska’s Glaciated Landscape: A Novel Deep Learning Approach to Mapping Glaciers at Fine Temporal Granularity. Remote Sens. 2022, 14, 4582. [Google Scholar] [CrossRef]
- Hopkins, L.M.; Hallman, T.A.; Kilbride, J.; Robinson, W.D.; Hutchinson, R.A. A comparison of remotely sensed environmental predictors for avian distributions. Landsc. Ecol. 2022, 37, 997–1016. [Google Scholar] [CrossRef]
- Gesch, D.; Oimoen, M.; Greenlee, S.; Nelson, C.; Steuck, M.; Tyler, D. The national elevation dataset. Photogramm. Eng. Remote Sens. 2002, 68, 5–32. [Google Scholar]
- Key, C.H.; Benson, N.C. Landscape assessment (LA). In FIREMON: Fire Effects Monitoring and Inventory System. Gen. Tech. Rep. RMRS-GTR-164-CD; Lutes, D.C., Keane, R.E., Caratti, J.F., Key, C.H., Benson, N.C., Sutherland, S., Gangi, L.J., Eds.; US Department of Agriculture, Forest Service, Rocky Mountain Research Station: Fort Collins, CO, USA, 2006; Volume 164, p. LA-1-55. [Google Scholar]
- Crist, E.P.; Cicone, R.C. A Physically-Based Transformation of Thematic Mapper Data—The TM Tasseled Cap. IEEE Trans. Geosci. Remote Sens. 1984, GE-22, 256–263. [Google Scholar] [CrossRef]
- Rouse, J.; Haas, R.; Schell, J.; Deering, D. Monitoring vegetation systems in the Great Plains with ERTS. In Third Earth Resources Technology Satellite-1 Symposium. Volume 1: Technical Presentations, Section A; NASA Special Publication: Washington, DC, USA, 1974; Volume 19740022614, pp. 309–317. [Google Scholar]
- Wilson, E.H.; Sader, S.A. Detection of forest harvest type using multiple dates of Landsat TM imagery. Remote Sens. Environ. 2002, 80, 385–396. [Google Scholar] [CrossRef]
- Huete, A.; Didan, K.; Miura, T.; Rodriguez, E.P.; Gao, X.; Ferreira, L.G. Overview of the radiometric and biophysical performance of the MODIS vegetation indices. Remote Sens. Environ. 2002, 83, 195–213. [Google Scholar] [CrossRef]
- Farr, T.G.; Rosen, P.A.; Caro, E.; Crippen, R.; Duren, R.; Hensley, S.; Kobrick, M.; Paller, M.; Rodriguez, E.; Roth, L.; et al. The Shuttle Radar Topography Mission. Rev. Geophys. 2007, 45. [Google Scholar] [CrossRef]
- Hallman, T.A.; Robinson, W.D. Comparing multi-and single-scale species distribution and abundance models built with the boosted regression tree algorithm. Landsc. Ecol. 2020, 35, 1161–1174. [Google Scholar] [CrossRef]
- Cutler, M.; Boyd, D.; Foody, G.; Vetrivel, A. Estimating tropical forest biomass with a combination of SAR image texture and Landsat TM data: An assessment of predictions between regions. Isprs J. Photogramm. Remote Sens. 2012, 70, 66–77. [Google Scholar] [CrossRef]
- Roberts, L.G. Machine Perception of Three-Dimensional Solids. Ph.D. Thesis, Massachusetts Institute of Technology, Massachusetts, MA, USA, 1963. [Google Scholar]
- Sobel, I.; Feldman, G. A 3 × 3 isotropic gradient operator for image processing. Talk Stanf. Artif. Proj. 1968, 271–272. [Google Scholar]
- Prewitt, J.M. Object enhancement and extraction. Pict. Process. Psychopictorics 1970, 10, 15–19. [Google Scholar]
- Kirsch, R.A. Computer determination of the constituent structure of biological images. Comput. Biomed. Res. 1971, 4, 315–328. [Google Scholar] [CrossRef] [PubMed]
- Canny, J. A computational approach to edge detection. IEEE Trans. Pattern Anal. Mach. Intell. 1986, 8, 679–698. [Google Scholar] [CrossRef] [PubMed]
- Haralick, R.M.; Sternberg, S.R.; Zhuang, X. Image analysis using mathematical morphology. IEEE Trans. Pattern Anal. Mach. Intell. 1987, 9, 532–550. [Google Scholar] [CrossRef] [PubMed]
- Plaza, A.; Martinez, P.; Pérez, R.; Plaza, J. Spatial/spectral endmember extraction by multidimensional morphological operations. IEEE Trans. Geosci. Remote Sens. 2002, 40, 2025–2041. [Google Scholar] [CrossRef]
- Du, Y.; Chang, C.I.; Ren, H.; Chang, C.C.; Jensen, J.O.; D’Amico, F.M. New hyperspectral discrimination measure for spectral characterization. Opt. Eng. 2004, 43, 1777–1786. [Google Scholar]
- Ayrey, E.; Hayes, D.J.; Kilbride, J.B.; Fraver, S.; Kershaw, J.A.; Cook, B.D.; Weiskittel, A.R. Synthesizing Disparate LiDAR and Satellite Datasets through Deep Learning to Generate Wall-to-Wall Regional Inventories for the Complex, Mixed-Species Forests of the Eastern United States. Remote Sens. 2021, 13, 5113. [Google Scholar] [CrossRef]
- Pasquarella, V.J.; Kilbride, J.B. Not-so-random forests: Comparing voting and decision tree ensembles for characterizing partial harvest events in complex forested landscapes. Int. J. Appl. Earth Obs. Geoinf. 2023, 125, 103561. [Google Scholar]
- Arévalo, P.; Olofsson, P.; Woodcock, C.E. Continuous monitoring of land change activities and post-disturbance dynamics from Landsat time series: A test methodology for REDD+ reporting. Remote Sens. Environ. 2020, 238, 111051. [Google Scholar] [CrossRef]
- Arévalo, P.; Bullock, E.L.; Woodcock, C.E.; Olofsson, P. A suite of tools for continuous land change monitoring in google earth engine. Front. Clim. 2020, 2, 576740. [Google Scholar] [CrossRef]
- Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; et al. Scikit-learn: Machine learning in Python. J. Mach. Learn. Res. 2011, 12, 2825–2830. [Google Scholar]
- Wu, J.; Chen, X.Y.; Zhang, H.; Xiong, L.D.; Lei, H.; Deng, S.H. Hyperparameter optimization for machine learning models based on Bayesian optimization. J. Electron. Sci. Technol. 2019, 17, 26–40. [Google Scholar]
- Frazier, P.I. A tutorial on Bayesian optimization. arXiv 2018, arXiv:1807.02811. [Google Scholar]
- Head, T.; MechCoder, G.L.; Shcherbatyi, I. scikit-optimize/scikit-optimize: v0. 5.2. 2018. Available online: https://scikit-optimize.github.io/stable/whats_new/v0.5.html (accessed on 15 August 2024).
- Dunn, O.J. Multiple comparisons among means. J. Am. Stat. Assoc. 1961, 56, 52–64. [Google Scholar] [CrossRef]
- Liaw, A.; Wiener, M. Classification and regression by randomForest. R News 2002, 2, 18–22. [Google Scholar]
- Liu, Z.; Long, J.; Lin, H.; Sun, H.; Ye, Z.; Zhang, T.; Yang, P.; Ma, Y. Mapping and analyzing the spatiotemporal dynamics of forest aboveground biomass in the ChangZhuTan urban agglomeration using a time series of Landsat images and meteorological data from 2010 to 2020. Sci. Total Environ. 2024, 944, 173940. [Google Scholar] [CrossRef]
- Tarasiou, M.; Chavez, E.; Zafeiriou, S. Vits for sits: Vision transformers for satellite image time series. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 10418–10428. [Google Scholar]
- Yuan, Q.; Shen, H.; Li, T.; Li, Z.; Li, S.; Jiang, Y.; Xu, H.; Tan, W.; Yang, Q.; Wang, J.; et al. Deep learning in environmental remote sensing: Achievements and challenges. Remote Sens. Environ. 2020, 241, 111716. [Google Scholar] [CrossRef]
- Lang, N.; Jetz, W.; Schindler, K.; Wegner, J.D. A high-resolution canopy height model of the Earth. Nat. Ecol. Evol. 2023, 7, 1778–1789. [Google Scholar] [CrossRef]
- Krizhevsky, A.; Sutskever, I.; Hinton, G.E. Imagenet classification with deep convolutional neural networks. Commun. Acm 2017, 60, 84–90. [Google Scholar] [CrossRef]
- He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar]
- Dosovitskiy, A.; Beyer, L.; Kolesnikov, A.; Weissenborn, D.; Zhai, X.; Unterthiner, T.; Dehghani, M.; Minderer, M.; Heigold, G.; Gelly, S.; et al. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv 2020, arXiv:2010.11929. [Google Scholar]
- Akiba, T.; Sano, S.; Yanase, T.; Ohta, T.; Koyama, M. Optuna: A next-generation hyperparameter optimization framework. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, Anchorage, AK, USA, 4–8 August 2019; pp. 2623–2631. [Google Scholar]
- Liaw, R.; Liang, E.; Nishihara, R.; Moritz, P.; Gonzalez, J.E.; Stoica, I. Tune: A Research Platform for Distributed Model Selection and Training. arXiv 2018, arXiv:1807.05118. [Google Scholar]
- Saarela, S.; Holm, S.; Healey, S.P.; Andersen, H.E.; Petersson, H.; Prentius, W.; Patterson, P.L.; Næsset, E.; Gregoire, T.G.; Ståhl, G. Generalized hierarchical model-based estimation for aboveground biomass assessment using GEDI and landsat data. Remote Sens. 2018, 10, 1832. [Google Scholar] [CrossRef]
- Chen, Q.; Han, R.; Ye, F.; Li, W. Spatio-temporal ecological models. Ecol. Inform. 2011, 6, 37–43. [Google Scholar] [CrossRef]
- Hooper, S.; Kennedy, R.E. A spatial ensemble approach for broad-area mapping of land surface properties. Remote Sens. Environ. 2018, 210, 473–489. [Google Scholar] [CrossRef]
- Finley, A.O.; Banerjee, S. Bayesian spatially varying coefficient models in the spBayes R package. Environ. Model. Softw. 2020, 125, 104608. [Google Scholar] [CrossRef]
- Wheeler, D.C.; Calder, C.A. An assessment of coefficient accuracy in linear regression models with spatially varying coefficients. J. Geogr. Syst. 2007, 9, 145–166. [Google Scholar] [CrossRef]
- Conners, R.W.; Trivedi, M.M.; Harlow, C.A. Segmentation of a high-resolution urban scene using texture operators. Comput. Vision, Graph. Image Process. 1984, 25, 273–310. [Google Scholar] [CrossRef]
Search Range | |||
---|---|---|---|
Parameter | Parameter Type | Minimum | Maximum |
max_depth | Integer | 1 | 100 |
min_samples_split | Integer | 2 | 150 |
min_samples_leaf | Integer | 1 | 100 |
max_features | Real | 0.25 | 1 |
Feature Group | Num. Features | R2 | RMSE | MAE | Bias |
---|---|---|---|---|---|
Baseline | 19 | 0.7 (0.0) | 122.46 (0.16) | 89.89 (0.13) | 1.51 (0.2) |
Buffer | 29 | 0.74 (0.0) | 113.94 (0.14) | 83.41 (0.12) | 3.81 (0.19) |
GLCM | 77 | 0.74 (0.0) | 113.29 (0.16) | 82.92 (0.12) | 3.71 (0.18) |
Edge detector | 44 | 0.73 (0.0) | 116.75 (0.15) | 85.8 (0.12) | 2.88 (0.18) |
Morphological | 89 | 0.73 (0.0) | 116.01 (0.12) | 85.31 (0.11) | 3.13 (0.17) |
NS | 77 | 0.73 (0.0) | 117.04 (0.13) | 86.42 (0.11) | 4.08 (0.18) |
NV_3×3 | 32 | 0.73 (0.0) | 115.85 (0.14) | 85.3 (0.13) | 4.36 (0.19) |
NV_5×5 | 80 | 0.73 (0.0) | 115.67 (0.13) | 85.15 (0.11) | 3.99 (0.16) |
NV_7×7 | 152 | 0.73 (0.0) | 115.77 (0.13) | 85.33 (0.11) | 4.45 (0.17) |
Ranking | Baseline | GLCM | BUFF |
---|---|---|---|
1 | TOPO_ASPECT_COS | TOPO_ASPECT_COS | TOPO_ASPECT_COS |
2 | TOPO_ASPECT_SIN | TOPO_ASPECT_SIN | TOPO_ASPECT_SIN |
3 | TOPO_HILLSHADE | TOPO_HILLSHADE | TOPO_HILLSHADE |
4 | TOPO_SLOPE | TOPO_SLOPE | TOPO_SLOPE |
5 | TOPO_ELEVATION | TOPO_ELEVATION | TOPO_ELEVATION |
6 | SPEC_TCW | GLCM_TCW_var_7 | BUFF_TCW_stdDev_7 |
7 | SPEC_TCG | GLCM_TCW_var_3 | BUFF_TCW_stdDev_3 |
8 | SPEC_TCB | GLCM_TCW_var_11 | BUFF_TCW_stdDev_15 |
9 | SPEC_TCA | GLCM_TCW_savg_7 | BUFF_TCW_stdDev_11 |
10 | SPEC_NDVI | GLCM_TCW_savg_3 | BUFF_TCW_mean_7 |
11 | SPEC_NDMI | GLCM_TCW_savg_11 | BUFF_TCW_mean_3 |
12 | SPEC_NBR | GLCM_TCW_inertia_7 | BUFF_TCW_mean_15 |
13 | SPEC_EVI | GLCM_TCW_inertia_3 | BUFF_TCW_mean_11 |
14 | SPEC_B7 | GLCM_TCW_inertia_11 | BUFF_TCG_stdDev_7 |
15 | SPEC_B5 | GLCM_TCW_idm_7 | BUFF_TCG_stdDev_3 |
16 | SPEC_B4 | GLCM_TCW_idm_3 | BUFF_TCG_stdDev_15 |
17 | SPEC_B3 | GLCM_TCW_idm_11 | BUFF_TCG_stdDev_11 |
18 | SPEC_B2 | GLCM_TCW_ent_7 | BUFF_TCG_mean_7 |
19 | SPEC_B1 | GLCM_TCW_ent_3 | BUFF_TCG_mean_3 |
20 | - | GLCM_TCW_ent_11 | BUFF_TCG_mean_15 |
21 | - | GLCM_TCW_corr_7 | BUFF_TCG_mean_11 |
22 | - | GLCM_TCW_corr_3 | BUFF_TCB_stdDev_7 |
23 | - | GLCM_TCW_corr_11 | BUFF_TCB_stdDev_3 |
24 | - | GLCM_TCW_contrast_7 | BUFF_TCB_stdDev_15 |
25 | - | GLCM_TCW_contrast_3 | BUFF_TCB_stdDev_11 |
Feature Group | Num. Features | R2 | RMSE | MAE | Bias |
---|---|---|---|---|---|
Baseline | 19 | 0.7 (0.0) | 122.46 (0.16) | 89.89 (0.13) | 1.51 (0.2) |
Baseline + Spatial | 292 | 0.75 (0.0) | 112.52 (0.13) | 82.18 (0.1) | 2.51 (0.16) |
Baseline + Temporal | 171 | 0.79 (0.0) | 104.07 (0.13) | 74.66 (0.1) | 3.73 (0.15) |
Baseline + All | 444 | 0.8 (0.0) | 100.78 (0.11) | 72.15 (0.09) | 3.36 (0.15) |
Feature Group | RMSE Change | R2 Change |
---|---|---|
Baseline | −1.75 to −1.7 * | 0.01 * |
Buffer | −2.89 to −2.85 * | 0.01 * |
GLCM | −1.66 to −1.61 * | 0.01 * |
Edge detectors | −3.91 to −3.87 * | 0.02 * |
Morphological | −0.69 to −0.64 * | 0.0 |
NS | −4.98 to −4.94 * | 0.02 * |
NV_3×3 | −2.03 to −1.98 * | 0.01 * |
NV_5×5 | −5.27 to −5.23 * | 0.02 * |
NV_7×7 | −2.8 to −2.76 * | 0.01 * |
Baseline + Spatial | −2.81 to −2.76 * | 0.01 * |
Baseline + Temporal | −2.04 to −2.0 * | 0.01 * |
Baseline + Spatial + Temporal | −3.41 to −3.37 * | 0.02 * |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Kilbride, J.B.; Kennedy, R.E. A Large-Scale Inter-Comparison and Evaluation of Spatial Feature Engineering Strategies for Forest Aboveground Biomass Estimation Using Landsat Satellite Imagery. Remote Sens. 2024, 16, 4586. https://doi.org/10.3390/rs16234586
Kilbride JB, Kennedy RE. A Large-Scale Inter-Comparison and Evaluation of Spatial Feature Engineering Strategies for Forest Aboveground Biomass Estimation Using Landsat Satellite Imagery. Remote Sensing. 2024; 16(23):4586. https://doi.org/10.3390/rs16234586
Chicago/Turabian StyleKilbride, John B., and Robert E. Kennedy. 2024. "A Large-Scale Inter-Comparison and Evaluation of Spatial Feature Engineering Strategies for Forest Aboveground Biomass Estimation Using Landsat Satellite Imagery" Remote Sensing 16, no. 23: 4586. https://doi.org/10.3390/rs16234586
APA StyleKilbride, J. B., & Kennedy, R. E. (2024). A Large-Scale Inter-Comparison and Evaluation of Spatial Feature Engineering Strategies for Forest Aboveground Biomass Estimation Using Landsat Satellite Imagery. Remote Sensing, 16(23), 4586. https://doi.org/10.3390/rs16234586