earthkit.geo.gisco.nuts_regions

earthkit.geo.gisco.nuts_regions(level, resolution='10M', year=2024, geometry_type='polygons')

Retrieve NUTS regions of the given level.

Please see https://ec.europa.eu/eurostat/web/nuts for more information.

Parameters:
  • level (int) – The NUTS level (0, 1, 2, or 3).

  • resolution (str, optional) – The desired resolution of the shapefile. Must be one of the following: ‘01M’, ‘03M’, ‘10M’, ‘20M’, or ‘60M’. Default is ‘10M’.

  • geometry_type (str, optional) – The type of geometry to retrieve. Must be one of ‘polygons’, ‘lines’, or ‘points’. Default is ‘polygons’.

  • year (int, optional) – The year of the NUTS data to retrieve. Default is 2024 (latest available).