Ticket #2873 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Projection Warning only printed for debug mode (ISIS 2/3, PDS)

Reported by: thare Owned by: chaitanya
Priority: low Milestone: 1.6.1
Component: GDAL_Raster Version: svn-trunk
Severity: minor Keywords: PDS debug mode
Cc: warmerdam

Description

Currently the three planetary readers write out a warning for non-map projected files. Something like: "No projection define or supported..."

It now makes sense to only issue this warning if using debug mode. Hopefully the three readers could be changed to something like:

PDS (line 532): CPLDebug("PDS","Warning: no projection defined or projection not supported. Continuing...")

ISIS2 (line 421): CPLDebug("ISIS2","Warning: no projection defined or projection not supported. Continuing...")

ISIS3 (line 570): CPLDebug("ISIS3","Warning: no projection defined or projection not supported. Continuing...")

thanks, Trent

Change History

Changed 4 years ago by warmerdam

  • cc warmerdam added
  • keywords PDS added
  • owner changed from warmerdam to chaitanya

Chaitanya,

Please make it so in trunk and 1.6 branch.

Changed 4 years ago by rouault

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

Chaitanya, once you're done with a ticket please close it and indicate in a comment the revision(s) where the fix was commited, and adjust the milestone if necessary. Like:

Fixed in trunk (r16590, r16591, r16592) and in 1.6 branch (r16593, r16594, r16595).

Note: See TracTickets for help on using tickets.