File: geotifcp.html

package info (click to toggle)
libgeotiff-dfsg 1.3.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,376 kB
  • sloc: sh: 8,856; ansic: 7,792; makefile: 207
file content (48 lines) | stat: -rw-r--r-- 1,463 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title>geotifcp - Copy TIFF, Installing GeoTIFF Metadata</title>
</head>

<body  BGCOLOR="#FFFFFF">

<h1>geotifcp - Copy TIFF with updated GeoTIFF Metadata</h1>

<pre>
Syntax:   geotifcp [options] [-e esri_worldfile] [-g metadata] input output
</pre>

The program geotifcp is identical in function to the LIBTIFF program
"tiffcp", with the additional feature that if the "-g <metadata>"
option is used the GeoTIFF information from the file <metadata> 
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. <p>

If the "-g" option is not used the geotiff information from the source
file is preserved in the new output file.<p>

"geotifcp" inherits all the other file-transformation capabilities
of the tiffcp program; for help on the additional parameters give
the command:<p>
<pre>
  %  geotifcp -h
</pre>

The metadata format is the same as is described in the <a href="listgeo.html">
listgeo</a> program.  Normally metadata files for use with geotifcp are
generated from a similar file with listgeo, and then modified by hand
as required. <p>

<h2>See Also:</h2>

<ol> 
<li>
<a href="listgeo.html">listgeo</a> - Dump GeoTIFF Metadata<p>

<li>
<a href="http://www.remotesensing.org/geotiff/geotiff.html">
http://www.remotesensing.org/geotiff/geotiff.html</a> - GeoTIFF/libgeotiff Home Page<p>

</ol>
</body>
</html>