pysquirrel
Science Score: 75.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
✓Institutional organization owner
Organization iiasa has institutional domain (www.iiasa.ac.at) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: iiasa
- License: mit
- Language: Python
- Default Branch: main
- Size: 1.04 MB
Statistics
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
- Releases: 2
Metadata Files
README.md
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:
```python
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.
Owner
- Name: IIASA
- Login: iiasa
- Kind: organization
- Email: github-owners@iiasa.ac.at
- Location: Laxenburg, Austria
- Website: https://www.iiasa.ac.at
- Twitter: IIASAVienna
- Repositories: 128
- Profile: https://github.com/iiasa
International Institute for Applied Systems Analysis
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: pysquirrel
message: >-
If you use this package please cite the doi
corresponding to the release used
type: software
authors:
- given-names: David
family-names: Almeida
email: almeida@iiasa.ac.at
affiliation: >-
International Institute for Applied Systems Analysis (IIASA)
orcid: 'https://orcid.org/0009-0000-5458-7917'
- given-names: Daniel
family-names: Huppmann
affiliation: >-
International Institute for Applied Systems Analysis (IIASA)
orcid: 'https://orcid.org/0000-0002-7729-7389'
- given-names: Philip
family-names: Hackstock
affiliation: >-
International Institute for Applied Systems Analysis (IIASA)
orcid: 'https://orcid.org/0000-0002-1482-1366'
license: MIT
GitHub Events
Total
- Issues event: 1
- Watch event: 1
- Delete event: 1
- Issue comment event: 4
- Push event: 6
- Pull request event: 5
- Pull request review comment event: 4
- Pull request review event: 8
- Create event: 2
Last Year
- Issues event: 1
- Watch event: 1
- Delete event: 1
- Issue comment event: 4
- Push event: 6
- Pull request event: 5
- Pull request review comment event: 4
- Pull request review event: 8
- Create event: 2
Packages
- Total packages: 1
-
Total downloads:
- pypi 1,777 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
pypi.org: pysquirrel
Python package designed to fetch NUTS administrative divisions
- Documentation: https://pysquirrel.readthedocs.io/
- License: MIT
-
Latest release: 1.1
published over 1 year ago