Coder Social home page Coder Social logo

rtburns-jpl / dolphin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from isce-framework/dolphin

0.0 1.0 0.0 3.01 MB

InSAR phase linking library for PS/DS processing

Home Page: https://dolphin-insar.readthedocs.io

License: Other

Shell 0.89% Python 98.51% Dockerfile 0.60%

dolphin's Introduction

dolphin

Pytest and build docker image pre-commit.ci status Conda-Forge

High resolution wrapped phase estimation for InSAR using combined PS/DS processing.

Install

dolphin is available on conda:

# if mamba is not already installed: conda install -n base mamba
mamba install -c conda-forge dolphin

(Note: using mamba is recommended for conda-forge packages, but miniconda can also be used.)

dolphin has the ability to unwrap interferograms using isce3's python bindings to SNAPHU. It is also integrated with tophu to unwrap large interferograms in parallel tiles at multiple resolution. To install both dolphin and tophu through conda-forge, run

mamba install -c conda-forge tophu dolphin

To install locally:

  1. Download source code:
git clone https://github.com/isce-framework/dolphin.git && cd dolphin
  1. Install dependencies:
mamba env create --file conda-env.yml

or if you have an existing environment:

mamba env update --name my-existing-env --file conda-env.yml
  1. Install dolphin via pip:
conda activate dolphin-env
python -m pip install .

Usage

The main entry point for running the phase estimation workflow is named dolphin, which has two subcommands:

  1. dolphin config: create a workflow configuration file.
  2. dolphin run : run the workflow using this file.

Example usage:

$ dolphin config --slc-files /path/to/slcs/*tif
$ dolphin run dolphin_config.yaml

The config command creates a YAML file (by default dolphin_config.yaml in the current directory).

The only required inputs for the workflow is a list of coregistered SLC files (in either geographic or radar coordinates). If the SLC files are spread over multiple files, you can either

  1. use the --slc-files option with a bash glob pattern, (e.g. dolphin config --slc-files merged/SLC/*/*.slc would match the ISCE2 stack processor output )
  2. Store all input SLC files in a text file delimited by newlines (e.g. my_slc_list.txt), and give the name of this text file prefixed by the @ character (e.g. dolphin config --slc-files @my_slc_list.txt)

The full set of options is written to the configuration file; you can edit this file, or you can see which commonly tuned options by are changeable running dolphin config --help.

See the documentation for more details.

License

This software is licensed under your choice of BSD-3-Clause or Apache-2.0 licenses. See the accompanying LICENSE file for further details.

SPDX-License-Identifier: BSD-3-Clause OR Apache-2.0

dolphin's People

Contributors

gmgunter avatar mirzaees avatar pre-commit-ci[bot] avatar scottstanie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.