Pith. sign in

REVIEW 4 major objections 6 minor 2 cited by

High Resolution Tree Height Mapping of the Amazon Forest using Planet NICFI Images and LiDAR-Informed U-Net Model

T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read A U-Net regression model trained on Planet NICFI imagery with LiDAR references maps Amazon forest canopy height at ~4.78 m resolution with a 3.68 m mean absolute error, beating global height products.

desk verdict A useful but not yet fully validated Amazon canopy height product; the claimed 3.68 m accuracy is in-distribution, not independent Amazon-wide. read the letter →

arxiv 2501.10600 v1 pith:5DWLTET3 submitted 2025-01-17 cs.CV

classification cs.CV
keywords canopyheightU-NetPlanetNICFILiDARAmazonforestdeeplearningregressionmonitoringregenerationdetection
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that the height of the Amazon forest can be mapped wall-to-wall from freely available Planet NICFI satellite mosaics at a resolution fine enough to see individual tree crowns. A U-Net regression model translates 4.78 m RGB-NIR images into canopy height, with airborne LiDAR canopy height models as training reference. On a validation sample spread across the Amazon, the model's mean absolute error is 3.68 m, and bias stays low across most of the height range, with little saturation up to 40-50 m. If correct, this yields an Amazon-wide 4.78 m height map for 2020-2024 with an average canopy height near 22 m, and makes logging, deforestation, and regrowth visible as height changes in time series.

What carries the argument

The load-bearing object is the U-Net architecture adapted for regression: an encoder-decoder convolutional network with skip connections and roughly 35 million parameters that takes 256 × 256 × 4 RGBNIR tiles at 4.78 m and outputs a single-band per-pixel height map rescaled from 0-1 to 0-100 m. It is trained with mean squared error weighted by a binary presence/absence mask of the LiDAR canopy height model, so training focuses on pixels where reference data exist. The paired reference was built by computing canopy height models from airborne LiDAR at 1 m and resampling them to 4.78 m with the median, and the same-date plus neighboring NICFI mosaics were used as inputs under a no-change assumption. The skip connections are what allow crown texture and local context to survive through the decoder, which is why the model can reproduce crown-level detail instead of only smooth height averages.

What would settle it

Collect fresh airborne LiDAR transects in the western Amazon and Guiana Shield within two weeks of a NICFI basemap and compare predictions; if the model's error against this independent LiDAR is systematically larger than 3.68 m, the claimed Amazon-wide low bias is falsified.

Watch

Extended reading notes

Core claim

The central discovery is that a locally trained regression U-Net can recover LiDAR-grade canopy height from 4.78 m Planet NICFI imagery across the whole Amazon, where global canopy height products saturate or blur. The paper reports a mean absolute error of 3.68 m on 3,436 validation tiles, close alignment of median predicted height with LiDAR medians, and reliable estimates up to 45-50 m, while a 0.5 m RGB-based global product, a 10 m Sentinel-2 product, and a 10 m Sentinel-1/2 product show stronger saturation and larger errors in this region. From these predictions, the paper derives a weighted mean Amazon canopy height of 22.09 m, a median of 22.25 m, and a 97.5th percentile of 32.10 m, and maps a ring of the tallest forests around the central Amazon and individual giant trees with crowns wider than 50 m.

Load-bearing premise

The load-bearing premise is that forest canopy height stayed unchanged between the LiDAR acquisition and the paired NICFI image, including images taken up to a year earlier or later.

Editorial extensions

If this is right

  • The Amazon forest has a weighted mean canopy height of about 22 m, with the tallest forests forming a roughly 1,000 km-wide arc around the central Amazon and a hotspot in the Guiana Shield.
  • Selective logging becomes visible as month-to-month negative height differences in Planet NICFI time series, allowing disturbance to be located even when it does not clear the canopy.
  • Deforestation and regrowth can be followed from height trajectories: cleared pixels fall near zero and stay low, while abandoned pasture shows gradual height increase reaching 15-20 m by 2024.
  • Individual giant trees, including crowns 50-70 m wide, can be identified from the height map, enabling automatic searches for the Amazon's largest trees.
  • On the same validation tiles, the locally calibrated U-Net outperforms three 2020 global canopy height maps, especially for heights above 30-40 m where those products saturate.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • I infer that the same recipe should transfer to other NICFI-covered tropical forests in Africa and Southeast Asia, because the image source is pan-tropical and the model is locally trainable; the main bottleneck will be local LiDAR reference data for calibration.
  • I infer that the monthly NICFI cadence could be used to build dense height time series that turn regeneration curves into carbon-recovery estimates without repeated LiDAR or commercial data, an extension the paper only sketches.
  • I infer that the reported 3.68 m error likely understates true error in recently disturbed areas, because the training assumption of unchanged height over up to one year corrupts labels where logging or regrowth occurred between LiDAR and satellite acquisition.
  • I infer that blending the optical U-Net with radar-based height estimates would improve cloud-dominated zones such as the Andes slopes, where the paper itself notes its product is weakest.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper trains a U-Net regression model on Planet NICFI RGB-NIR imagery (4.78 m) with LiDAR-derived canopy height labels to produce a 2020-2024 Amazon canopy height map. Validation MAE is reported as 3.68 m, and the model is compared against three global canopy height products (Tolan, Pauls, Lang). The paper also demonstrates height-based detection of logging, deforestation, and regeneration, and reports an area-weighted mean Amazon canopy height of 22.09 m. The central claims are the accuracy and superiority of the model in the Amazon and the usability of the resulting map.

Significance. If the accuracy claim held under independent evaluation, this would be a valuable high-resolution forest structure product for a data-poor region, with potential applications to carbon monitoring and conservation. The paper uses publicly available LiDAR and NICFI data and provides a detailed description of the preprocessing and training pipeline, which are strengths. However, the validation is not spatially or temporally independent, and the Amazon-wide mean is given without uncertainty, so the headline numbers should be treated as provisional pending additional validation.

