Skip to content

A Data Package with Urban Land Cover Classifications for a Selection of Cities in the Brazilian Amazon

License

Notifications You must be signed in to change notification settings

dias-bruno/amazonULC

Repository files navigation

amazonULC

Lifecycle: experimental

GitHub Stars

GitHub search hit counter: R
GitHub search hit counter: spatial GitHub search hit counter: interaction GitHub search hit counter: gravity GitHub search hit counter: workshop

GitHub issues GitHub release GitHub commit activity GitHub last commit

The amazonULC package aims to provide land cover classification maps of Brazilian Amazonian cities. Land cover maps can contribute to urban planning in Amazonian cities, with applications for monitoring urban sprawl, environmental protection areas, assisting in urban zoning, and identifying areas of high building density, among others. The amazonULC provides a urban land cover classification for the cities of Altamira, Cametá, Marabá, Santarém and part of the Metropolitan Area of Belém, all in the state of Pará, Brazilian Legal Amazon.

Location map of the cities analyzed by the amazonULC.

The maps have the following land cover classes: “Shrub Vegetation” (SV), “Herbaceous Vegetation” (HV), “Water” (Wa), “Exposed Ground” (EG), “High Gloss Cover” (HG), “Ceramic Cover” (Ce), “Fiber Cement Cover” (FC), “Asphalt Road” (As), “Terrain Road” (Te), “Cloud” (Cl) and “Shadow” (Sh).

Installation

You can install the development version of amazonULC from GitHub with:

# install.packages("devtools")
devtools::install_github("dias-bruno/amazonULC")

Example

This is a basic example that shows you how to plot the map of the city of Altamira:

library(amazonULC)
library(ggplot2)

data(altamira_class)
altamira <- altamira_class
ggplot(data = altamira, aes(fill = CLASS)) + geom_sf()

About

A Data Package with Urban Land Cover Classifications for a Selection of Cities in the Brazilian Amazon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published