2

Salams I want some help regarding developing a method using GDAL to extract and represent the footprint of any raster file (or group of raster data) in a vector format... any ideas please ??

jbchurchill
  • 4,489
  • 21
  • 41

1 Answers1

2

You can use the gdaltindex command at the command line for this. Here is an example.

gdaltindex output.shp folder/*.tif

You could also use a QGIS plugin for this as inidicated in this post.

jbchurchill
  • 4,489
  • 21
  • 41