Changes between Version 6 and Version 7 of Ticket #4554


Ignore:
Timestamp:
Mar 10, 2012, 6:35:31 AM (12 years ago)
Author:
jluis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4554 – Description

    v6 v7  
     1I have two netcdf files containing multiple datasets.
     2The netCDF driver produces some HDF5-DIAG error message on the first file but on the second file, the driver handles it without any error.
     3
     4{{{
     5gdalwarp -of netCDF multipledataset1.nc dataset1.nc
     6Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
     7Input file multipledataset1.nc has no raster bands.
     8HDF5-DIAG: Error detected in HDF5 (1.8.8) thread 0:
     9  #000: H5T.c line 1721 in H5Tclose(): not a datatype
     10    major: Invalid arguments to routine
     11    minor: Inappropriate type
     12
     13gdalwarp -of netCDF multipledataset2.nc dataset2.nc2
     14Input file multipledataset2.nc has no raster bands.
     15}}}