Select to view content in your preferred language

Generate polygon FC from folder of raster images

68
1
Tuesday
Status: Open
Labels (1)
Bud
by
Esteemed Contributor

ArcGIS Pro 2.9.5

I have a folder containing ~500 Lidar DSM .IMG files that I downloaded from a GeoHub webpage.

Bud_0-1727814272310.png

Using a single geoprocessing tool, I want to select the folder and output an FC that has polygons for the extent of each image, with the image name as an attribute.

 

1 Comment
RichardHowe

I'm not sure there's a single out of the box tool that will do it. If you batch add them to a mosaic dataset you can then export the footprints though using the Copy Features tool.

A process you could script to build your own single click tool if it was a task you were going to have to repeat