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 optional "long_name" to "axes" #142

Open
thewtex opened this issue Oct 5, 2022 · 4 comments
Open

Add optional "long_name" to "axes" #142

thewtex opened this issue Oct 5, 2022 · 4 comments

Comments

@thewtex
Copy link

thewtex commented Oct 5, 2022

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 and units:

https://docs.unidata.ucar.edu/netcdf-c/current/attribute_conventions.html

@thewtex
Copy link
Author

thewtex commented Oct 5, 2022

xref #48

@bogovicj
Copy link

bogovicj commented Oct 5, 2022

@thewtex

I like it.
No additional constraints on name right? and no constraints on long_name either right?

Also, the spec likes camel case, so is longName okay by you? or description?

@thewtex
Copy link
Author

thewtex commented Oct 6, 2022

No additional constraints on name right? and no constraints on long_name either right?

Yes.

Also, the spec likes camel case, so is longName okay by you? or description?

longName is fine by me. description is another possibility, but I it would be nice to keep the association with the netCDF counterpart if possible.

@joshmoore
Copy link
Member

"display" or "displayName" come to mind as well, but I'll give the attribute conventions doc a good reading.

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