Skip to main content
Solved

Rasterband Issue

  • March 5, 2020
  • 1 reply
  • 9 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.

Best answer by david_r

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • 8392 replies
  • Best Answer
  • March 5, 2020

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.