Opened 17 years ago

Closed 17 years ago

#1792 closed defect (fixed)

Problems reading some PDS dataset

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone: 1.4.3
Component: GDAL_Raster Version: 1.4.2
Severity: normal Keywords: pds nasa
Cc:

Description

sebastien.wailliez at gmail reported that his PDS dataset:

http://pds-geosciences.wustl.edu/geodata/mex-m-hrsc-5-refdr-mapprojected-v2/mexhrsc_1001/data/2064/h2064_0000_gr3.img

is not working with GDAL. Downloaded and verified.

Change History (1)

comment:1 by warmerdam, 17 years ago

Resolution: fixed
Status: newclosed

On investigation the keyword reading code for the driver cannot read keyword=value pairs where the equal sign touches the initial keyword as occurs in this line of the problem dataset:

  ^DATA_SET_MAP_PROJECTION_CATALOG= "DSMAP.CAT"

This has been fixed in trunk in r12069, and in 1.4 branch in r12070.

Note: See TracTickets for help on using tickets.