Skip to main content
Solved

Remove cloud from Sentinel 2

  • June 30, 2024
  • 1 reply
  • 84 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

Hi,

I'm working with Sentinel-2 images. I would like to know if it's possible to use FME to remove or clip clouds from images. Does anyone have any ideas? Is it possible to use Google Earth Engine (GEE) with FME?

Thank you.

Best answer by hkingsbury

Looking at this - https://github.com/sentinel-hub/sentinel2-cloud-detector

 

As its python, you’ll be able to install it against FMEs python and call it using a PythonCaller

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

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • June 30, 2024

Looking at this - https://github.com/sentinel-hub/sentinel2-cloud-detector

 

As its python, you’ll be able to install it against FMEs python and call it using a PythonCaller