Attempt to convert Sang-Hoon-produced Gamma files into MintPy format #543
falkamelung
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
MintPy example for Gamma format
First I ran the MintPy Wells example with files in gamma format. The
load_data
commandruns
gives the messages:
This is because
prep_gamma_py
looks for*230903_4rlks.amp.par', '*230903_4rlks.ramp.par', '*230903_4rlks.mli.par']
and then uses the first.It also uses the
*corner
files:20080728_4rlks.amp.corner 20080728_4rlks.amp.corner_full
.Simulated DEM:
The first uses
sim_20070813_20080310.rdc.dem
andsim_20070813_20080310.diff_par
.The second usessim_20070813_20080310.UTM_TO_RDC
andsim_20070813_20080310.utm.dem.par
.Sang-Hoon's format: MaunaLoaIceye
Get data:
Need to rename
SIM
togeometry
. ThenAs the Mintpy example uses
*.utm.dem.par
, is it OK to use*EQA.dem.par
?Beta Was this translation helpful? Give feedback.
All reactions