1.. option:: -co <NAME=VALUE>
2
3    Many formats have one or more optional creation options that can be
4    used to control particulars about the file created. For instance,
5    the GeoTIFF driver supports creation options to control compression,
6    and whether the file should be tiled.
7
8    The creation options available vary by format driver, and some
9    simple formats have no creation options at all. A list of options
10    supported for a format can be listed with the
11    :ref:`--formats <raster_common_options_formats>`
12    command line option but the documentation for the format is the
13    definitive source of information on driver creation options.
14    See :ref:`raster_drivers` format
15    specific documentation for legal creation options for each format.
16