gisco_nuts | R Documentation |
POLYGON
objectA sf
object including all NUTS levels as provided by GISCO
(2016 version).
A POLYGON
data frame (resolution: 1:20million, EPSG:4326) object with
2,016 rows and
11 variables:
NUTS identifier.
NUTS level code (0,1,2,3)
.
Urban Type, see Details.
Eurostat Country code.
NUTS name on Latin characters.
NUTS name on local alphabet.
Mount Type, see Details.
Coast Type, see Details.
FID.
Same as NUTS_ID, provided for compatibility with eurostat.
geometry field.
MOUNT_TYPE: Mountain typology:
1
: More than 50 % of the surface is covered by topographic mountain
areas.
2
: More than 50 % of the regional population lives in topographic
mountain areas.
3
: More than 50 % of the surface is covered by topographic mountain
areas and where more than 50 % of the regional population lives in these
mountain areas.
4
: Non-mountain region / other regions.
0
: No classification provided.
URBN_TYPE: Urban-rural typology:
1
: Predominantly urban region.
2
: Intermediate region.
3
: Predominantly rural region.
0
: No classification provided.
COAST_TYPE: Coastal typology:
1
: Coastal (on coast).
2
: Coastal (less than 50% of population living within 50 km. of the
coastline).
3
: Non-coastal region.
0
: No classification provided.
NUTS_RG_20M_2016_4326.geojson file.
gisco_get_nuts()
Other dataset:
gisco_coastallines
,
gisco_countries
,
gisco_countrycode
,
gisco_db
data("gisco_nuts")
head(gisco_nuts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.