knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The PRODES project uses satellites to monitor deforestation in Brazil's Legal Amazon. The raw data reports total and incremental (year-by-year) low-cut deforested area at the municipality level, going back to the year 2000.
Data is collected based on the PRODES-year, which starts at August 1st and ends on July 31st. Accordingly, 2018 deforestation data covers the period from 01/08/2017 to 31/07/2018.
INPE's most recent data is now published at TerraBrasilis. We have refrained from updating to this new source, as it only contains detailed spatial data, rather than agregated, municipality-level data.
Options:
dataset: "deforestation"
raw_data: there are two options:
TRUE
: if you want the data as it is originally.FALSE
: if you want the treated version of the data. language: you can choose between Portuguese ("pt")
and English ("eng")
Examples:
# Download treated data (raw_data = FALSE) # in portuguese (language = 'pt'). data <- load_prodes( raw_data = FALSE, language = "pt" )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.