Skip to main content
Solved

Raster to polygon some pixel value

  • July 19, 2024
  • 2 replies
  • 59 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

Hi, 

 

I have one SCL band from sentinel II and would like to convert in polygon pixels with value 3 and 9.

 

How can I do this using FME?

 

Thank´s

Best answer by hkingsbury

You can use a RasterCellCoercer to convert the cells into polygons, then pass them through a tester to only keep those with a value of 3 and 9

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

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • July 21, 2024

You can use a RasterCellCoercer to convert the cells into polygons, then pass them through a tester to only keep those with a value of 3 and 9


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • July 22, 2024

Thanks,

 

I did this. Very good!!