-
Notifications
You must be signed in to change notification settings - Fork 32
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
Enum Types #143
Comments
You are right, enum types are currently not supported. It is certainly withing the scope and doable. It just takes a sometime to write and test the code. Here is some start to expose the low-level functions (f82c24a). I am wondering what should be the return type of the higher level function. Maybe a julia array of Symbols, or a CategoricalArray/PooledArrays/IndirectArrays... I am not so familiar with these array types. |
Cool, thanks. for now I need to write rather than read the enum type, but this is still very helpfull. "I am wondering what should be the return type of the higher level function. Maybe a julia array of Symbols, or a CategoricalArray/PooledArrays/IndirectArrays... I am not so familiar with these array types." |
In NetCDF, an identifier (
However, julia doesn't let me do that:
Also julia keywords can be a problem:
While julias I just check with python's
The same is true for python's (For your information I updated |
I would like to use NCDatasets to create files using enumerated types. As far as I can see from the documentation and the code, this is not supported. Would it be possible to add it?
The text was updated successfully, but these errors were encountered: