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 2021 NUTS #19

Open
esalonico opened this issue Jan 24, 2022 · 3 comments
Open

Add 2021 NUTS #19

esalonico opened this issue Jan 24, 2022 · 3 comments

Comments

@esalonico
Copy link

Would be really nice if you could add the NUTS 2021 update to the package:

https://ec.europa.eu/eurostat/en/web/nuts/background
https://ec.europa.eu/eurostat/documents/345175/629341/NUTS2021.xlsx

@arranjdavis
Copy link

The package already looks to the Eurostat website for available NUTS years. This happens when you create an object of class NutsFinder. Now that NUTS 2021 is available on the website, you can use its data with the package.

For example, this worked for me:

from nuts_finder import NutsFinder
nf_coarse = NutsFinder(year = 2021, scale = 60)
nf_fine = NutsFinder(year = 2021, scale = 1)

Let me know if that works for you?

@esalonico
Copy link
Author

Nice, thanks a lot!!

@raffaem
Copy link

raffaem commented Sep 4, 2024

@esalonico can you close this if it works now?

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

No branches or pull requests

3 participants