get_Lombardia_geospatial {ARPALData}R 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")



[Package ARPALData version 1.5.2 Index]