Opened 17 years ago

Closed 17 years ago

#1767 closed defect (fixed)

NetCDF driver confused by paths with drive letters

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone: 1.5.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: netcdf gmt
Cc: dnadeau

Description

Attempting to open a simple GMT NetCDF file at a path with a colon in it fails. For instance the path:

gdalinfo C:\data\test36.grd

results in an internal string of NETCDF:C:\data\test36.grd:z instead of NETCDF:"C:\data\test36.grd":z as it ought to. Problem observed in svn trunk. Confirmed that it is not in 1.4.x.

Change History (1)

comment:1 by warmerdam, 17 years ago

Component: defaultGDAL_Raster
Resolution: fixed
Status: newclosed

Fixed in trunk with r11972. It appears this problem was introduced with r11296.

Note: See TracTickets for help on using tickets.