Changes between Version 5 and Version 6 of Ticket #4554


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

Etienne,

On Win7 64 with HDF5 1.8.8 and netCDF 4.1.3 I get this

c:\>gdalwarp -of netCDF multipledataset1.nc dataset1.nc
Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
Input file multipledataset1.nc has no raster bands.

c:\>gdalwarp -of netCDF multipledataset2.nc dataset1.nc
Input file multipledataset2.nc has no raster bands.

and with the -debug mode

c:\>gdalwarp --debug on -of netCDF multipledataset1.nc dataset1.nc
GDAL_netCDF:
=====
calling nc_open( multipledataset1.nc )

GDAL_netCDF: driver detected file type=3, libnetcdf detected type=4
GDAL_netCDF: seting file type to 4, was 3
GDAL_netCDF: dim_count = 2
Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
GDAL_netCDF: var_count = 4
GDAL: GDALOpen(multipledataset1.nc, this=00000000005B6660) succeeds as netCDF.
Input file multipledataset1.nc has no raster bands.
GDAL: force close of multipledataset1.nc in GDALDriverManager cleanup.
GDAL: GDALClose(multipledataset1.nc, this=00000000005B6660)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4554 – Description

    v5 v6  
    1 Etienne,
    2 
    3 On Win7 64 with HDF5 1.8.8 and netCDF 4.1.3 I get this
    4 
    5 
    6 {{{
    7 c:\>gdalwarp -of netCDF multipledataset1.nc dataset1.nc
    8 Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
    9 Input file multipledataset1.nc has no raster bands.
    10 
    11 c:\>gdalwarp -of netCDF multipledataset2.nc dataset1.nc
    12 Input file multipledataset2.nc has no raster bands.
    13 }}}
    14 
    15 and with the -debug mode
    16 
    17 
    18 {{{
    19 c:\>gdalwarp --debug on -of netCDF multipledataset1.nc dataset1.nc
    20 GDAL_netCDF:
    21 =====
    22 calling nc_open( multipledataset1.nc )
    23 
    24 GDAL_netCDF: driver detected file type=3, libnetcdf detected type=4
    25 GDAL_netCDF: seting file type to 4, was 3
    26 GDAL_netCDF: dim_count = 2
    27 Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
    28 GDAL_netCDF: var_count = 4
    29 GDAL: GDALOpen(multipledataset1.nc, this=00000000005B6660) succeeds as netCDF.
    30 Input file multipledataset1.nc has no raster bands.
    31 GDAL: force close of multipledataset1.nc in GDALDriverManager cleanup.
    32 GDAL: GDALClose(multipledataset1.nc, this=00000000005B6660)
    33 }}}