-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update cdms2 to deal with all common datatypes (uint8, uint16, char, str etc) #537
Labels
Comments
You folks might want to assign this as a 2.1 milestone to get if off the to-do list |
durack1
changed the title
Update UV-CDAT to deal with all common datatypes (uint8, uint16 etc)
Update UV-CDAT to deal with all common datatypes (uint8, uint16, char, str etc)
Oct 23, 2014
@doutriaux1 @aashish24 can you mark this as a 2.2 milestone please? |
@doutriaux1 another candidate for 2.3, likely related to #885 and #481 |
@doutriaux1 can you assign the enhancement label please? |
durack1
changed the title
Update UV-CDAT to deal with all common datatypes (uint8, uint16, char, str etc)
Update cdms2 to deal with all common datatypes (uint8, uint16, char, str etc)
Jul 16, 2015
Same as #481 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that UV-CDAT 2.0 beta doesn't play nicely with the unsigned integer data types, and it would appear this is a hangover from numeric data types a long time ago:
Taking a look in https://github.com/UV-CDAT/uvcdat/blob/master/Packages/cdms2/Lib/cdmsNode.py#L23-65 do not include these unsigned types:
It would be great to include these, as netcdf 4 also includes these types as NC_ubyte (uint8; unsigned byte), NC_ushort (uint16; unsigned short), NC_uint (uint32; unsigned int), NC_uint64 (uint64; unsigned long long)
The text was updated successfully, but these errors were encountered: