Skip to main content
Solved

Merge band raster

  • July 13, 2018
  • 2 replies
  • 43 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

I need to join 3 bands of an image, a band 3, 4 and 5 but when using RasterbandCombiner it comes out with 5 bands, why?

Best answer by stalknecht

You can use a RasterSelector to select the correct bands and us a RasterbandKeeper to filter out the unnescery ones.

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.

2 replies

stalknecht
Contributor
Forum|alt.badge.img+21
  • Contributor
  • 305 replies
  • Best Answer
  • July 13, 2018

You can use a RasterSelector to select the correct bands and us a RasterbandKeeper to filter out the unnescery ones.


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • July 13, 2018

You can use a RasterSelector to select the correct bands and us a RasterbandKeeper to filter out the unnescery ones.

Good! Helped me!!

 

 

Thank´s