Generate a vector file containing the bounding box of raster data.
Take in input one or more raster datasets and generate a vector file containing the bounding box polygon and, optionally, a GCP layer of each input dataset.
Note: currently only the KML format is supported for output.
This program aims to be an improved and more flexible version of the gdaltindex utility.
Functions
compact_index(srclist, dst) | |
create_GCP_layer(ds[, name, srs, gtype, opt]) | |
create_box_layer(ds[, name, srs, gtype, opt]) | |
create_datasource(filename[, drivername]) | |
export_bounding_box(layer, corners[, ...]) | |
export_gcps(layer, gcps) | |
export_raster(src, dst[, boxlayer, ...]) | |
geographic_info(ds[, srsout]) | |
handlecmd([argv]) | |
main(*argv) | |
makesrs(srs) | |
raster_index(srclist, dst[, gcplayer, ...]) | |
raster_tree_index(src, dst[, boxlayer, ...]) |