Opened 7 years ago
Closed 6 years ago
#1611 closed defect (fixed)
NetCDF converter doesn't support unsigned types
Reported by: | Dimitar Misev | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | conversion | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
It seems that CDL supports only signed types (implemented in rasdaman), whereas NetCDF 4 supports unsigned as well. We should enable support for unsigned as well, approximately here:
http://rasdaman.org/browser/conversion/netcdf.cc#L379
http://rasdaman.org/browser/conversion/netcdf.cc#L433
http://rasdaman.org/browser/conversion/netcdf.cc#L534
Change History (2)
comment:1 by , 7 years ago
Milestone: | 9.5 → Future |
---|
comment:2 by , 6 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The NetCDF C++ lib was removed as a dependency and we now use the underlying C API directly. This allows creating NetCDF4/HDF5 files, which supports extended atomic types (including unsigned).