load_mapbiomas: MAPBIOMAS - The Annual Land Cover and Use Mapping Project in...

View source: R/mapbiomas.R

load_mapbiomasR Documentation

MAPBIOMAS - The Annual Land Cover and Use Mapping Project in Brazil

Description

Loads information about land cover and use

Usage

load_mapbiomas(
  dataset,
  raw_data = FALSE,
  geo_level = "municipality",
  language = "eng"
)

Arguments

dataset

A dataset name ("mapbiomas_cover", "mapbiomas_transition", "mapbiomas_irrigation", "mapbiomas_deforestation_regeneration", "mapbiomas_mining", "mapbiomas_water" or "mapbiomas_fire")

raw_data

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

geo_level

A string that defines the geographic level of the data

  • For dataset "mapbiomas_cover", can be "municipality" or "state" (faster download)

  • For dataset "mapbiomas_transition", can be "municipality" or "state" (faster download)

  • For dataset "mapbiomas_deforestation_regeneration", can only be "municipality"

  • For dataset "mapbiomas_mining", can be "indigenous_land" or "municipality"

  • For dataset "mapbiomas_irrigation", can be "state" or "biome"

  • For dataset "mapbiomas_water", can be "municipality", "state" or "biome"

  • For dataset "mapbiomas_fire", can only be "state"

language

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

Value

A tibble.

Examples

## Not run: 
# download treated Mapbiomas Cover data in English
data <- load_mapbiomas(
  dataset = "mapbiomas_cover",
  raw_data = FALSE,
  geo_level = "municipality",
  language = "eng"
)

# download treated data on mining on indigenous lands
data <- load_mapbiomas("mapbiomas_mining",
  raw_data = FALSE,
  geo_level = "indigenous_land"
)

## End(Not run)


datazoompuc/datazoom.amazonia documentation built on April 20, 2024, 8:50 a.m.