https://github.com/datasets/geo-nuts-administrative-boundaries
Datapackage for NUTS admin levels 1, 2 and 3 edition 2010
https://github.com/datasets/geo-nuts-administrative-boundaries
Last synced: about 1 year ago
JSON representation
Datapackage for NUTS admin levels 1, 2 and 3 edition 2010
- Host: GitHub
- URL: https://github.com/datasets/geo-nuts-administrative-boundaries
- Owner: datasets
- Created: 2015-05-02T16:00:10.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T09:24:17.000Z (over 1 year ago)
- Last Synced: 2025-04-12T02:37:02.017Z (about 1 year ago)
- Language: Python
- Homepage: https://datahub.io/core/geo-nuts-administrative-boundaries
- Size: 11.9 MB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geo Boundaries for NUTS administrative levels 1, 2 and 3
If you don't know what NUTS (Nomenclature of Territorial Units for Statistics) are, see the [related Wikipedia article](https://en.wikipedia.org/wiki/Nomenclature_of_Territorial_Units_for_Statistics).
## Data
Data is sourced from the [GISCO EU website](https://gisco-services.ec.europa.eu/distribution/v2/nuts/).
We provide data as GeoJSON. Data is stored in the `data` folder.
Datasets are available for NUTS levels 1, 2, and 3.
The columns are:
* **NUTS_ID**: String (5.0)
* **STAT_LEVL_**: Integer (9.0)
The specific administrative boundary data used in this project is provided at the `60M` scale with `RG` units, and utilizes the `EPSG:4326` coordinate reference system [EPSG:4326](https://epsg.io/4326).
## Preparation
This package includes scripts to automate data retrieval and processing.
First, install the dependencies:
```bash
# Install libraries
pip install -r scripts/requirements.txt
# Run script
python scripts/process.py
```
# Automation
Up-to-date (auto-updates every year due to original data being updated infrequently) geo-nuts-administartive-boundaries dataset could be found on the datahub.io:
https://datahub.io/core/geo-nuts-administartive-boundaries
## License
This Data Package is licensed by its maintainers under the [Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/1.0/).
Refer to the [Copyright notice](http://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/administrative-units-statistical-units) of the source dataset for any specific restrictions on using these data in a public or commercial product.