Skip to content
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

Handle Sentinel-1 RTC product #112

Closed
jaimebayes opened this issue Oct 25, 2023 · 17 comments
Closed

Handle Sentinel-1 RTC product #112

jaimebayes opened this issue Oct 25, 2023 · 17 comments
Labels
0.21.0 For version 0.21.0 community driven Needs community support to be implemented new product Support of a new product (constellation, product type...)

Comments

@jaimebayes
Copy link

Hi there,

I am trying to process an RTC (Radiometric Terrein Corrected) image, but it was not recognized, generates a warning that avoid next lines to execute.

Code
s1_path = "S1B_IW_20211113T231329_DVP_RTC10_G_gdufed_8DC5.zip"
s1_prod = reader.open(s1_path)

Output
WARNING:eoreader:There is no existing products in EOReader corresponding to S1B_IW_20211113T231329_DVP_RTC10_G_gdufed_8DC5.zip

Environment:

  • Python version: Python 3.10.12
  • sertit-utils version: `import eoreader; Python 3.10.12

Additional context
Colab

@jaimebayes jaimebayes added the bug Something isn't working label Oct 25, 2023
@remi-braun
Copy link
Member

remi-braun commented Oct 25, 2023

Hello,

Your Sentinel-1 product seems not to be in SAFE format.
Indeed, its name is odd.

The warning is here to prevent you that EOReader doesn't recognize your S1 product.

Could you confirm its format is ad-hoc ?

Edit: I didn't knew what RTC is, but it's for sure not an ESA format, is it ? If not EOReader doesn't handle them, sadly 😅
See what SAR product type EOReader handles here: https://eoreader.readthedocs.io/en/latest/sar.html#product-type-handling

@remi-braun remi-braun removed the bug Something isn't working label Oct 25, 2023
@LabSR-UT
Copy link

Hi,

That is the name Vertex ASF portal (https://search.asf.alaska.edu) assign after applying RTC to a SAFE image.

image

Hope it helps,

@remi-braun
Copy link
Member

Yes OK that's what I read.

Is there a real community need to handle those unofficial products ?

@remi-braun remi-braun added the new product Support of a new product (constellation, product type...) label Oct 26, 2023
@remi-braun remi-braun changed the title RTC Sentinel-1 not recognized Handle Sentinel-1 RTC product Oct 26, 2023
@remi-braun remi-braun added the community driven Needs community support to be implemented label Oct 26, 2023
@remi-braun
Copy link
Member

remi-braun commented Nov 3, 2023

@jaimebayes @LabSR-UT Could you please tell me how to download these products ? I need samples for implementation. Are they available outside USA ?

@LabSR-UT
Copy link

LabSR-UT commented Nov 3, 2023 via email

@remi-braun
Copy link
Member

remi-braun commented Nov 3, 2023

Ok so this is an additional product, you have to ask for.
I was looking on the portal without seeing a way to download a RTC product.

So, you never orthorectify GRD data on your own ?

@LabSR-UT
Copy link

LabSR-UT commented Nov 3, 2023 via email

@remi-braun
Copy link
Member

Yes EOReader will orthorectify your data by default if you give it a SAFE file.
The default DEM is the same than the one used by ASF (COPDEM GLO-30). You can pass other DEMs if you want.

The only requirement is that you install ESA SNAP on your computer and have its tool gpt in your path.

Some ressources that might help you:

@LabSR-UT
Copy link

LabSR-UT commented Nov 3, 2023 via email

@remi-braun
Copy link
Member

Feel free to ask for help if needed 😉

@remi-braun remi-braun added the 0.21.0 For version 0.21.0 label Nov 3, 2023
@LabSR-UT
Copy link

LabSR-UT commented Nov 3, 2023 via email

@remi-braun
Copy link
Member

ASF Sentinel-1 RTC products are now handled by EOReader.
You can clone the 0.21.0 branch to try it up :)

@remi-braun
Copy link
Member

0.21.0 is up today :)

@jaimebayes
Copy link
Author

jaimebayes commented Jan 9, 2024 via email

@remi-braun
Copy link
Member

Sadly I don't see the image 😅

@LabSR-UT
Copy link

LabSR-UT commented Jan 9, 2024

Sorry, I attached the image here.

eoreader_version

@LabSR-UT
Copy link

LabSR-UT commented Jan 9, 2024

Here, the RTC clip plot
eoreader_RTCclip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.21.0 For version 0.21.0 community driven Needs community support to be implemented new product Support of a new product (constellation, product type...)
Projects
None yet
Development

No branches or pull requests

3 participants