-
Notifications
You must be signed in to change notification settings - Fork 10
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
GeoZarr Auxiliary Data (explicit attribute) #16
Comments
This is (for now!) a pure mapping from the xarray conventions
See more: pydata/xarray#1295 However, we might generalise this for any other class: _GEOZARR_CLASS: data | coordinate | auxiliary | dataset |
Over in #17 I misused Maybe using an attribute that avoids the confusion or is more specific with regard to the purpose of the attribute would be helpful? |
I think I have introduced ambiguity --> "GeoZarr Auxiliary variable" maps to the definition of "non-dimension coordinates" = CF "auxliary coordinate variable". You're also right that it is used for grid_mapping.
|
"GeoZarr Auxiliary variable MUST include the attribute _ARRAY_DIMENSIONS set as an empty array"
I am wondering if we should be more explicit?.. something like..
GeoZarr Auxiliary variable MUST include the attribute _IS_AUXILIARY set to True
The text was updated successfully, but these errors were encountered: