-
Notifications
You must be signed in to change notification settings - Fork 2
/
README_BIN
42 lines (28 loc) · 1.44 KB
/
README_BIN
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
libgeotiff Binary Distribution for Unix
---------------------------------------
This tree contains a binary distribution of libgeotiff, and related
utilities (listgeo, and geotifcp) for a Unix platform (as indicated in
the distribution filename).
The distribution should consist of:
README: this file
bin/listgeo: utility program
bin/geotifcp: utility program
lib/libgeotiff.a: static library for libgeotiff, applications also have
to link against libtiff.
lib/libgeotiff-$VERSION.so: Shared library version of the above.
lib/libgeotiff.so: link to the specific shared library.
include: The include files for libgeotiff.
share/epsg_csv: The EPSG CSV files used to decompose projection systems.
This distribution is intended to be suitable to untar directly under
/usr/local or /usr to give a rough equivelent to having done a "make install"
from the libgeotiff source, though this README should be removed.
If this distribution is not installed under /usr/local, it will likely be
necessary to define the GEOTIFF_CSV environment variable to point at
the share/epsg_csv directory. For reporting of lat/long equivelents of
User documentation for listgeo and geotifcp can be found at:
http://www.remotesensing.org/geotiff/listgeo.html
http://www.remotesensing.org/geotiff/geotifcp.html
General information on libgeotiff, and GeoTIFF can be found at:
http://www.remotesensing.org/geotiff/geotiff.html
or
http://www.geotiff.org/