get_Lombardia_geospatial: Download geospatial data of Lombardy from Eurostat

View source: R/get_Lombardia_geospatial.R

get_Lombardia_geospatialR Documentation

Download geospatial data of Lombardy from Eurostat

Description

'get_Lombardia_geospatial' returns the polygonal (shape file) object containing the geometries of Lombardy. Shapefile are available at different NUTS levels (https://ec.europa.eu/eurostat/web/nuts/background): 'LAU' for the shapefile of municipalities of Lombardy, 'NUTS3' for the shapefile of provinces of Lombardy and 'NUTS2' for the shapefile of Lombardy.

Usage

get_Lombardia_geospatial(NUTS_level = "LAU")

Arguments

NUTS_level

NUTS level required: use "NUTS2" for regional geometries, "NUTS3" for provincial geometries, or "LAU" for municipal geometries. Default NUTS_level = "LAU".

Value

A data frame of class 'data.frame', "sf" and 'ARPALdf'.

Examples


shape <- get_Lombardia_geospatial(NUTS_level = "LAU")



ARPALData documentation built on Sept. 26, 2023, 5:07 p.m.