You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently three different extraction pipelines:
Patch extractions
Point extractions
Patch-to-point extractions
For the first two, worldcereal_preprocessed_inputs can be used. This makes sure that the preprocessing is always aligned between these two pipelines.
However, in its current form, worldcereal_preprocessed_inputs cannot be used for the patch-to-point extractions, since Sentinel-1 and Sentinel-2 collections are loaded from STAC instead of from collection and METEO is loaded from Terrascope instead of CDSE.
We need to either unify the preprocessing, or install a safeguard to make sure that the data preprocessing between the three pipelines is always aligned.
The text was updated successfully, but these errors were encountered:
There are currently three different extraction pipelines:
For the first two,
worldcereal_preprocessed_inputs
can be used. This makes sure that the preprocessing is always aligned between these two pipelines.However, in its current form,
worldcereal_preprocessed_inputs
cannot be used for the patch-to-point extractions, since Sentinel-1 and Sentinel-2 collections are loaded from STAC instead of from collection and METEO is loaded from Terrascope instead of CDSE.We need to either unify the preprocessing, or install a safeguard to make sure that the data preprocessing between the three pipelines is always aligned.
The text was updated successfully, but these errors were encountered: