Is there an easy way to get just the "data" footprint for a raster. I have 3 DEMs and a tile layer. I'll be using the tile layer for referencing tiles of contours and ultimately I want to flag tiles along the edge (with a field) as "incomplete" if the entire tile isn't covered by data.
I tried to use gdaltindex because I remembered using it to create reference layers for imagery and I figured it would do what I want but the result includes all the NoData in the extent of the image and I can't seem to get around that. I was hoping to do a quick selection of the tiles that are "completely contained" and then switch selection to get the ones that are outside the "data" area.
I figure I can (as a last resort) just render the DEMs as all values of 1 and mask out the NoData values and then convert to polygon but I was hoping there was an easier way?
I can make use of a QGIS or ArcMap solution if someone has one.
