Opened 7 years ago

Closed 5 years ago

#1611 closed defect (fixed)

NetCDF converter doesn't support unsigned types

Reported by: Dimitar Misev Owned by: alexander.w.jacob@…
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 Vlad Merticariu, 6 years ago

Milestone: 9.5Future

comment:2 by Dimitar Misev, 5 years ago

Cc: Peter Baumann added
Resolution: fixed
Status: newclosed

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).

Note: See TracTickets for help on using tickets.