PRODES (Projeto de Monitoramento da Floresta Amazônica Brasileira - Project for Monitoring the Brazilian Amazon Forest) is Brazil’s primary satellite-based deforestation monitoring system operated by INPE (National Institute for Space Research).
This dataset provides:
PRODES is the authoritative source for Amazon deforestation statistics, used for environmental monitoring, policy evaluation, and international reporting on Brazilian forest protection.
PRODES monitoring: - Uses satellite imagery from multiple sources (Landsat, CBERS, others) - Automated and manual analysis to detect clear-cut deforestation - Annual assessment of forest loss - Recently (2020+) raster data published through TerraBrasilis - Data available as both raster files and aggregated by municipality
For more information, visit INPE PRODES Project and TerraBrasilis.
Clear-cut deforestation areas (complete forest loss).
Deforestation that was not captured in previous surveys (detected through improved methodology).
Remaining native forest and natural vegetation areas.
Water bodies and hydrographic features.
Non-forest areas including savanna, grasslands, and other vegetation types.
Cloud cover in satellite imagery (data quality indicator).
raw_data = TRUE): Returns
SpatRaster objects (raster grids) from TerraBrasilisraw_data = FALSE):
Aggregated to municipality level showing total affected area| Year | Type | Definition |
|---|---|---|
| 2007 | Cumulative | All deforestation from 1988-2007 |
| 2008-2023 | Incremental | Deforestation detected in that specific year |
When analyzing time trends, be aware that 2007 includes 19 years of accumulated loss.
Selects which landscape classification to download.
dataset = "deforestation" # Clear-cut deforestation (main product)
dataset = "residual_deforestation" # Previously undetected deforestation
dataset = "native_vegetation" # Remaining forests and vegetation (2023 only)
dataset = "hydrography" # Water bodies (2023 only)
dataset = "non_forest" # Savanna and other non-forest (2023 only)
dataset = "clouds" # Cloud cover (2023 only)Controls data format: raster or municipality aggregates.
TRUE: Returns raw raster data (SpatRaster objects)FALSE: Returns municipality-level aggregated area
dataImportant: Raster data is large; ensure sufficient storage and memory.
Specifies which year(s) to download.
Available by dataset:
| Dataset | Available Years |
|---|---|
deforestation |
2007 (cumulative), 2008-2023 (incremental) |
residual_deforestation |
2010-2023 |
native_vegetation |
2023 only |
hydrography |
2023 only |
non_forest |
2023 only |
clouds |
2023 only |