Ticket #2167 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Add missing HFA creation options

Reported by: gillins Assigned to: warmerdam
Priority: normal Milestone: 1.5.1
Component: GDAL_Raster Version: 1.5.0
Severity: normal Keywords: hfa
Cc:

Description

Since gdal_translate now checks the validity of creation options, this patch includes all the options for the HFA driver, some of which were missing from the metadata.

I will attach a patch for hfadataset.cpp.

Note I have included COMPRESS as well as COMPRESSED since the code checks for both and I'm surely not the only one to use both in my scripts!

Attachments

hfadataset_option_patch.cpp (0.9 kB) - added by gillins on 01/23/08 18:12:56.
Patch to hfadataset.cpp to add missing creation option to metadata

Change History

01/23/08 18:12:56 changed by gillins

  • attachment hfadataset_option_patch.cpp added.

Patch to hfadataset.cpp to add missing creation option to metadata

01/23/08 21:21:07 changed by warmerdam

I have applied a variation of the patch in trunk as r13584 which fixes frmt_hfa.html to document COMPRESSED instead of COMPRESS and I don't put both COMPRESS and COMPRESSED in the driver options list (though both will still work).

01/23/08 21:22:39 changed by warmerdam

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

01/23/08 21:25:08 changed by warmerdam

Also fixed in 1.5 branch (r13585).