This dataset provides 22,063 Cloud-Optimized GeoTIFFs (COGs) representing mean canopy tree height across the Amazon forest at a spatial resolution of 4.78 meters, covering the period from 2020 to 2024. The total data volume is approximately 183 GB.
Each file is named according to the original Planet NICFI tiling system, with the suffix:
_START_2015-12-01_END_2024-06-01_height_mean.tif
A scale factor of 2.5 is applied:
To obtain tree height in meters, divide the pixel value by 2.5.
Shapefile (tile_locator.shp
) is provided in the ./shp/
directory and GeoJSON
(tile_locator.geojson
) file is provided in the main directory to help locate tiles of interest.
These files contain the spatial extent, corresponding filename, and download URL for each tile.
For methodology and citation, see: arxiv.org/abs/2501.10600
tile_locator.shp
in your GIS softwareaws s3 sync --no-sign-request s3://ctrees-amazon-canopy-height/ path_to_your_local_directory
Example:
aws s3 sync --no-sign-request s3://ctrees-amazon-canopy-height/ C:/data/ctrees-amazon-canopy-height/
--dryrun
:
aws s3 sync --dryrun --no-sign-request s3://ctrees-amazon-canopy-height/ C:/data/ctrees-amazon-canopy-height/
See repository for license details.