-
Notifications
You must be signed in to change notification settings - Fork 42
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 optional "long_name" to "axes" #142
Comments
xref #48 |
I like it. Also, the spec likes camel case, so is |
Yes.
|
"display" or "displayName" come to mind as well, but I'll give the attribute conventions doc a good reading. |
The "axes" metadata currently contains a "name" that is typically
{ "x", "y", "z", "c", "t' }
.We could also add support for an optional "long_name" to the "axes" metadata. This would be a semantic name that could be standardized across domains, e.g.
"anterior-posterior"
,"width"
.While standard, canonical values could help interpretation, this adds more flexibility and the possibility for additional, sometimes crucial metadata. For visualization, this would be the name of the axes label.
This also improves xarray, NetCDF compatibility, so there is a corresponding
long_name
andunits
:https://docs.unidata.ucar.edu/netcdf-c/current/attribute_conventions.html
The text was updated successfully, but these errors were encountered: