Ticket #1792 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Problems reading some PDS dataset

Reported by: warmerdam Assigned to: 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

09/04/07 17:14:03 changed by warmerdam

  • status changed from new to closed.
  • resolution set to fixed.

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.