major comments (4)
  1. [Section 2.7] The validation is constructed by selecting one 256x256 patch from each NICFI tile that overlaps the LiDAR CHM, while the remaining ~47,000 training patches come from the same tiles and the same LiDAR programs/sites. Because neighboring patches in a tile share forest structure, illumination, and sensor calibration, the held-out patches are not spatially independent of training. The reported MAE of 3.68 m therefore measures in-distribution fit, not accuracy over the full Amazon, and the same limitation applies to the comparisons with Tolan, Pauls, and Lang in Section 3.1. Please provide a leave-one-site-out or spatially disjoint evaluation, and re-run the product comparisons on those held-out regions.
  2. [Section 2.7] The procedure pairs each LiDAR CHM with the closest NICFI image and also includes images from the previous and subsequent dates, allowing a time window of up to one year (±6 months for biannual NICFI, ±1 month for monthly). Height changes from growth, logging, or natural disturbance within that window corrupt the training and validation labels, and because such events are spatially correlated with forest types and disturbance history, the learned image-to-height mapping can be biased. Please quantify the sensitivity of the reported accuracy to this window, for example by restricting the validation to image-label pairs within one month and by excluding pixels with known disturbance from the analysis.
  3. [Section 3.9 and Table 1] The Amazon mean canopy height of 22.09 m is reported without any uncertainty or correction for known model biases, including underestimation above 50 m (Section 3.1), cloud/shade artifacts (Section 3.7), and the relaxed cloud masking applied in low-observation regions such as the Guiana Shield and western Amazon (Section 3.8). Please provide an error budget, confidence intervals on the mean and percentiles, or a comparison with independent regional height estimates.
  4. [Section 3.1] The claim of outperforming existing global products is established only on validation patches drawn from the training domain; this does not demonstrate superiority over the full Amazon, particularly in underrepresented regions such as the Guiana Shield, the western Amazon, and the Andes. Please report per-region accuracy (for example, the four Feldpausch regions of Figure 1) and, ideally, validation on LiDAR or GEDI data not used in training.
minor comments (6)
  1. [Section 3.1, Figure 3 caption] The caption mentions Tolan's model and Lang's model but the figure has four panels including Pauls's model; please correct the caption.
  2. [Section 3.9, Figure 12] The text contains repeated phrases such as 'The the Guiana Shield' and 'in the Shield'; please edit.
  3. [Table 1] The heading 'T able 1' contains a stray space; please fix.
  4. [Section 2.7] Please state explicitly how many unique LiDAR tiles/sites contribute to training versus validation, and whether any training patch is taken from the same NICFI tile as a validation patch.
  5. [Equation 1] Please define n, i, and the exact condition for a 'valid observation' (height above 5 m and non-cloud observation count above 5) in the text.
  6. [Section 4.2 / Data Availability] The decision to keep the dataset non-open is explained, but the Data Availability section should state whether the model weights, the prediction code, or the derived height map will be released, as this affects reproducibility.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the central accuracy claim is a supervised-learning validation against held-out LiDAR CHM, not a self-derived prediction.

full rationale

The paper's derivation chain is an ordinary supervised regression: Planet NICFI images are inputs, LiDAR-derived CHMs are training targets (Sec. 2.2, 2.6, 2.7), and the 3.68 m MAE is computed on 3,436 held-out 256x256 patches against LiDAR reference heights (Sec. 3.1, Fig. 3a). The validation heights are external LiDAR measurements, not model outputs, so the accuracy figure is not circular by construction. The Amazon-wide mean (22.09 m) is a model prediction applied to tiles without LiDAR, which is extrapolation rather than circularity; the paper states this mean is computed from model predictions and acknowledges the Andes and cloud/shade regions are less reliable. Self-citations appear in Sec. 2.5 and Sec. 3.5-3.6, where the authors' own deforestation/logging products (Wagner et al. 2023; Dalagnol et al. 2023) are used to date events when illustrating height-change detection, but these products are not training targets for the height model and the height-change detection is an illustrative application, not the central map-accuracy claim. Therefore no load-bearing step reduces to its own inputs. Independence concerns (spatial autocorrelation of validation patches drawn from the same NICFI tiles as training, and up-to-one-year label temporal mismatch, Sec. 2.7) are validity/robustness issues, not circularity, and are outside this pass's mandate.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

The central claim depends on the validity of LiDAR as ground truth, the temporal stability assumption in Section 2.7, and the spatial independence of validation. Several hand-chosen constants (CHM scaling, cloud buffer, height and observation thresholds) affect the reported numbers. No new entities are introduced.

free parameters (4)
  • CHM scaling factor = 2.5
    Used to convert DSM-DTM difference into 8-bit integer height (Section 2.2). Chosen by hand to maximize height resolution in 8 bits; affects loss function and model output scaling.
  • Cloud/shade mask buffer = ~1200 m
    Added around cloud-masked pixels to guarantee cloud-free inputs (Section 4). Chosen by hand; reduces effective sample size and may exclude near-cloud tall trees.
  • Minimum forest height threshold = 5 m
    Pixels with height above 5 m are treated as forest for computing the Amazon mean height (Section 2.8). Chosen by hand; changes the mean height estimate.
  • Minimum valid observations threshold = 5
    A pixel must have at least 5 non-cloud observations to be included in the mean height composite (Section 2.8). Chosen by hand; affects coverage and possibly the height estimate in cloudy regions.
