Mintpy didn't create geometryGeo.h5 file of Dolphin output. (ISCE --> Dolphin --> Mintpy) #1460
Unanswered
Karthi-Wolf
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi I got error like this,
"Traceback (most recent call last):
File "/home/incois/mohanty/.conda/envs/isce2/bin/smallbaselineApp.py", line 10, in
sys.exit(main())
File "/home/incois/mohanty/.conda/envs/isce2/lib/python3.9/site-packages/mintpy/cli/smallbaselineApp.py", line 209, in main
run_smallbaselineApp(inps)
File "/home/incois/mohanty/.conda/envs/isce2/lib/python3.9/site-packages/mintpy/smallbaselineApp.py", line 1155, in run_smallbaselineApp
app.run(steps=inps.runSteps)
File "/home/incois/mohanty/.conda/envs/isce2/lib/python3.9/site-packages/mintpy/smallbaselineApp.py", line 908, in run
self.run_load_data(sname)
File "/home/incois/mohanty/.conda/envs/isce2/lib/python3.9/site-packages/mintpy/smallbaselineApp.py", line 182, in run_load_data
stack_file, geom_file, _, ion_file = ut.check_loaded_dataset(self.workDir, print_msg=True)[:4]
File "/home/incois/mohanty/.conda/envs/isce2/lib/python3.9/site-packages/mintpy/utils/utils.py", line 91, in check_loaded_dataset
raise FileNotFoundError(errno.ENOENT, os.strerror(errno.ENOENT), geom_file + msg_aria)
FileNotFoundError: [Errno 2] No such file or directory: '/home/incois/mohanty/karthi/SBAS/dolphin/mintpy_1/inputs/geometryGeo.h5'""
Hello everyone, I used ISCE to make coregistered SLCs and dolphin for the phase linking and then mintpy for the timeseries analysis.
I made coregistered SLCs usiing
"stackSentinel.py -s/..../slc -o /..../orbits -d /.../dem/demLat_N19_N22_Lon_E084_E087.dem.wgs84 -b '19.760 19.917 85.725 85.935' -a /..../orbits -c 5 -C NESD -W slc -m 20160101 -e 0.30"
Then I ran dolphin by 'dolphin_config.yaml' showing the slcs.(/....../coregistered/merged/SLC/date/date.slc.full.vrt)
I then directly try to import it in the mintpy by indicting the path like I shown above.
And I did like this,,,
"##-------------------------------- MintPy -----------------------------##
########## 1. Load Data (--load to exit after this step)
load_data.py -H to check more details and example inputs.
mintpy.load.processor = isce
##---------for ISCE only:
mintpy.load.metaFile = /...../coregistered/reference/IW*.xml
mintpy.load.baselineDir = /...../coregistered/baselines
##---------interferogram datasets:
mintpy.load.unwFile = /...../dolphin/unwrapped/.unw.tif
mintpy.load.corFile = /...../dolphin/interferograms/.int.cor.tif
mintpy.load.connCompFile = /...../dolphin/unwrapped/*.unw.conncomp.tif
##---------geometry datasets:
mintpy.load.demFile = /...../coregistered/merged/geom_reference/hgt.rdr
mintpy.load.lookupYFile = /...../coregistered/merged/geom_reference/lat.rdr
mintpy.load.lookupXFile = /...../coregistered/merged/geom_reference/lon.rdr
mintpy.load.incAngleFile = /...../coregistered/merged/geom_reference/los.rdr
mintpy.load.azAngleFile = /...../coregistered/merged/geom_reference/los.rdr
mintpy.load.shadowMaskFile = /...../coregistered/merged/geom_reference/shadowMask.rdr
mintpy.load.waterMaskFile = /...../coregistered/merged/geom_reference/waterMask.rdr
"
Am I missing anything. Your help will be greatly appreciated...
Thank you...
Beta Was this translation helpful? Give feedback.
All reactions