Python package designed to fetch NUTS administrative divisions
Project description
pysquirrel - NUTS administrative region utility
Copyright 2024 IIASA Scenario Services team
This repository is licensed under the MIT License.
Overview
pysquirrel is a Python package designed to work with NUTS administrative divisions.
The current NUTS version is valid from 1 January 2024.
Background
From the Eurostat website
The NUTS classification (Nomenclature of territorial units for statistics) is a geographical nomenclature subdividing the economic territory of the European Union (EU) into regions at three different levels (NUTS 1, 2 and 3 respectively, moving from larger to smaller territorial units). Above NUTS 1, there is the 'national' level of the Member States.
NUTS is used for:
- collecting, developing and harmonising European regional statistics
- carrying out socio-economic analyses of the regions
- framing of EU regional policies
Usage
pysquirrel allows searching the list of all territorial units by specifying the parameters and the values to search as shown below:
>>> import pysquirrel
>>> pysquirrel.nuts.get(country_code="AT") # gets all regions in Austria
>>> pysquirrel.nuts.get(level=3) # gets all NUTS3 regions
>>> pysquirrel.nuts.get(country_code="AT", level=3) # gets all NUTS3 regions in Austria
Each Region object consists of five attributes:
- a NUTS code (e.g.: AT127)
- a country code
- a label (the full region name)
- a NUTS level (1, 2 or 3)
- a parent code (corresponding to the NUTS parent region)
Eurostat copyright notice on NUTS region data file
This package imports the NUTS spreadsheet from the Eurostat website.
Please note that pysquirrel is not developed, maintained or affiliated with Eurostat. The Eurostat copyright notice applies.
The Eurostat editorial content is licensed under the Creative Commons Attribution 4.0 International licence. Reuse of statistical metadata such as the NUTS classification is authorised with due citation of the source.
European Commission, Eurostat, Statistical regions in the European Union and partner countries -- NUTS and statistical regions 2021 -- 2022 edition, Publications Office of the European Union, 2022, https://data.europa.eu/doi/10.2785/321792
Acknowledgement
This package is developed and maintained by the Scenario Services & Scientific Software research theme at the IIASA Energy, Climate, and Enviroment program. Visit https://software.ece.iiasa.ac.at for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pysquirrel-1.1.tar.gz
.
File metadata
- Download URL: pysquirrel-1.1.tar.gz
- Upload date:
- Size: 28.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09e56a1b6221b8c73a22d7e865c79d366f2cfb344e1d6479b4ed194f72b0fa65 |
|
MD5 | 321797e2c4fcf08ed5aa4d5d792c1b92 |
|
BLAKE2b-256 | 1c6cb253123596f81e89501b6957cfcbb6c388c55869d3f647609ccad2efc2a0 |
File details
Details for the file pysquirrel-1.1-py3-none-any.whl
.
File metadata
- Download URL: pysquirrel-1.1-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea5660b35a35e69aa42afb871ecf9b84f80cc98c38a7946476cc9daa880f32ef |
|
MD5 | c1bc50d38d18e2d569acf2f58c0d1308 |
|
BLAKE2b-256 | 5d43a3080601b342a7f5fe5b15cc7b67b400b6d241207cc227b91ef9df2f3ebb |