View source: R/municipalities.R
municipalities | R Documentation |
municipalities()
returns the boundaries of municipalities in the Azores.
municipalities_25N()
returns the municipalities in the meter-based
projection PTRA08 / UTM zone 25N, i.e. those municipalities in the
western-most part of the archipelago: Ilha das Flores and Ilha do Corvo.
municipalities_26N()
returns the municipalities in the meter-based
projection PTRA08 / UTM zone 26N, i.e. those municipalities in the Central
and Eastern groups of the archipelago.
municipalities(crs = laea_azores_proj())
municipalities_25N()
municipalities_26N()
crs |
Coordinate reference system (CRS) passed on to
st_transform(). Defaults to a custom CRS centered on
the Azores, see |
A simple features (sf) object with six fields:
id
An unique identifier for the municipality. Follows the format
[DT][MN]
: DT is a two-digit id for the district and MN for the
municipality.
municipality
Name of municipality.
district
Name of district, coincides with the name of the island.
area
Municipality area in hectares (ha).
perimeter
Municipality perimeter in kilometers.
n_parishes
Number of parishes in municipality.
municipalities()
municipalities_25N()
municipalities_26N()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.