assumptions (5)
  • domain assumption LiDAR-derived canopy height models are accurate ground truth for tree height.
    Used throughout Section 2.2; no uncertainty propagation from LiDAR processing (pit-free algorithm, TIN interpolation, etc.).
  • domain assumption Canopy height is recoverable from Planet NICFI optical reflectance and texture.
    The whole approach assumes a learned mapping exists between RGB-NIR images and height; stated implicitly in Sections 1 and 2.6.
  • domain assumption No significant canopy height change occurs within the time window between LiDAR acquisition and NICFI image date (up to ±6 months for biannual, ±1 month for monthly).
    Stated in Section 2.7; load-bearing for correctness of training labels.
  • domain assumption NICFI radiometric inconsistencies are tolerated by deep learning without calibration.
    Section 2.1 claims deep learning can handle absolute radiometric inaccuracies; no explicit test is provided.
  • domain assumption The validation sample of one image per NICFI tile extent is spatially independent enough to estimate generalization.
    Section 2.7; tiles may contain multiple LiDAR flights, and adjacent tiles may share forest types, leading to possible spatial autocorrelation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of High Resolution Tree Height Mapping of the Amazon Forest using Planet NICFI Images and LiDAR-Informed U-Net Model." pith.science (2026). https://pith.science/paper/5DWLTET3

@misc{pith2026250110600,
  author       = {Pith},
  title        = {Pith review of: High Resolution Tree Height Mapping of the Amazon Forest using Planet NICFI Images and LiDAR-Informed U-Net Model},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/5DWLTET3}},
  note         = {Machine review of arXiv:2501.10600}
}
read the original abstract

Tree canopy height is one of the most important indicators of forest biomass, productivity, and ecosystem structure, but it is challenging to measure accurately from the ground and from space. Here, we used a U-Net model adapted for regression to map the mean tree canopy height in the Amazon forest from Planet NICFI images at ~4.78 m spatial resolution for the period 2020-2024. The U-Net model was trained using canopy height models computed from aerial LiDAR data as a reference, along with their corresponding Planet NICFI images. Predictions of tree heights on the validation sample exhibited a mean error of 3.68 m and showed relatively low systematic bias across the entire range of tree heights present in the Amazon forest. Our model successfully estimated canopy heights up to 40-50 m without much saturation, outperforming existing canopy height products from global models in this region. We determined that the Amazon forest has an average canopy height of ~22 m. Events such as logging or deforestation could be detected from changes in tree height, and encouraging results were obtained to monitor the height of regenerating forests. These findings demonstrate the potential for large-scale mapping and monitoring of tree height for old and regenerating Amazon forests using Planet NICFI imagery.

Figures

Figures reproduced from arXiv: 2501.10600 by the authors.

Figure 1
Figure 1. Location of the 3,060 LiDAR data points in the Amazon domain used in the validation of the Amazon forest tree canopy height model (shown in gold). As at least one image per flight was used in validation, the validation locations approximately represent the locations of all the LiDAR flights in the Amazon used in the study. The Amazon domain is partitioned into four regions according to Feldpausch et al. (2011). 2.2.… view at source ↗
Figure 2
Figure 2. U-Net model architecture used for canopy height estimation from Planet NICFI images, adapted from Ronneberger et al. (2015). The number of channels is indicated above the cuboids, and the vertical numbers indicate the row and column sizes in pixels. The operations (convolutions, skip connections, max pooling, and upsampling) performed in each layer and their sizes are indicated by the colored arrows. created a spati… view at source ↗
Figure 3
Figure 3. Comparison of predicted versus observed height (m) for the 3,436 validation areas represented as density scatterplots for our canopy height model (a), Tolan’s model (b), and Lang’s model (c). Tolan’s model and Lang’s model, with native spatial resolutions of 0.5 m and 10 m respectively, were warped to our 4.78 m spatial resolution using the median and nearest neighbor algorithms, respectively. Each plot contains app… view at source ↗
Figures from the paper (10 more)
Figure 4
Figure 4. Figure 4: Distribution of the observed height in the validation sample (a); distribution of the predicted height in the validation sample for our model, Tolan’s model, and Lang’s model (b); and distribution of the differences in predicted height in the validation sample between …
Figure 5
Figure 5. Figure 5: Example of canopy height models observed in the validation dataset (column 1), predicted from our canopy height model (column 2), predicted from Tolan’s model (column 3), and predicted from Lang’s model (column 4). Tolan’s model, Pauls’s model and Lang’s model, whose n…
Figure 6
Figure 6. Figure 6: Example of canopy height models observed in the validation dataset (column 1), predicted from our canopy height model (column 2), predicted from Tolan’s model (column 3), and predicted from Lang’s model (column 4). Tolan’s model, Pauls’s model and Lang’s model, whose n…
Figure 7
Figure 7. Figure 7: Percentile 0.05 (a), median (b), and percentile 0.95 (c) of heights computed from canopy heights observed and predicted by our model in the 3,436 validation areas. Median of the points and 95% confidence interval computed by intervals of 5 m is given in blue. Each poin…
Figure 9
Figure 9. Figure 9: Example of height time series in case of deforestation (points 1, 2, and 3), deforestation and regrowth (points 4, 5) and only regrowth (points 6). For each location, the value of the point and its 24 closest neighbors are presented. The locations of these points are d…
Figure 11
Figure 11. Figure 11: Mean number of cloud-free observations for the ∼ 20 km × 20 km pixels corresponding to the Planet NICFI tiles. Only pixels with vegetation height greater than zero were considered in the mean computation. 3.9. Amazon forest canopy height We found that the mean canopy …
Figure 12
Figure 12. Figure 12: Map of the mean and percentile 97.5th of the Amazon forest tree canopy height on the period 2020-2024 (a-b). Each statistics is given for ∼ 20 km × 20 km pixels which correspond to a planet tile. Inside a tile, mean and percentile 97.5th are computed only with pixels …
Figure 13
Figure 13. Figure 13: Tree canopy height differences in meters between Tolan’s product (a), Pauls’s product (b), Lang’s product (c-d), and our canopy height product. For Lang’s product, we compared it to the mean of our product (c) and the 97.5th percentile (d), as Lang models the GEDI 98%…
Figure 14
Figure 14. Figure 14: Canopy height of the Amazon forest (m). To facilitate visualization at very high resolution, the colors represent the estimates from our model, aggregated to an 80 m spatial resolution using the median. For most of the Amazon forest, the model enables the detection of…
Figure 15
Figure 15. Figure 15: Examples of giant trees identified by our Amazon canopy height model. For each individual tree (row), a Planet NICFI image is shown during its leafless period (first column), during its leaf-covered period (second column), and the third column presents our canopy heig…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Estimating Individual Tree Height and Species from UAV Imagery

    cs.CV 2026-03 accept novelty 7.0 of 10

    DINOvTree jointly predicts individual tree height and species from tree-centered UAV RGB images, topping a new multi-biome benchmark while using roughly half the parameters of the next-best approach.

  2. Bringing SAM to new heights: Leveraging elevation data for tree crown segmentation from drone imagery

    cs.CV 2025-06 conditional novelty 5.0 of 10

    Learned SAM prompts plus DSM elevation data improve tree crown segmentation on plantations, but the stated advantage over Mask R-CNN does not hold on all three test forests.

