-
Notifications
You must be signed in to change notification settings - Fork 42
properties now return dictionaries rather than lists #110
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
Conversation
Thanks @malmans2 Can you add a note to whats-new.rst. Another nice change would be to change |
I was thinking the same, I just have to add the missing keys to the properties. I'll do the it here! |
I think you could build the string for |
Should also |
Actually, is |
Yes lets do this.
See #105. Right now it gives all "CF keys". Not sure what the right choice is. |
Thanks @malmans2 Great to have you contribute! |
Closes #109
.axes
,.coordinates
,.cell_measures
,.standard_names
return dictionaries mapping standard name to variable names..get_standard_names
still returns a list of standard names.