The DEGRAD project is a research initiative that uses satellite imagery to monitor forest degradation in the Amazon. Unlike DETER’s near real-time alerts, DEGRAD provides a more detailed annual analysis of forest degradation patterns.
This dataset captures:
DEGRAD data is valuable for understanding forest degradation as a distinct phenomenon from clear-cut deforestation, important for carbon accounting, biodiversity protection, and understanding transition stages toward complete forest loss.
DEGRAD monitoring: - Conducted by INPE’s forest monitoring programs - Uses satellite imagery interpretation to identify forest degradation signs - Focuses on selective logging, small-scale agriculture, forest fires, and other degrading activities - Released as annual editions with comprehensive analysis - Limited documentation available (original INPE documentation is sparse)
For information, visit INPE Forest Monitoring.
Important: DEGRAD data is organized differently than real-time systems. Key points:
This package enhances the raw DEGRAD data by: - Intersecting DEGRAD spatial polygons with IBGE municipality boundaries (2019 version) - Providing municipality identification for each degradation event - Converting to Simple Features (SF) objects for spatial analysis
Note on CRS: Coordinate system metadata should be verified after loading, as original INPE data sometimes has unclear CRS information.
Detailed monitoring of forest degradation across the Legal Amazon.
Controls whether to download the original data or the processed/enhanced version.
TRUE: Returns raw INPE data with minimal
processingFALSE: Returns treated data with English variable
names, municipality identification from spatial intersection, and
standardized formattingRecommendation: Use raw_data = FALSE
for most applications to get municipality-level information. ### 3.
time_period
Specifies which year(s) of degradation events to download.
Important: When you request a year, you get events from that year regardless of which DEGRAD edition they appear in.
The returned data is a Simple Features (SF) spatial object with:
The annual edition structure (e.g., “DEGRAD 2016”) mixed with variable event years within those editions means: - When you request year 2015, you get all detected 2015 events regardless of edition - Some 2015 events may appear in both DEGRAD 2015 and DEGRAD 2016 editions - Duplication is handled in the data loading process
Common degradation types include: - Selective logging: Commercial timber extraction - Forest fires: Fire damage to forest areas - Agricultural clearing: Small-scale farming expansion - Mining: Degradation from mining activities - Other: Mixed or unclassified degradation causes
(Exact categories vary by edition; verify with your loaded data)
st_is_valid() to check