Solved

Tile raster - ignoring those will only null data

  • 23 March 2016
  • 2 replies
  • 0 views

Badge

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

icon

Best answer by david_r 23 March 2016, 11:17

View original

2 replies

Userlevel 4

Hi

You can use the RasterBandMinMaxExtractor:

If _band{n}.min = _band{n}.max then that band could be considered empty.

David

Badge

Hi

You can use the RasterBandMinMaxExtractor:

If _band{n}.min = _band{n}.max then that band could be considered empty.

David

@david_r Thanks i was almost there had been playing with a tester.

Reply