Select to view content in your preferred language

How to crop collar of multiple GeoTIFFs

1501
3
12-12-2020 11:11 AM
Labels (2)
markrichards1988
Emerging Contributor

I am trying to create a mosaic of GeoTIFFs of an area. I have multiple files to splice together but they all include a collar which include legend, lat/long info, etc.. What is the best way to crop the files to just a map area?

0 Kudos
3 Replies
DavidPike
MVP Notable Contributor

I would add these tiffs to a Mosaic Dataset (if not done already), then adjust the footprints, either manually diting or using the 'shrink' tool. - Mosaic dataset footprints—Help | ArcGIS for Desktop

0 Kudos
markrichards1988
Emerging Contributor

ok that got me on the right path. Only problem is the collars are mostly white (which i can take out by reducing max value from 255) but there is a significant amount of white in the image that I would like to keep. When I apply Rediometry filter I get a whole bunch of little footprints that attempt to cut all the white areas out. 

 

So this I guess leads to the manually editing footprint. How do I do that?

0 Kudos
DavidPike
MVP Notable Contributor

As you say, the radiometry is only really useful if you have a common pixel value to exclude.

In ArcMap I would go to the edit toolbar -> start editing 'footprint' and edit the shape. Ensure that the properties of the mosaic dataset -> default -> image properties have 'always clip raster to it's footprint' is selected as 'yes'.  I'd imagine the Pro workflow is similar.  You could also use the shrink tool I guess.

0 Kudos