Skip to content

Problem in setting the environment path to hyp3-lib #263

@SMJMirza

Description

@SMJMirza

Hi

I want to set the path to the hyp3-lib and use the cutGeotiffs.py script to clip DEM and all interferograms to the same area for the MintPy time series processing. I added the following line in my bash file, but still, I can not read the hyp3-lib scripts in the main directory of the MintPy processing:

if [ -z ${PYTHONPATH+x} ]; then export PYTHONPATH=""; fi

export MINTPY_HOME=/tools/MintPy
export HYP3_HOME==
/tools/hyp3-lib
export PATH=${PATH}:${MINTPY_HOME}/mintpy
export PATH=${PATH}:${HYP3_HOME}/hyp3lib
export PYTHONPATH=${PYTHONPATH}:${MINTPY_HOME}:/tools/PyAPS
export PYTHONPATH=${PYTHONPATH}:
/tools/PySolid
export PATH=/tools/miniconda3/lib/python3.8/site-packages/isce/applications:$PATH
export PATH=
/tools/miniconda3/lib/python3.8/site-packages/isce/bin:$PATH
export PATH=/tools/isce2-main/contrib/stack/topsStack:$PATH
#export PATH=
/tools/isce2-main/contrib/stack/stripmapStack:$PATH

Could you please guide me to fix this issue? As I mentioned, I have to use this script to clip the input files of the MintPy package to do the time series processing, following this link.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions