Good morning everyone.
I am using ArcGIS Pro 2.8 and Python 3.
I am trying to write a script to organize a large amount of raster datasets based on what geographic region they cover. My thoughts on this were to get the average XY coordinate from each raster and then somehow compare that to a collection of coordinates to see which area it would fall in. Once I have that information, I would then like to move it to the appropriate directory (i.e. country folder). I am able to get the average XY for each raster, but I don't know how (or if it is possible) to then determine what area it covers. I'm kind of at a loss right now on what to research to accomplish this. Thanks in advance for any help/ thoughts on this.