I'm using RasterTiler to create tiles from a larger raster. However, I noticed many resulting tiles contains only nodata values. How can I avoid writing out these tiles.
Solved
How to filter out raster (tiles) that contain only nodata?
Best answer by jdh
If you use the RasterBandMinMaxExtractor, you can test if both the min and max values equal the nodata value.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.