-
Notifications
You must be signed in to change notification settings - Fork 34
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
Problems importing GMTSAR data #73
Comments
Hi @WangJunyi2022! Thank you for your message! Regards! |
|
Thanks! It is the version of InSAR that I use, and there is no problem with GMT5SAR. |
InSAR has no version. The problem is that GMTSAR stores the data in netcdf4 format, which is currently not supported by KITE. So either you need to find out if GMTSAR can also store data in netcdf3 or you/someone need to work on a patch for KITE. As we, the maintainers of KITE are up to the brim with work- we wont have time to do that for you in the near time. |
Sorry, I spelt it wrong. I used GMTSAR version 6.1. I would like to say that due to the software version, the gmtsar6 default generated file is netcdF4 and cannot be opened with kite. But there should be no problem using the kite to turn on the GMTSAR5 for data processing. In addition, when installing gmtsar5, I could not install it on ubuntu20 due to version migration, but I installed gmtsar5.8 on ubuntu16. (I hope my mistake will save others some trouble.) |
I have a solution for importing GMTSAR data into Kite. Here's a step-by-step guide on how to do it:
Note that you can Replace the "IO_NC4_CHUNK_SIZE" value in the existing "gmt.conf" file from the merge directory with the line:
By setting "IO_NC4_CHUNK_SIZE" to "classic," the grd files will be saved in Netcdf3 format.
After following these steps, you should have successfully imported the GMTSAR data into Kite, and the results will be saved in Netcdf3 format and a npz file. |
Hi @Meysam-Amiri , |
Hi @ditafaith. I am not sure about ALOS data. But, I think the procedure would be the same. |
@Meysam-Amiri |
How did you import data to kite? Could you provide some information about the commands and interferogram that you are trying to import to kite? |
What do you mean import to kite ? |
You must prepare some files before using spool --load command. Please read where it explained GMTSAR: https://pyrocko.org/kite/docs/current/reference/kite.scene.html#module-kite.scene_io Reading GMTSAR grid files. Note Expects: LOS binary data (see instruction, *.los.enu) Calculate the corresponding unit look vectors with GMT5SAR SAT_look: gmt grd2xyz los_ll.grd | gmt grdtrack -Gdem.grd | |
Yes, I did. |
What is the output of |
I'd be glad to getting insighful comments from @Meysam-Amiri and others regarding this case. |
I can check it if you share your results with me. Here is my email address
: ***@***.***
…On Sun, Aug 6, 2023, 17:30 ditafaith ***@***.***> wrote:
I'd be glad to getting insighful comments from @Meysam-Amiri
<https://github.com/Meysam-Amiri> and other regarding this case.
—
Reply to this email directly, view it on GitHub
<#73 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY6U2KYADEKBHXEVLEYPPQ3XT6PQBANCNFSM5S4DMRGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
You can't post email address through github, since they automatically changed *. |
meysamamiri1988@gmail.com |
You can also look at https://hive.pyrocko.org/pyrocko-support/channels/kite and ask there for help. Please DM me there to chat easily. |
Hello,
I processed the image using GMTSAR, and after processing, converted the los.grd deformation to m, and generated the los.enu data. But after I import the data, the following problem occurs.
How can I import the data?
The text was updated successfully, but these errors were encountered: