Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2167 closed defect (fixed)

Add missing HFA creation options

Reported by: Sam Gillingham Owned by: 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 (1)

hfadataset_option_patch.cpp (945 bytes ) - added by Sam Gillingham 16 years ago.
Patch to hfadataset.cpp to add missing creation option to metadata

Download all attachments as: .zip

Change History (4)

by Sam Gillingham, 16 years ago

Attachment: hfadataset_option_patch.cpp added

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

comment:1 by warmerdam, 16 years ago

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).

comment:2 by warmerdam, 16 years ago

Resolution: fixed
Status: newclosed

comment:3 by warmerdam, 16 years ago

Also fixed in 1.5 branch (r13585).

Note: See TracTickets for help on using tickets.