<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tool SYSTEM "http://cpsoft.cz/data/applications/tg/src/xml/toolsgui.dtd">

<tool name="gdalinfo" type="info">
    <command>gdalinfo</command>
    <info>The gdalinfo program lists various information about a GDAL supported raster dataset.</info>
    <homepage>http://gdal.osgeo.org/gdalinfo.html</homepage>
    <options>
    <group name="General">
        <file name="Source file" required="true" switcher="" info=""/>
        <checkbox name="Display statistics" switcher="-stats" info="Read and display image statistics. Force computation if no statistics are stored in an image. "/>
		<checkbox name="Histogram" switcher="-hist" info="Report histogram information for all bands." />
	</group>
	<group name="Advanced">
		<checkbox name="Suppress GCP" switcher="-nogcp" info="Suppress ground control points list printing. It may be useful for datasets with huge amount of GCPs, such as L1B AVHRR or HDF4 MODIS which contain thousands of them." />
		<checkbox name="Suppress metadata" switcher="-nomd" info="Suppress metadata printing. Some datasets may contain a lot of metadata strings." />
		<checkbox name="Suppress color table" switcher="-noct" info="Suppress printing of color table" />
		<checkbox name="Checksum computation" switcher="-checksum" info="Force computation of the checksum for each band in the dataset." />
		<text name="Domain metadata report" switcher="-mdd" info="Report metadata for the specified domain" />
		<checkbox name="Display first" switcher="-nofl" info="(GDAL >= 1.9.0) Only display the first file of the file list." />
		<text name="Display subdataset" switcher="-sd" info="(GDAL >= 1.9.0) If the input dataset contains several subdatasets read and display a subdataset with specified number (starting from 1). This is an alternative of giving the full subdataset name." />
	</group>
    </options>
</tool>