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 ??
Asked
Active
Viewed 2,517 times
1 Answers
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