Trying to develop a background batch process to go through a directory of large .tif files (5-10 GB), crop each file to a custom size shape (shapefile name will be the same as the tif file name), change the color spectrum (set specific display settings), and export the the raster data to a separate directory?
Alternatively, is there a way to programmatically remove the legend portion of the tif without having to apply a custom shapefile?
Thanks for any guidance that you can provide!