Skip to content

PLAnT-ISCE3: Polarimetric Interferometric Lab and Analysis Tool (PLAnT) scripts for the InSAR Scientific Computing Environment 3 (ISCE3)

License

Notifications You must be signed in to change notification settings

isce-framework/plant-isce3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLAnT-ISCE3

PLAnT-ISCE3: Polarimetric Interferometric Lab and Analysis Tool (PLAnT) scripts for the InSAR Scientific Computing Environment 3 (ISCE3)


PLAnT-ISCE3 is a general-purpose toolbox that uses the open-source Polarimetric Interferometric Lab and Analysis Tool (PLAnT) framework to provide an “easy-to-use” command-line interface (CLI) for the open-source InSAR Scientific Computing Environment 3 (ISCE3) framework and leverage ISCE3 capabilities. PLAnT-ISCE3 delivers an interface to ISCE3 modules/functionalities focusing on the end-user. Additionally, since most ISCE3 modules can only be accessed externally via ISCE3 C++ or Python application programming interfaces (APIs), i.e., not through ISCE3 command-line interfaces (CLI), PLAnT-ISCE3 provides unique access to many ISCE3 functionalities that are not directly exposed to the end-user.

ISCE3 repository: https://github.com/isce-framework/isce3

PLAnT repository: https://gitlab.com/plant/plant


Copyright 2022, by the California Institute of Technology. ALL RIGHTS RESERVED. United States Government Sponsorship acknowledged. Any commercial use must be negotiated with the Office of Technology Transfer at the California Institute of Technology.

This software may be subject to U.S. export control laws. By accepting this software, the user agrees to comply with all applicable U.S. export laws and regulations. User has the responsibility to obtain export licenses, or other export authority as may be required before exporting such information to foreign countries or providing access to foreign persons.


Installation

  1. Install PLAnT and ISCE3. Suggested commands:
conda install plant -c plant
conda install isce3 -c conda-forge
  1. Download the source code and move working directory to clone repository:
git clone https://github.com/isce-framework/plant-isce3.git
cd plant-isce3

3.1 Install PLAnT-ISCE3:

python -m pip install .

3.2. Or via environment path setup:

export PLANT_ISCE3_HOME=$PWD/src
export PYTHON_PATH=${PYTHON_PATH}:${PLANT_ISCE3_HOME}
export PATH=${PATH}:${PLANT_ISCE3_HOME}/src/plant_isce3

About

PLAnT-ISCE3: Polarimetric Interferometric Lab and Analysis Tool (PLAnT) scripts for the InSAR Scientific Computing Environment 3 (ISCE3)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages