NUTS classificationΒΆ

The nomenclature package makes use of the pysquirrel package (link) to provide a utility for region names based on the NUTS classification.

This feature allows users to define an agreed list of territorial units with multiple levels of resolution, adding functionality to facilitate scenario analysis and model comparison.

The full list of NUTS regions is accessible via the Eurostat website (xlsx, 500kB).

from nomenclature import nuts

# list of NUTS region codes
nuts.codes

# list of NUTS region names
nuts.names