Opened 13 years ago

Closed 13 years ago

#3913 closed defect (fixed)

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 (1)

comment:1 by warmerdam, 13 years ago

Resolution: fixed
Status: newclosed

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.