Ticket #4437 (closed defect: invalid)
lack of closing read-only dataset dataset or calling GDALDestroyDriverManager() on NC4C (netCDF-4 classic model) file producing HDF5-DIAG error messages
| Reported by: | hsumanto | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | default | Version: | unspecified |
| Severity: | normal | Keywords: | netcdf, java |
| Cc: | etourigny |
Description
Just trying to gdal.Open NC4C (netCDF-4 classic model) file and keep getting the below:
HDF5-DIAG: Error detected in HDF5 (1.8.8) thread 0:
#000: H5T.c line 1721 in H5Tclose(): not a datatype
major: Invalid arguments to routine
minor: Inappropriate type
I attached the sample program getinfo and the sample dataset.
gdal.Open with ERROR
ncdump -k tile-nc4c.nc
netCDF-4 classic model
getinfo tile-nc4c.nc
Driver: netCDF/Network Common Data Format
Size is 2000x2000x1
HDF5-DIAG: Error detected in HDF5 (1.8.8) thread 0:
#000: H5T.c line 1721 in H5Tclose(): not a datatype
major: Invalid arguments to routine
minor: Inappropriate type
gdal.Open OK
ncdump -k tile-nc.nc classic getinfo tile-nc.nc Driver: netCDF/Network Common Data Format Size is 333x333x1
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

