-
Notifications
You must be signed in to change notification settings - Fork 265
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
abnormally large geolocation error for Sentinel-1 #1286
Comments
👋 Thanks for opening your first issue here! Please filled out the template with as much details as possible. We appreciate that you took the time to contribute! |
Potential solutionThe plan to solve the bug involves verifying and correcting the geographic metadata and geocoding processes. The misalignment issue likely stems from discrepancies in the metadata or the geocoding process. The solution involves:
What is causing this bug?The bug is likely caused by incomplete or incorrect geographic metadata in the input HDF5 files or errors in the geocoding process. Specifically:
CodeHere are some implementation details and code snippets to address the issues:
How to replicate the bugTo replicate the bug, follow these steps:
Ensure that the input HDF5 file lacks complete geographic metadata or that the lookup table used in the geocoding process is incorrect to replicate the issue accurately. Click here to create a Pull Request with the proposed solution Files used for this task: Changes on src/mintpy/cli/save_gdal.pyAnalysis of
|
@kyutecdaichi could you check the alignment of the KMZ file in Google Earth? If there is misalignment there as well, then the problem is in the data itself, due to the inaccurate geolocation, probably from the reference image used in coregistration while running |
@yunjunz Thank you for your response. |
Use a reference date in 2019 for coregistration, to avoid potential ionospheric displacement. How big is this misalignment you observed? |
Is it possible that you are using ALOS-2, processed with isce2/stripmapStack, and forgot to run |
I am using Sentinel-1 data, not ALOS-2 data. Therefore, I am using the isce2/topsStack's stackSentinel.py for processing. |
Interesting. Could you post your basic data info here?
|
My student @weizhenlwz recently encountered the same issue. He re-ran |
I see that the same issue was happening. I will try adding the --reference_date. Thank you! |
@yunjunz I have not seen you for a long time. I have resolved the issue regarding the shift in the Sentinel-1 images. The cause was how latitude and longitude were set in the dem.py command. The issue occurred because the specified latitude and longitude range did not include the analysis area. I apologize for any inconvenience this may have caused.Also, I sincerely appreciate your kind assistance in investigating the cause. |
@kyutecdaichi what does the previously wrong one look like? If you could share the data ( I heard multiple similar problems offline from other users as well, so we do want to fix it for friendliness and robustness. |
I am currently conducting InSAR analysis using ISCE2-MintPy with Sentinel data.
However, when I convert the geo_temporalCoherence.h5 or geo_velocity.h5 files generated by MintPy to GeoTIFF format (.tif) and display them in QGIS, there is a slight misalignment in the images.
I am unsure about the cause or how to resolve this issue. If anyone knows the reason or has a solution, please let me know. I would greatly appreciate your help.
Thank you!
The text was updated successfully, but these errors were encountered: