Opened 19 years ago

Closed 17 years ago

#820 closed defect (fixed)

gdal_translate generates error when ecwp used as input

Reported by: bfraser@… Owned by: warmerdam
Priority: high Milestone:
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

When attempting:

gdal_translate -of Tiff "ecwp://apps.minerals.nt.gov.au/ntgs 
ecwp/NT/TMICol.ecw" test.tif

(FYI note the space in "ntgs ecwp"), gdal_translate (v1.2.6) reports:

Input file size is 10578, 17161
0.ERROR 1: TryWinRasterIO() failed for blocked scanline.
ERROR 1: IReadBlock failed at X offset 0, Y offset 0
ERROR 1: GetBlockRef failed at X block offset 0, Y block offset 0

Change History (1)

comment:2 by bfraser, 17 years ago

Resolution: fixed
Status: newclosed

Tested gdal_translate v1.4.0 with ECW dlls version 3.3.0.21, using:

gdal_translate -of GTiff "ecwp://www.dme.nt.gov.au/ntgs ecwp/NT/TMICol.ecw" test.tif

and it worked ok.

Note: See TracTickets for help on using tickets.