Ticket #1792 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago 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.

Note: See TracTickets for help on using tickets.