Ticket #3913 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

UTM North to PCIDSK gets translated as UTM South

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SRS Version: svn-trunk
Severity: normal Keywords: PCIDSK
Cc:

Description

gdal_translate utm.tif -of PCIDSK out.pix
gdalinfo out.pix

from the usual UTM north utm.tif file produces a PCIDSK file with geosys string "UTM 11 D D-01" which is interpreted as UTM South.

Change History

Changed 2 years ago by warmerdam

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

The problem was specific to negative datum codes like "D-01" and would not happen with positive ones or those with an ellipsoid. Corrected in pcidsk sdk (r21519) and pulled into trunk (r21520) and 1.8 (r21521).

Note: See TracTickets for help on using tickets.