-
Notifications
You must be signed in to change notification settings - Fork 12
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
NC_CHAR policy #77
Comments
avoid choosing them by default: another issue is whether they should be expanded by default with hyper_array and hyper_tibble, seems to work ok so no great danger yet |
This was referenced Feb 13, 2019
Fixed! |
Also see this old GDAL issue, there's no model in GDAL for character data apparently, though it would fit a RAT set up https://trac.osgeo.org/gdal/ticket/2599 |
Also OSGeo/gdal#1348 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we have to ignore these, because assumptions about dimensionality just don't make sense.
Maybe possible to say
ndims = ndims - 1
, but even ncdf4 has issues with this.Also need to port this logic, and a way to pick a default variable in stars.
The text was updated successfully, but these errors were encountered: