Tagged Questions
11
votes
1answer
262 views
File Validation using ArcPy
I have a script which scans a directory and outputs basic raster data information such as the file name, format, number of bands, and etc. I need a way to make it so if the directory does not contain ...
4
votes
2answers
242 views
Finding Band Count in Rasters using ArcPy
I'm having troubles finding the band count for my raster files using ArcPy.
I need to first list all the raster files in a directory, and then display the band count for each file. I am able to list ...