Solved

Rasterband Issue

  • 5 March 2020
  • 1 reply
  • 4 views

Picture 1:

 

Picture 2:

 

I want to do a Raster Mosaik so i need to make sure that the Rasterbands of the two Pictures are the same.

why has the picture nr 2 behind the channels "#"? Never saw a Raster with the Band behind the Channel.

icon

Best answer by david_r 5 March 2020, 14:10

View original

1 reply

Userlevel 4

Could it be the band names? In FME it's possible to "name" the raster bands. You can extract the band names using the RasterBandPropertyExtractor, it will be output as _band{}.band_name

I would expect the RasterMosaicker to not care about any band names, only the number of bands and their interpretation type.

Reply