OGRTINDEX(1) | GDAL | OGRTINDEX(1) |
ogrtindex - Creates a tileindex.
ogrtindex [--help] [--help-general] [-lnum <n>]... [-lname <name>]... [-f <output_format>] [-write_absolute_path] [-skip_different_projection] [-t_srs <target_srs>] [-src_srs_name <field_name>] [-src_srs_format {AUTO|WKT|EPSG|PROJ}] [-accept_different_schemas] <output_dataset> <src_dataset> <src_dataset>...
ogrtindex program can be used to create a tileindex - a file containing a list of the identities of a bunch of other files along with their spatial extents. This is primarily intended to be used with MapServer for tiled access to layers using the OGR connection type.
New in version 2.2.0.
New in version 2.2.0.
New in version 2.2.0.
If no -lnum or -lname arguments are given it is assumed that all layers in source datasets should be added to the tile index as independent records.
If the tile index already exists it will be appended to, otherwise it will be created.
This example would create a shapefile (tindex.shp) containing a tile index of the BL2000_LINK layers in all the NTF files in the wrk directory:
ogrtindex tindex.shp wrk/*.NTF
Frank Warmerdam <warmerdam@pobox.com>, Silke Reimer <silke@intevation.de>
1998-2025
January 8, 2025 |