--
You received this message because you are subscribed to the Google Groups "PySAR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py-sar+un...@googlegroups.com.
To post to this group, send email to py-...@googlegroups.com.
Visit this group at https://groups.google.com/group/py-sar.
For more options, visit https://groups.google.com/d/optout.
<PySAR_Fernandina_processing.png>
--
You received this message because you are subscribed to the Google Groups "PySAR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py-sar+un...@googlegroups.com.
To post to this group, send email to py-...@googlegroups.com.
Visit this group at https://groups.google.com/group/py-sar.
For more options, visit https://groups.google.com/d/optout.
<PySAR_processing.png>
--
You received this message because you are subscribed to the Google Groups "PySAR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py-sar+un...@googlegroups.com.
To post to this group, send email to py-...@googlegroups.com.
Visit this group at https://groups.google.com/group/py-sar.
For more options, visit https://groups.google.com/d/optout.
<PySAR_processing_0703.png><NaplesRS2AF6N.txt><pysarApp_template.txt><sim_120131_5rlks.diff_par><sim_120131_5rlks.utm.dem.par>
--
You received this message because you are subscribed to the Google Groups "PySAR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py-sar+un...@googlegroups.com.
To post to this group, send email to py-...@googlegroups.com.
Visit this group at https://groups.google.com/group/py-sar.
For more options, visit https://groups.google.com/d/optout.
<Latitude_not_found.png>
Sven.
Hi Sven,
I uploaded an Gamma example in the link below. Note that all *.rsc files are generated by PySAR and the rest are from Gamma. Only one interferogram is included, but it will serve the purpose here.
(I did not upload the whole dataset online because this dataset is very challenging with a lot of unwrapping errors in other interferograms). I hope to upload a full version of another test area in one or two weeks.
https://miami.box.com/s/9vsmwrk7b0q33jhvgqg2705r4zw7fusq
Here is an script written by Yunmeng. He uses both “gc_map” and “gc_map_fine” to generate the final UTM_TO_RDC file. I don’t know the difference between “gc_map_inversion” and “gc_map_fine” though, Yunmeng can comment more on that (I cced him here).
https://github.com/ymcmrs/PyINT/blob/3661aade1ec0fc2daaa12daf55ffd2622fe5cce9/pyint/CreateRdcDem_Gamma.py#L288
Once you have the UTM_TO_RDC file, you could run the following two commands to prepare the .rsc file and plot the data, the plotting should have the lat/lon coordinate automatically, as the attachment below.
prep_gamma.py sim_040313_4rlks.UTM_TO_RDC
view.py sim_040313_4rlks.UTM_TO_RDC rangeYunjun
On Mar 11, 2019, at 10:07 AM, Sven wrote:
Hi Yunjun,
I tried to generate the right lookup table in GAMMA (from the "gc_map_inversion" script for lookup table inversion) but I'm still unable to obtain the "geometryGeo.h5" file (only the *radar one): I don't understand where I'm wrong.
Also the Jupyter Notebook example doesn't help too much, simply stating that GAMMA and ROI_PAC lookup files are in geo coordinates...
Maybe if you provide on your web pages also the GAMMA example this could help in some way...
Every suggestion is welcome.
Cheers,
Sven.
Sven.
Il giorno venerdì 8 febbraio 2019 12:58:40 UTC+1, Sven ha scritto:
Good morning,
I need some guidance in setting up the weather model for tropospheric delay correction.
I never used pyaps before, so I downloaded some grib files (ERA-Int*.grb) for testing and it works.
Now I'm going to process a time-series so my question is: should I download a grib file for each acquisition date, regardless of the number of ifgs?
Likely, I don't think so, as each single file has a size of about 28 MB (so the total amount should be 28 MB x n dates), whereas your ECMWF file for the Alos example is only 22 MB.
How should I do? Should I merge them in some way?
These are grib files and, as far as I understand, they must be converted into HDF files (grb -> h5): is load_hdf5.py the right script for this? If so, could you please give me the complete command? (load_hdf5.py ... )
Last point: the volcanic area I'm going to study is close to the coast, so I have water in my scenes: how can i get the water mask? I saw you used that in the S-1 example.
Sorry for disturbance and have a nice day.
Sven.
--
You received this message because you are subscribed to the Google Groups "PySAR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py-sar+unsubscribe@googlegroups.com.
should I generate something more in the GAMMA processing before using your script?