Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NUTS regions as an option #343

Open
phackstock opened this issue Apr 16, 2024 · 1 comment
Open

Add NUTS regions as an option #343

phackstock opened this issue Apr 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@phackstock
Copy link
Contributor

I think this could be a very nice first task for @dc-almeida. Adding NUTS regions as part of nomenclature.yaml
What do you think @danielhuppmann?

@phackstock phackstock added the enhancement New feature or request label Apr 16, 2024
@danielhuppmann
Copy link
Member

Agree, @phackstock...

The current official list of NUTS regions is available at https://ec.europa.eu/eurostat/web/nuts/overview

In the openENTRANCE project, I developed a prototype here: https://github.com/openENTRANCE/openentrance/blob/main/definitions/region/nuts3.yaml, where three files (one for each NUTS-level) where generated from the NUTS definitions file (2021 version).

For a new version, I think it's easier to parse the xlsx file when initializing a DataStructureDefinition with something like

definitions:
  region:
    country: true
    nuts: [1, 2, 3]

and add the RegionCode items to the RegionCodeList.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants