Hi
I want to try and use the 10m world cover by ESA as a feature mask timeless in my workflow.
I couldn’t find information on how to go about it.
My guess is to define a new data collection like this:
DataCollection.define(
name='Global Land Cover',
api_id='byoc-0b940c63-45dd-4e6b-8019-c3660b81b884', #Type
catalog_id='0b940c63-45dd-4e6b-8019-c3660b81b884', # collection_id
service_url='services.sentinel-hub.com', # End point
is_timeless=True
)
and then maybe use it in SentinelHubInputTask with a filter task.
But I didn’t find any similar code in the EOlearn examples.
How can I accomplish this?
TNX
