Is it possible to tile a raster but only export those tiles that actually contain data?
i have a DTM which when tiled produces many empty ascii grid files which i don't want.
ASCII Grid > Raster Tiler > RasterMinMaxExtractor > Tiled_X.asc
Is it possible to tile a raster but only export those tiles that actually contain data?
i have a DTM which when tiled produces many empty ascii grid files which i don't want.
ASCII Grid > Raster Tiler > RasterMinMaxExtractor > Tiled_X.asc
Best answer by david_r
Hi
You can use the RasterBandMinMaxExtractor:
If _band{n}.min = _band{n}.max then that band could be considered empty.
David
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.