Reference graph

Works this paper leans on

88 extracted references · 67 canonical work pages · cited by 2 Pith papers

  1. [1]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...

  2. [2]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...

  3. [3]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...

  4. [4]

    , author Agarwal, A

    author Abadi, M. , author Agarwal, A. , author Barham, P. , author Brevdo, E. , author Chen, Z. , author Citro, C. , author Corrado, G.S. , author Davis, A. , author Dean, J. , author Devin, M. , author Ghemawat, S. , author Goodfellow, I. , author Harp, A. , author Irving, G. , author Isard, M. , author Jia, Y. , author Jozefowicz, R. , author Kaiser, L....

  5. [5]

    , author Chollet, F

    author Allaire, J. , author Chollet, F. , year 2016 . title keras: R Interface to 'Keras' . https://keras.rstudio.com. note r package version 2.1.4

  6. [6]

    , author Tang, Y

    author Allaire, J. , author Tang, Y. , year 2020 . title tensorflow: R Interface to 'TensorFlow' . https://CRAN.R-project.org/package=tensorflow. note r package version 2.2.0

  7. [7]

    , author Maurano, L.E.P

    author de Almeida, C.A. , author Maurano, L.E.P. , author de Morisson Valeriano, D. , author Camara, G. , author Vinhas, L. , author Gomes, A.R. , author Monteiro, A.M.V. , author de Almeida Souza, A.A. , author Renn \'o , C.D. , author Silva, D.E. , et al., year 2021 . title Methodology for forest monitoring used in prodes and deter projects . journal CE...

  8. [8]

    , author Mascaro, J

    author Asner, G.P. , author Mascaro, J. , year 2014 . title Mapping tropical forest carbon: Calibrating plot estimates to a simple lidar metric . journal Remote Sensing of Environment volume 140 , pages 614--624

