Skip to main content
Solved

Raster to polygon some pixel value

  • 19 July 2024
  • 2 replies
  • 34 views

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

2 replies

Userlevel 6
Badge +39

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

Userlevel 1
Badge +7

Thanks,

 

I did this. Very good!!

Reply