On Fri, Jul 13, 2012 at 2:34 PM, Even Rouault
<[email protected]>wrote:

>
>
> But I don't think you need to do any scripting. You could use "gdaltindex
> an_index.shp *.tif" ( http://gdal.org/gdaltindex.html ) to create an
> index of
> all the files, and then with "ogrinfo an_index.shp -spat xmin ymin xmax
> ymax",
> you would get the list of files that intersection the bounding box. Perhaps
> "ogr2ogr -f CSV list.csv an_index.shp -spat xmin ymin xmax ymax" would
> lead to
> something even more easily usable.
>

Thanks a ton,

-- 
Dr. Margherita Di Leo
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to