1gdalinfo(1)                 General Commands Manual                gdalinfo(1)
2
3
4

NAME

6       gdalinfo - .TH "gdalinfo" 1 "Fri Apr 22 2011" "GDAL"
7

NAME

9       gdalinfo - lists information about a raster dataset
10

SYNOPSIS

12       gdalinfo [--help-general] [-mm] [-stats] [-nogcp] [-nomd]
13                [-noct] [-checksum] [-mdd domain]* datasetname
14

DESCRIPTION

16       The gdalinfo program lists various information about a GDAL supported
17       raster dataset.
18
19       -mm
20           Force computation of the actual min/max values for each band in the
21           dataset.
22
23       -stats
24           Read and display image statistics. Force computation if no
25           statistics are stored in an image.
26
27       -nogcp
28           Suppress ground control points list printing. It may be useful for
29           datasets with huge amount of GCPs, such as L1B AVHRR or HDF4 MODIS
30           which contain thousands of the ones.
31
32       -nomd
33           Suppress metadata printing. Some datasets may contain a lot of
34           metadata strings.
35
36       -noct
37           Suppress printing of color table.
38
39       -checksum
40           Force computation of the checksum for each band in the dataset.
41
42       -mdd domain
43           Report metadata for the specified domain
44
45       The gdalinfo will report all of the following (if known):
46
47       · The format driver used to access the file.
48       · Raster size (in pixels and lines).
49       · The coordinate system for the file (in OGC WKT).
50       · The geotransform associated with the file (rotational coefficients
51         are currently not reported).
52       · Corner coordinates in georeferenced, and if possible lat/long based
53         on the full geotransform (but not GCPs).
54       · Ground control points.
55       · File wide (including subdatasets) metadata.
56       · Band data types.
57       · Band color interpretations.
58       · Band block size.
59       · Band descriptions.
60       · Band min/max values (internally known and possibly computed).
61       · Band checksum (if computation asked).
62       · Band NODATA value.
63       · Band overview resolutions available.
64       · Band unit type (i.e.. 'meters' or 'feet' for elevation bands).
65       · Band pseudo-color tables.

EXAMPLE

67       gdalinfo ~/openev/utm.tif
68       Driver: GTiff/GeoTIFF
69       Size is 512, 512
70       Coordinate System is:
71       PROJCS["NAD27 / UTM zone 11N",
72           GEOGCS["NAD27",
73               DATUM["North_American_Datum_1927",
74                   SPHEROID["Clarke 1866",6378206.4,294.978698213901]],
75               PRIMEM["Greenwich",0],
76               UNIT["degree",0.0174532925199433]],
77           PROJECTION["Transverse_Mercator"],
78           PARAMETER["latitude_of_origin",0],
79           PARAMETER["central_meridian",-117],
80           PARAMETER["scale_factor",0.9996],
81           PARAMETER["false_easting",500000],
82           PARAMETER["false_northing",0],
83           UNIT["metre",1]]
84       Origin = (440720.000000,3751320.000000)
85       Pixel Size = (60.000000,-60.000000)
86       Corner Coordinates:
87       Upper Left  (  440720.000, 3751320.000) (117d38'28.21"W, 33d54'8.47"N)
88       Lower Left  (  440720.000, 3720600.000) (117d38'20.79"W, 33d37'31.04"N)
89       Upper Right (  471440.000, 3751320.000) (117d18'32.07"W, 33d54'13.08"N)
90       Lower Right (  471440.000, 3720600.000) (117d18'28.50"W, 33d37'35.61"N)
91       Center      (  456080.000, 3735960.000) (117d28'27.39"W, 33d45'52.46"N)
92       Band 1 Block=512x16 Type=Byte, ColorInterp=Gray

AUTHORS

94       Frank Warmerdam <warmerdam@pobox.com>, Silke Reimer
95       <silke@intevation.de>
96
97
98
99GDAL                            Fri Apr 22 2011                    gdalinfo(1)
Impressum