Show all 88 references
  1. [9]

    , author Seitsonen, L

    author Astola, H. , author Seitsonen, L. , author Halme, E. , author Molinier, M. , author L \"o nnqvist, A. , year 2021 . title Deep neural networks with transfer learning for forest variable estimation using sentinel-2 imagery in boreal forest . journal Remote Sensing volume...

  2. [10]

    , author Herold, M

    author Avitabile, V. , author Herold, M. , author Heuvelink, G.B. , author Lewis, S.L. , author Phillips, O.L. , author Asner, G.P. , author Armston, J. , author Ashton, P.S. , author Banin, L. , author Bayol, N. , et al., year 2016 . title An integrated pan-tropical biomass m...

  3. [11]

    , author Finegold, Y

    author Bastin, J.F. , author Finegold, Y. , author Garcia, C. , author Mollicone, D. , author Rezende, M. , author Routh, D. , author Zohner, C.M. , author Crowther, T.W. , year 2019 . title The global tree restoration potential . journal Science volume 365 , pages 76--79

  4. [12]

    , author Gleason, C.J

    author Bennett, M.M. , author Gleason, C.J. , author Tellman, B. , author Alvarez Leon , L.F. , author Friedrich, H.K. , author Ovienmhada, U. , author Mathews, A.J. , year 2024 . title Bringing satellites down to Earth: Six steps to more ethical remote sensing . journal Globa...

  5. [13]

    , author Ceccherini, G

    author Bourgoin, C. , author Ceccherini, G. , author Girardello, M. , author Vancutsem, C. , author Avitabile, V. , author Beck, P. , author Beuchle, R. , author Blanc, L. , author Duveiller, G. , author Migliavacca, M. , et al., year 2024 . title Human degradation of tropical...

  6. [14]

    , author Allaire, J

    author Chollet, F. , author Allaire, J. , year 2018 . title Deep Learning with R . publisher Manning Publications Co

  7. [15]

    , et al., year 2015

    author Chollet, F. , et al., year 2015 . title Keras . howpublished https://keras.io

  8. [16]

    , author Armston, J

    author de Conto, T. , author Armston, J. , author Dubayah, R. , year 2024 . title Characterizing the structural complexity of the earth's forests with spaceborne lidar . journal Nature Communications volume 15 , pages 8116 . https://doi.org/10.1038/s41467-024-52468-2, :10.1038...

  9. [17]

    , author Keller, M

    author Csillik, O. , author Keller, M. , author Longo, M. , author Ferraz, A. , author Rangel Pinag \'e , E. , author G \"o rgens, E.B. , author Ometto, J.P. , author Silgueiro, V. , author Brown, D. , author Duffy, P. , et al., year 2024 . title A large net carbon loss attrib...

  10. [18]

    , author Kumar, P

    author Csillik, O. , author Kumar, P. , author Mascaro, J. , author O’Shea, T. , author Asner, G.P. , year 2019 . title Monitoring tropical forest carbon stocks and emissions using planet satellite data . journal Scientific reports volume 9 , pages 1--12

  11. [19]

    title Redd+ai: Tree cover loss and degradation from logging, fire and roads in tropical forests - v 1.0

    author CTrees.org , year 2024 . title Redd+ai: Tree cover loss and degradation from logging, fire and roads in tropical forests - v 1.0 . https://xxx/xxx/xxx. note (accessed on dd/mm/yyyy)

  12. [20]

    , author Wagner, F.H

    author Dalagnol, R. , author Wagner, F.H. , author Galv \ a o, L.S. , author Braga, D. , author Osborn, F. , author da Concei c \ a o Bispo, P. , author Payne, M. , author Junior, C.S. , author Favrichon, S. , author Silgueiro, V. , et al., year 2023 . title Mapping tropical f...

  13. [21]

    , author Wagner, F.H

    author Dalagnol, R. , author Wagner, F.H. , author Galv \ a o, L.S. , author Streher, A.S. , author Phillips, O.L. , author Gloor, E. , author Pugh, T.A. , author Ometto, J.P. , author Arag \ a o, L.E. , year 2021 . title Large-scale variations in the dynamics of amazon forest...

  14. [22]

    , author Keller, M

    author Dos-Santos, M. , author Keller, M. , author Pinage, E. , author Morton, D. , year 2022 . title Forest inventory and biophysical measurements, brazilian amazon, 2009-2018 . journal ORNL DAAC

  15. [23]

    , author Blair, J.B

    author Dubayah, R. , author Blair, J.B. , author Goetz, S. , author Fatoyinbo, L. , author Hansen, M. , author Healey, S. , author Hofton, M. , author Hurtt, G. , author Kellner, J. , author Luthcke, S. , et al., year 2020 . title The global ecosystem dynamics investigation: H...

  16. [24]

    , author Abraham, A.J

    author Enquist, B.J. , author Abraham, A.J. , author Harfoot, M.B. , author Malhi, Y. , author Doughty, C.E. , year 2020 . title The megabiota are disproportionately important for biosphere functioning . journal Nature Communications volume 11 , pages 699

  17. [25]

    , author Ciais, P

    author Fayad, I. , author Ciais, P. , author Schwartz, M. , author Wigneron, J.P. , author Baghdadi, N. , author de Truchis, A. , author d'Aspremont, A. , author Frappart, F. , author Saatchi, S. , author Pellissier-Tanon, A. , author Bazzi, H. , year 2023 . title Vision trans...

  18. [26]

    , author Banin, L

    author Feldpausch, T.R. , author Banin, L. , author Phillips, O.L. , author Baker, T.R. , author Lewis, S.L. , author Quesada, C.A. , author Affum-Baffoe, K. , author Arets, E.J. , author Berry, N.J. , author Bird, M. , et al., year 2011 . title Height-diameter allometry of tr...

  19. [27]

    , author Asner, G.P

    author Francis, E.J. , author Asner, G.P. , year 2019 . title High-resolution mapping of redwood (sequoia sempervirens) distributions in three californian forests . journal Remote Sensing volume 11 . https://www.mdpi.com/2072-4292/11/3/351, :10.3390/rs11030351

  20. [28]

    , author Ferreira, J

    author Garrett, R. , author Ferreira, J. , author Abramovay, R. , author Brand \ a o, J. , author Brondizio, E. , author Euler, A. , author Pinedo, D. , author Porro, R. , author Cabrera Rocha, E. , author Sampaio, O. , author Schmink, M. , author Torres, B. , author Varese, M...

  21. [29]

    title GDAL/OGR Geospatial Data Abstraction software Library

    author GDAL/OGR contributors , year 2019 . title GDAL/OGR Geospatial Data Abstraction software Library . organization Open Source Geospatial Foundation . https://gdal.org

  22. [30]

    , author Gu, H

    author Ge, S. , author Gu, H. , author Su, W. , author Praks, J. , author Antropov, O. , year 2022 . title Improved semisupervised unet deep learning model for forest height mapping with satellite sar and optical data . journal IEEE Journal of Selected Topics in Applied Earth ...

  23. [31]

    , author Brienen, R.J

    author Gloor, M. , author Brienen, R.J. , author Galbraith, D. , author Feldpausch, T.R. , author Sch \"o ngart, J. , author Guyot, J.L. , author Espinoza, J.C. , author Lloyd, J. , author Phillips, O.L. , year 2013 . title Intensification of the amazon hydrological cycle over...

  24. [32]

    , author Motta, A.Z

    author Gorgens, E.B. , author Motta, A.Z. , author Assis, M. , author Nunes, M.H. , author Jackson, T. , author Coomes, D. , author Rosette, J. , author Oliveira, L.E. , author Arag \ a o, C. , author Ometto, J.P. , year 2019 . title The giant trees of the amazon basin . journ...

  25. [33]

    , author Potapov, P.V

    author Hansen, M.C. , author Potapov, P.V. , author Moore, R. , author Hancher, M. , author Turubanova, S.A. , author Tyukavina, A. , author Thau, D. , author Stehman, S.V. , author Goetz, S.J. , author Loveland, T.R. , author Kommareddy, A. , author Egorov, A. , author Chini,...

  26. [34]

    , author Dalagnol, R

    author Heinrich, V.H. , author Dalagnol, R. , author Cassol, H.L. , author Rosan, T.M. , author de Almeida, C.T. , author Silva Junior, C.H. , author Campanharo, W.A. , author House, J.I. , author Sitch, S. , author Hales, T.C. , et al., year 2021 . title Large carbon sink pot...

  27. [35]

    , author Vancutsem, C

    author Heinrich, V.H. , author Vancutsem, C. , author Dalagnol, R. , author Rosan, T.M. , author Fawcett, D. , author Silva-Junior, C.H. , author Cassol, H.L. , author Achard, F. , author Jucker, T. , author Silva, C.A. , et al., year 2023 . title The carbon sink of secondary ...

  28. [36]

    , author Tang, Y

    author Huang, D. , author Tang, Y. , author Qin, R. , year 2022 . title An evaluation of planetscope images for 3d reconstruction and change detection--experimental validations with case studies . journal GIScience & Remote Sensing volume 59 , pages 744--761

  29. [37]

    , author He, F

    author Hubbell, S.P. , author He, F. , author Condit, R. , author Borda-de \'A gua, L. , author Kellner, J. , author Ter Steege, H. , year 2008 . title How many tree species are there in the amazon and how many of them will go extinct? journal Proceedings of the National Acade...

  30. [38]

    , author Shadrin, D

    author Illarionova, S. , author Shadrin, D. , author Ignatiev, V. , author Shayakhmetov, S. , author Trekin, A. , author Oseledets, I. , year 2022 . title Estimation of the canopy height model from multispectral satellite imagery with convolutional neural networks . journal IE...

  31. [39]

    , year 1961

    author Jacobs, J. , year 1961 . title The Death and Life of Great American Cities . publisher Random House Inc , address New York

  32. [40]

    , author Kamilaris, A

    author Karatsiolis, S. , author Kamilaris, A. , author Cole, I. , year 2021 . title Img2ndsm: Height estimation from single airborne rgb images with deep learning . journal Remote Sensing volume 13 , pages 2417

  33. [41]

    , author Leitloff, J

    author Kattenborn, T. , author Leitloff, J. , author Schiefer, F. , author Hinz, S. , year 2021 . title Review on convolutional neural networks (cnn) in vegetation remote sensing . journal ISPRS Journal of Photogrammetry and Remote Sensing volume 173 , pages 24--49 . https://w...

  34. [42]

    , author Jetz, W

    author Lang, N. , author Jetz, W. , author Schindler, K. , author Wegner, J.D. , year 2023 . title A high-resolution canopy height model of the earth . journal Nature Ecology & Evolution volume 7 , pages 1778--1789

  35. [43]

    , author Schindler, K

    author Lang, N. , author Schindler, K. , author Wegner, J.D. , year 2019 . title Country-wide high-resolution vegetation height mapping with sentinel-2 . journal Remote Sensing of Environment volume 233 , pages 111347

  36. [44]

    , author Pinho, P

    author Lapola, D. , author Pinho, P. , author Barlow, J. , author Arag \ a o, L. , author Berenguer, E. , author Carmenta, R. , author Liddy, H. , author Seixas, H. , author Silva, C. , author Silva-Junior, C. , et al., year 2023 . title The drivers and impacts of amazon fores...

  37. [45]

    , author Bengio, Y

    author LeCun, Y. , author Bengio, Y. , author Hinton, G. , year 2015 . title Deep learning . journal nature volume 521 , pages 436--444

  38. [46]

    , author Brandt, M

    author Li, S. , author Brandt, M. , author Fensholt, R. , author Kariryaa, A. , author Igel, C. , author Gieseke, F. , author Nord-Larsen, T. , author Oehmcke, S. , author Carlsen, A.H. , author Junttila, S. , author Tong, X. , author d’Aspremont, A. , author Ciais, P. , year ...

  39. [47]

    , author Wang, M

    author Li, X. , author Wang, M. , author Fang, Y. , year 2020 . title Height estimation from single aerial images using a deep ordinal regression network . journal IEEE Geoscience and Remote Sensing Letters volume 19 , pages 1--5

  40. [48]

    , author Treitz, P

    author Lim, K. , author Treitz, P. , author Wulder, M. , author St-Onge, B. , author Flood, M. , year 2003 . title Lidar remote sensing of forest structure . journal Progress in physical geography volume 27 , pages 88--106

  41. [49]

    , author Brandt, M

    author Liu, S. , author Brandt, M. , author Nord-Larsen, T. , author Chave, J. , author Reiner, F. , author Lang, N. , author Tong, X. , author Ciais, P. , author Igel, C. , author Li1, S. , author Mugabowindekwe, M. , author Saatchi, S. , author Yue, Y. , author Chen, Z. , au...

  42. [50]

    , author Keller, M

    author Longo, M. , author Keller, M. , author dos Santos, M.N. , author Leitold, V. , author Pinag \'e , E.R. , author Baccini, A. , author Saatchi, S. , author Nogueira, E.M. , author Batistella, M. , author Morton, D.C. , year 2016 . title Aboveground biomass variability acr...

  43. [51]

    , author Tuomisto, H

    author Luize, B.G. , author Tuomisto, H. , author Ekelschot, R. , author Dexter, K.G. , author Amaral, I.L.d. , author Coelho, L.d.S. , author Matos, F.D.d.A. , author Lima Filho, D.d.A. , author Salom \ a o, R.P. , author Wittmann, F. , et al., year 2024 . title The biogeogra...

  44. [52]

    , author J, M

    author LV, G. , author J, M. , author LS, B. , author N, R.C. , author AP, A. , author et al , year 2021 . title Science panel for the amazon . journal CROSS-CHAPTER--THE AMAZON CARBON BUDGET 4

  45. [53]

    , author Wood, D

    author Malhi, Y. , author Wood, D. , author Baker, T.R. , author Wright, J. , author Phillips, O.L. , author Cochrane, T. , author Meir, P. , author Chave, J. , author Almeida, S. , author Arroyo, L. , et al., year 2006 . title The regional variation of aboveground live biomas...

  46. [54]

    title Project MapBiomas, Collection 8.0 of Brazilian Land Cover & Use Map Series

    author MapBiomas , year 2024 . title Project MapBiomas, Collection 8.0 of Brazilian Land Cover & Use Map Series . type Technical Report . MapBiomas. https://brasil.mapbiomas.org/colecoes-mapbiomas/

  47. [55]

    , author Espinoza, J.C

    author Marengo, J.A. , author Espinoza, J.C. , year 2016 . title Extreme seasonal droughts and floods in amazonia: causes, trends and impacts . journal International Journal of Climatology volume 36 , pages 1033--1050

  48. [56]

    , author Skole, D.L

    author Matricardi, E.A.T. , author Skole, D.L. , author Costa, O.B. , author Pedlowski, M.A. , author Samek, J.H. , author Miguel, E.P. , year 2020 . title Long-term forest degradation surpasses deforestation in the brazilian amazon . journal Science volume 369 , pages 1378--1382

  49. [57]

    title High Resolution Canopy Height Maps by WRI and Meta was accessed on 18-04-2023 from https://registry.opendata.aws/dataforgood-fb-forests

    author Meta and World Resources Institude (WRI) , year 2023 . title High Resolution Canopy Height Maps by WRI and Meta was accessed on 18-04-2023 from https://registry.opendata.aws/dataforgood-fb-forests. Meta and World Resources Institude (WRI) - 2023. High Resolution Canopy ...

  50. [58]

    , author Zohner, C.M

    author Mo, L. , author Zohner, C.M. , author Reich, P.B. , author Liang, J. , author De Miguel, S. , author Nabuurs, G.J. , author Renner, S.S. , author van den Hoogen, J. , author Araza, A. , author Herold, M. , et al., year 2023 . title Integrated global assessment of the na...

  51. [59]

    , author Gábor, L

    author Moudrý, V. , author Gábor, L. , author Marselis, S. , author Pracná, P. , author Barták, V. , author Prošek, J. , author Navrátilová, B. , author Novotný, J. , author Potůčková, M. , author Gdulová, K. , author Crespo-Peremarch, P. , author Komárek, J. , author Malavasi...

  52. [60]

    , year 2022

    author Mouselimis, L. , year 2022 . title PlanetNICFI : Processing of the 'Planet NICFI' Satellite Imagery using R . https://CRAN.R-project.org/package=PlanetNICFI. note r package version 1.0.4 using Imagery 2021 Planet Labs Inc. All use subject to the Participant License Agreement

  53. [61]

    title MONITORING PROGRAM OF THE AMAZON AND OTHER BIOMES

    author National Institute for Space Research (INPE), Earth Observation General Coordination , year 2024 . title MONITORING PROGRAM OF THE AMAZON AND OTHER BIOMES. Deforestation – Legal Amazon . type Technical Report . INPE. Available at https://terrabrasilis.dpi.inpe.br/downlo...

  54. [62]

    , author Gorgens, E.B

    author Ometto, J.P. , author Gorgens, E.B. , author de Souza Pereira, F.R. , author Sato, L. , author de Assis, M.L.R. , author Cantinho, R. , author Longo, M. , author Jacon, A.D. , author Keller, M. , year 2023 . title A biomass map of the brazilian amazon from multisource r...

  55. [63]

    , author Birdsey, R.A

    author Pan, Y. , author Birdsey, R.A. , author Phillips, O.L. , author Houghton, R.A. , author Fang, J. , author Kauppi, P.E. , author Keith, H. , author Kurz, W.A. , author Ito, A. , author Lewis, S.L. , et al., year 2024 . title The enduring world forest carbon sink . journa...

  56. [64]

    , author Zimmer, M

    author Pauls, J. , author Zimmer, M. , author Kelly, U.M. , author Schwartz, M. , author Saatchi, S. , author Ciais, P. , author Pokutta, S. , author Brandt, M. , author Gieseke, F. , year 2024 . title Estimating canopy height at scale . http://arxiv.org/abs/2406.01076 arXiv:2...

  57. [65]

    , author Rogers, R.R

    author Piirto, D.D. , author Rogers, R.R. , year 2002 . title An ecological basis for managing giant sequoia ecosystems . journal Environmental Management volume 30 , pages 110--128

  58. [66]

    title Planet imagery product specifications

    author Planet , year 2021 . title Planet imagery product specifications . journal Planet Labs: San Francisco, CA, USA , pages 91

  59. [67]

    title Planet application program interface: In space for life on earth

    author Planet Team , year 2017 . title Planet application program interface: In space for life on earth . https://api.planet.com

  60. [68]

    , author Curdoglo., M

    author Pooja Pandey, Joe Kington, A.K. , author Curdoglo., M. , year 2021 . title Addendum to planet basemaps. product specifications. nicfi basemaps. v02. journal NICFI Basemaps

  61. [69]

    , author Li, X

    author Potapov, P. , author Li, X. , author Hernandez-Serna, A. , author Tyukavina, A. , author Hansen, M.C. , author Kommareddy, A. , author Pickens, A. , author Turubanova, S. , author Tang, H. , author Silva, C.E. , et al., year 2021 . title Mapping global forest canopy hei...

  62. [70]

    title R: A Language and Environment for Statistical Computing

    author R Core Team , year 2016 . title R: A Language and Environment for Statistical Computing . organization R Foundation for Statistical Computing . address Vienna, Austria . https://www.R-project.org/

  63. [71]

    , author Fischer, P

    author Ronneberger, O. , author Fischer, P. , author Brox, T. , year 2015 . title U-net: Convolutional networks for biomedical image segmentation . journal CoRR volume abs/1505.04597 . http://arxiv.org/abs/1505.04597, http://arxiv.org/abs/1505.04597 arXiv:1505.04597

  64. [72]

    , author Sitch, S

    author Rosan, T.M. , author Sitch, S. , author O’sullivan, M. , author Basso, L.S. , author Wilson, C. , author Silva, C. , author Gloor, E. , author Fawcett, D. , author Heinrich, V. , author Souza, J.G. , et al., year 2024 . title Synthesis of the land carbon fluxes of the a...

  65. [73]

    , author Auty, D

    author Roussel, J.R. , author Auty, D. , year 2021 . title Airborne LiDAR Data Manipulation and Visualization for Forestry Applications . https://cran.r-project.org/package=lidR. note r package version 3.2.2

  66. [74]

    , author Auty, D

    author Roussel, J.R. , author Auty, D. , author Coops, N.C. , author Tompalski, P. , author Goodbody, T.R. , author Meador, A.S. , author Bourdon, J.F. , author de Boissieu , F. , author Achim, A. , year 2020 . title lidr: An r package for analysis of airborne laser scanning (...

  67. [75]

    , author Harris, N.L

    author Saatchi, S.S. , author Harris, N.L. , author Brown, S. , author Lefsky, M. , author Mitchard, E.T. , author Salas, W. , author Zutta, B.R. , author Buermann, W. , author Lewis, S.L. , author Hagen, S. , et al., year 2011 . title Benchmark map of forest carbon stocks in ...

  68. [76]

    , author Ciais, P

    author Schwartz, M. , author Ciais, P. , author De Truchis, A. , author Chave, J. , author Ottl\'e, C. , author Vega, C. , author Wigneron, J.P. , author Nicolas, M. , author Jouaber, S. , author Liu, S. , author Brandt, M. , author Fayad, I. , year 2023 . title Forms: Forest ...

  69. [77]

    , author Ciais, P

    author Schwartz, M. , author Ciais, P. , author Ottlé, C. , author De Truchis , A. , author Vega, C. , author Fayad, I. , author Brandt, M. , author Fensholt, R. , author Baghdadi, N. , author Morneau, F. , author Morin, D. , author Guyon, D. , author Dayau, S. , author Wigner...

  70. [78]

    , author Chandler, C.J

    author Shenkin, A. , author Chandler, C.J. , author Boyd, D.S. , author Jackson, T. , author Disney, M. , author Majalap, N. , author Nilus, R. , author Foody, G. , author bin Jami, J. , author Reynolds, G. , author Wilkes, P. , author Cutler, M.E.J. , author van der Heijden, ...

  71. [79]

    , author Brown, F

    author da Silva, S.S. , author Brown, F. , author de Oliveira Sampaio, A. , author Silva, A.L.C. , author dos Santos, N.C.R.S. , author Lima, A.C. , author de Souza Aquino, A.M. , author da Costa Silva, P.H. , author do Vale Moreira, J.G. , author Oliveira, I. , et al., year 2...

  72. [80]

    , author Heinrich, V.H

    author Silva Junior, C.H. , author Heinrich, V.H. , author Freire, A.T. , author Broggio, I.S. , author Rosan, T.M. , author Doblas, J. , author Anderson, L.O. , author Rousseau, G.X. , author Shimabukuro, Y.E. , author Silva, C.A. , et al., year 2020 . title Benchmark maps of...

  73. [81]

    , author Coops, N.C

    author Skidmore, A.K. , author Coops, N.C. , author Neinavaz, E. , author Ali, A. , author Schaepman, M.E. , author Paganini, M. , author Kissling, W.D. , author Vihervaara, P. , author Darvishzadeh, R. , author Feilhauer, H. , et al., year 2021 . title Priority list of biodiv...

  74. [82]

    , author Pitman, N.C

    author Ter Steege, H. , author Pitman, N.C. , author Sabatier, D. , author Baraloto, C. , author Salom \ a o, R.P. , author Guevara, J.E. , author Phillips, O.L. , author Castilho, C.V. , author Magnusson, W.E. , author Molino, J.F. , et al., year 2013 . title Hyperdominance i...

  75. [83]

    , author Yang, H.I

    author Tolan, J. , author Yang, H.I. , author Nosarzewski, B. , author Couairon, G. , author Vo, H.V. , author Brandt, J. , author Spore, J. , author Majumdar, S. , author Haziza, D. , author Vamaraju, J. , author Moutakanni, T. , author Bojanowski, P. , author Johns, T. , aut...

  76. [84]

    , author Dalagnol, R

    author Wagner, F.H. , author Dalagnol, R. , author Silva-Junior, C.H.L. , author Carter, G. , author Ritz, A.L. , author Hirye, M.C.M. , author Ometto, J.P.H.B. , author Saatchi, S. , year 2023 . title Mapping tropical forest cover and deforestation with planet nicfi satellite...

  77. [85]

    , author Dalagnol, R

    author Wagner, F.H. , author Dalagnol, R. , author Sánchez, A.H. , author Hirye, M.C.M. , author Favrichon, S. , author Lee, J.H. , author Mauceri, S. , author Yang, Y. , author Saatchi, S. , year 2022 . title K-textures, a self supervised hard clustering deep learning algorit...

  78. [86]

    , author Roberts, S

    author Wagner, F.H. , author Roberts, S. , author Ritz, A.L. , author Carter, G. , author Dalagnol, R. , author Favrichon, S. , author Hirye, M.C. , author Brandt, M. , author Ciais, P. , author Saatchi, S. , year 2024 . title Sub-meter tree height mapping of california using ...

  79. [87]

    , author Dalagnol, R

    author Winstanley, P. , author Dalagnol, R. , author Mendiratta, S. , author Braga, D. , author Galvão, L.S. , author Bispo, P.d.C. , year 2024 . title Post-logging canopy gap dynamics and forest regeneration assessed using airborne lidar time series in the brazilian amazon wi...

  80. [88]

    , author Andreazzi, C.S

    author Zapata-R \' os, G. , author Andreazzi, C.S. , author Carnaval, A.C. , author da Costa Doria, C.R. , author Duponchelle, F. , author Flecker, A. , author Guayasam \' n, J.M. , author Heilpern, S. , author Jenkins, C.N. , author Maldonado, C. , et al., year 2022 . title B...

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.