Opened 13 years ago

Last modified 13 years ago

#3724 new enhancement

Direct the user to the format-specific documentation for "Creation Options"

Reported by: Alister Owned by: brushtyler
Priority: minor: annoyance Milestone: Version 1.7.0
Component: GDALTools Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

Some of the raster tools, such as translate, provide a "Creation Options" section (see the attached screenshot). It is very difficult for users to locate the documentation to find out what options are available. I suggest adding a help button to the creation options section, which would be something like this:

Raster translate - creation options Use the add button to add format specific creation options for the output file.

To see what options are available for your selected output file format, visit http://gdal.org/formats_list.html, click on the format, and scroll down until you find the list of creation options.

e.g. to create accompanying world files with output tiff images, use the TFW=YES option, by entering "tfw" for the option name and "yes" for the value.

There might be a better way to provide this information; perhaps via a tooltip (does QT support clickable URLs in a tooltip?). Or maybe it should just be added to the manual.

If there are any options that are likely to be very popular, it might be worth adding startup tips for them. Maybe the TFW option is an example:

Tip: Some other software requires world files to display geotiffs in the correct location. When creating geotiffs using features such as Raster Translate, you can create accompanying world files by using the TFW=YES option. Simply check the box to enable Creation Options, click Add, and enter "tfw" for the option name and "yes" for the value.

Attachments (1)

creation_options.PNG (3.4 KB ) - added by Alister 13 years ago.
screenshot of creation options section of the dialogue

Download all attachments as: .zip

Change History (3)

by Alister, 13 years ago

Attachment: creation_options.PNG added

screenshot of creation options section of the dialogue

comment:1 by Alister, 13 years ago

Sorry - I never seem to understand the formatting on here.

"Raster translate - creation options" is meant to be the title of the help dialogue

comment:2 by Alister, 13 years ago

"Raster translate - creation options" is meant to be the title of the help dialogue

Proposed help dialogue

Note: See TracTickets for help on using tickets.