Git Product home page Git Product logo

hyp3-gamma's Introduction

HyP3 GAMMA

HyP3 plugin for SAR processing with GAMMA

Developer Setup

Ubuntu 20.04 is recommended for GAMMA support.

  1. Install GAMMA
  2. Install conda
  3. Install hyp3_gamma
    git clone [email protected]:ASFHyP3/hyp3-gamma.git
    cd hyp3-gamma
    conda env create -f environment.yml
    conda activate hyp3-gamma
    python -m pip install -e .[develop]
    
  4. Check hyp3_gamma is installed
    hyp3_gamma --help
    

Radiometric Terrain Correction (RTC)

SAR datasets inherently contain geometric and radiometric distortions due to terrain being imaged by a side-looking instrument. Radiometric terrain correction (RTC) removes these distortions and creates analysis-ready data suitable for use in GIS applications. RTC processing is a required first step for many amplitude-based SAR applications.

To run the RTC science process:

rtc_sentinel.py --help
rtc_sentinel.py S1A_IW_SLC__1SSV_20150621T120220_20150621T120232_006471_008934_72D8.SAFE

To run the RTC process through the HyP3 interface:

hyp3_gamma ++process rtc --help
hyp3_gamma ++process rtc --username ${EDL_USERNAME} --password ${EDL_PASSWORD} \
    S1A_IW_SLC__1SSV_20150621T120220_20150621T120232_006471_008934_72D8

Interferometric Synthetic Aperture Radar (InSAR)

Interferometric SAR (InSAR) uses the phase differences from repeat passes over the same area to identify regions where the distance between the sensor and the Earth's surface has changed. This allows for the detection and quantification of deformation or movement.

To run the InSAR science process:

ifm_sentinel.py --help
ifm_sentinel.py \
    S1A_IW_SLC__1SDV_20200203T172103_20200203T172122_031091_03929B_3048.SAFE \
    S1A_IW_SLC__1SDV_20200110T172104_20200110T172123_030741_03864E_A996.SAFE

To run the InSAR process through the HyP3 interface:

hyp3_gamma ++process insar --help
hyp3_gamma ++process insar --username ${EDL_USERNAME} --password ${EDL_PASSWORD} \
    S1A_IW_SLC__1SDV_20200203T172103_20200203T172122_031091_03929B_3048 \
    S1A_IW_SLC__1SDV_20200110T172104_20200110T172123_030741_03864E_A996

Example product metadata

The hyp3_gamma.matadata subpackage can generate an example set of product metadata for each of the supported product types. E.g.:

python -m hyp3_gamma.metadata rtc
python -m hyp3_gamma.metadata insar

For detailed usage, see the metadata README.

hyp3-gamma's People

Contributors

asjohnston-asf avatar jhkennedy avatar cirrusasf avatar hjkristenson avatar talogan avatar khogenso avatar jlrine2 avatar jacquelynsmale avatar jtherrmann avatar dependabot[bot] avatar tools-bot avatar rudigens avatar forrestfwilliams avatar emlundell avatar ninneman 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.