-
Notifications
You must be signed in to change notification settings - Fork 25
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
The alignment between EOReader and SNAP #65
Comments
What is the resolution of your SNAP product ? By default EOReader sets a 20m resolution to Sentinel-1 IW GRD products as stated and explained here. It may also come from another CRS reprojection. EOReader reprojects everything in UTM when SNAP does not if I'm not mistaken. You can try a If you want to modify the graphs, just follow this section. Moreover, for discussions could you post in the |
OK, I will post it in the discussion. Thank you!😉 |
Your comments triggered an intense discussion here at SERTIT (thanks for this 😄) Before today, we settled on orthorectifying data to the "real" resolution (ie rg*az), in order to save space (images are smaller) and by knowing that objects under this minimum mapping unit wouldn't be resolved. However, we realised that this may disorient the user as this isn't the common habits. |
Sorry for my afterthought, but we have to follow CEMS resolutions defines in the Data Access Portfolio (2014-2022, section 6.2) as EOReader is first built for CEMS activations 😅 I will then only update resolutions for products that are not in this document. (you see that S1 GRD IW are at 20m resolution there) |
Does this answer to your question ? |
Oh, thanks for your reply! which makes me understand more about SAR data processing. However, I still can not align the output tiff with SNAP and EOReader: As mentioned before, the value of tif file I generated from SNAP using For afterward image processing, I want to align the data produced by SNAP and EOReader, so I want to make sure the distribution of my SAR data is consistent. How can I make it? Here are some comparation of tiff value, which is produced by SNAP(left) and EOReader(right), resectively. |
In must say, it is really unlikely that your SAR data stays in integer |
It seems that Now I use Geo-Tiff from SNAP to make alignment, the XML for SNAP and EOReader are added in attachment. |
I see that the two graphs are different. Moreover other fields are different, such as in Could you test this again with exact same graphs ? |
OK, I test the same graphs right now. The Besides, u can check the comparison result I update above, it seems that they are very close ... The mean of their difference for each pixel is just 0.003, and the max of their difference is just 0.019. From your opinion, are they alignment? |
From what I recollect, your comparison is flawed as the graphs are no exactly the same.
) Moreover, as I am using directly SNAP without any modification, I wouldn't understand discrepancies (and I wouldn't know how to fix them). Eventually, these discrepancies, as you underlined, are thin. So I personally wouldn't bother to check it more, for the following reason : |
Thanks! I have alligned the Calibration product now. |
Ok, I am closing this ;) |
I process Sentinel-1 data with SNAP before, and now I want to align the processing results between EOReader and SNAP.
I process GRD product using EOReader with step:
Apply-Orbit-File
->ThermalNoiseRemoval
->Remove-GRD-Border-Noise
->Calibration
->Terrain-Correction
. (for comparing the value of pixel, I remove stepLinearToFromdB
currently.The name of the GRD product I use is S1A_IW_GRDH_1SDV_20200308T121318_20200308T121343_031584_03A39B_5C41.zip, whose image shape is 25847 x 16731.
However, I found some problems as followes:
Comparation between
Calibration
productThe value of tif file I generated from SNAP is 0-255(float64,but all the decimal value is 0), while the value of tif file I generated from EOReader is 0-123.4. Besides, the scale value between corresponding pixels is not constant.
Comparation between
Terrain-Correction
productThe value problem is as same as 1.
The shape of tif file I generated from SNAP is 31668 x 21478, while the shape of tif file I generated from EOReader is 14372 x 10790.
Why they aren't alignment? Or am I missing something?
The text was updated successfully, but these errors were encountered: