Ticket #2442 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Idrisi Raster driver fails with .RST (caps) extension

Reported by: neteler Assigned to: ilucena
Priority: normal Milestone:
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords:
Cc: warmerdam

Description

I found a trivial bug in the driver (when readin Idrisi data on Linux): My Idrisi files are all with caps extension:

example:

MONTH9_OBS_CLIM6190_ATEAM_TMP.RDC
MONTH9_OBS_CLIM6190_ATEAM_TMP.RST

I get "unrecognized format" with that.

GDAL only recognizes the maps when renaming to

MONTH9_OBS_CLIM6190_ATEAM_TMP.rdc
MONTH9_OBS_CLIM6190_ATEAM_TMP.rst

Could you please add some 'to_lower' magic in the driver for the extension? The TIFF driver does it correctly.

Thanks in advance, Markus

Change History

06/25/08 09:57:45 changed by warmerdam

  • owner changed from warmerdam to ilucena.
  • cc set to warmerdam.

06/25/08 10:13:05 changed by ilucena

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

I added support for that too.