-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SENTINEL2_L2A with mask_scl_dilation gives empty data #385
Comments
There is an error message in the empty case: |
This specific error shows up more often and is not necessarily a reason for data dissappearing. (Spark is robust, so if data is lost, it actually fails.)
|
Totally not sure about this, but could this be related to the ephemeral-volumes? That some temporary data gets lost before giving the result to the user? |
Maybe the shorter timeframe does work simply because it gets processed on terrascope?
|
I didn't know that the user was setting custom params, but without them, I do get results... |
The custom params are indeed not needed here. I added them to experiment with the memory, but finally it did not have effect
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Jeroen Dries ***@***.***>
Sent: Friday, March 31, 2023 9:33:15 PM
To: Open-EO/openeo-geopyspark-driver ***@***.***>
Cc: Emile ***@***.***>; Author ***@***.***>
Subject: Re: [Open-EO/openeo-geopyspark-driver] SENTINEL2_L2A with mask_scl_dilation gives empty data (Issue #385)
I didn't know that the user was setting custom params, but without them, I do get results...
—
Reply to this email directly, view it on GitHub<#385 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AARREOSVMRUEYSNZF5OFB6TW64WPXANCNFSM6AAAAAAWOYJHIA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It's mostly the kernel1 size and erosion kernel size that trigger the issue.
|
Sentinelhub and creodias load sentinel-2 data as unsigned short, while terrascope used signed short. |
An issue raised by Stijn. Requesting this simplified process graph results in an empty data cube.
When giving it a bigger date range, there are correct looking results.
The text was updated successfully, but these errors were encountered: