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
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
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
Thanks,
I did this. Very good!!