I am trying to track flow on different landcover in an urban area using Python code and ArcGISPro. Inputs are 4 raster TIFF files. The code works perfectly in small watersheds, but when I used it on a bigger watershed, I got the error "The pixel block exceeds the maximum size allowed".
I checked the solution on the Esri website, and the suggested solution is for mosaic file properties, and changing requested rows and columns from the "default" tab of "mosaic file properties". I checked these steps, but I don't have the "default" tab at all.
So, I really appreciate it if anyone can help me with that.
Did you ever figure out a solution for this error?