GEOTIFCP(1) | libgeotiff Manual Pages | GEOTIFCP(1) |
geotifcp - Copy TIFF with updated GeoTIFF Metadata
geotifcp [options] [-e esri_worldfile] [-g metadata] input output
geotifcp is identical in function to the LIBTIFF program tiffcp, with the additional feature that if the "-g" option is used the GeoTIFF information from the file will be installed into the output file. The "-e worldfile" option will override the tiepoint and scale information from the metadata file based on the contents of the ESRI worldfile.
If the "-g" option is not used the geotiff information from the source file is preserved in the new output file.
"geotifcp" inherits all the other file-transformation capabilities of the tiffcp program; for help on the additional parameters give the command:
% geotifcp -h
The metadata format is the same as is described in the listgeo(1) program. Normally metadata files for use with geotifcp are generated from a similar file with listgeo, and then modified by hand as required.
Group 3 options:
For example, -c g3:2d:fill to get G3-2D-encoded data with byte-aligned EOLs
JPEG options:
For example, -c jpeg:r:50 to get JPEG-encoded RGB data with 50% comp. quality
LZW and deflate options:
For example, -c lzw:2 to get LZW-encoded data with horizontal differencing
applygeo(1) listgeo(1)
August 2016 | libgeotiff 1.4.1 |