.TH "gdaltindex" 1 "16 Sep 2004" "Doxygen" \" -*- nroff -*- .ad l .nh .SH NAME gdaltindex \- builds a shapefile as a raster tileindex .SH "SYNOPSIS" .PP .PP .PP .nf gdaltindex [-tileindex field_name] index_file [gdal_file]* .fi .PP .SH "DESCRIPTION" .PP This program builds a shapefile with a record for each input raster file, an attribute containing the filename, and a polygon geometry outlining the raster. This output is suitable for use with UMN MapServer as a raster tileindex. .PP .PD 0 .IP "\(bu" 2 The shapefile (index_file) will be created if it doesn't already exist. .IP "\(bu" 2 The default tile index field is 'location'. .IP "\(bu" 2 Raster filenames will be put in the file exactly as they are specified on the commandline. .IP "\(bu" 2 Simple rectangular polygons are generated in the same coordinate system as the rasters. .PP .SH "EXAMPLE" .PP .PP .PP .nf gdaltindex doq_index.shp doq/*.tif .fi .PP .SH "AUTHORS" .PP Frank Warmerdam .PP builds vector contour lines from a raster elevation model .SH "SYNOPSIS" .PP .PP .PP .nf Usage: gdal_contour [-b ] [-a ] [-3d] [-inodata] [-snodata n] [-f ] [-i ] [-off ] [-fl ...] .fi .PP .SH "DESCRIPTION" .PP This program generates a vector contour file from the input raster elevation model (DEM). .PP .IP "\fB\fB-s_srs\fP \fIsrs def\fP:\fP" 1c source spatial reference set. The coordinate systems that can be passed are anything supported by the OGRSpatialReference.SetFromUserInput() call, which includes EPSG PCS and GCSes (ie. EPSG:4296), PROJ.4 declarations (as above), or the name of a .prf file containing well known text. Silke Reimer