load_prodes {datazoom.amazonia}R Documentation

PRODES - Deforestation Monitoring Project in the Legal Amazon by Satellite

Description

Loads information on clearcut deforestation in the Legal Amazon and annual deforestation rates in the region. Survey is done at state or municipality level and data is available from 2000 to 2020.

Usage

load_prodes(dataset = "prodes", raw_data, time_period, language = "eng")

Arguments

dataset

A dataset name ("prodes").

raw_data

A boolean setting the return of raw (TRUE) or processed (FALSE) data.

time_period

A numeric indicating what years will the data be loaded in the format YYYY. Can be a sequence of numbers such as 2010:2012.

language

A string that indicates in which language the data will be returned. Currently, only Portuguese ("pt") and English ("eng") are supported. Defaults to "eng".

Value

A tibble with the selected data.

Examples

## Not run: 
# download raw data from 2000 to 2020
raw_prodes_all <- load_prodes(
  dataset = "prodes",
  raw_data = TRUE,
  time_period = 2000:2020
)

## End(Not run)


[Package datazoom.amazonia version 0.3.0 Index]