-
Notifications
You must be signed in to change notification settings - Fork 14
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
Allow ISO3 codes as string #253
Allow ISO3 codes as string #253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small comments other than that good to merge.
2465fdb
to
abb774e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me thanks @danielhuppmann.
Thanks @phackstock! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, looks great!
Trying to implement ISO3 codes for the ECEMF/openENTRANCE project, I realized that the list was overly complicated for a list of countries. So this PR extends the "iso3_codes" attribute to be provided as a string. It also makes the error message slightly more readable by un-listing...