Skip to main content

Hassle-free InSAR processing scripts for multiple satellites

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

InSARScript

InSAR Script is an open-source package designed to support the full InSAR processing pipeline. The primary goal of this package is to provide a streamlined and user-friendly InSAR processing experience across multiple satellite products.

Table of Contents

  • Installation
  • Requirements
  • Usage
  • Documentation

Installation

InSARScript can be installed using Conda

conda install jldz9::insarscript -c conda-forge

Pip:

Pip install insarscript

Source:

git clone https://github.com/jldz9/InSARScript.git
cd InSARScript
conda env create -f environment.yml -n insarscript_dev

Requirements

  • Python >=3.11
  • proj >=9.4
  • hyp3_sdk
  • mintpy
  • gdal >=3.8
  • sqlite >=3.44
  • mintpy
  • asf_search
  • colorama
  • contextily
  • dem_stitcher
  • hyp3_sdk
  • python-box
  • rasterio >=1.4
  • sentineleof
  • tomli-w

Usage

Search:

from insarscript import S1_SLC

s1 = S1_SLC(
    platform=['Sentinel-1A', 'Sentinel-1B', 'Sentinel-1C'],
    AscendingflightDirection=False,
    bbox = [124.67, 46.38, 125.35, 46.85],
    start='2020-01-01',
    end='2020-12-31',
    output_dir = '~/tmp',
)
results = s1.search()

Interferogram Process

from insarscript import S1_SLC
from insarscript import select_pairs
sbas_pairs = select_pairs(search_results= filter_results[(3,435)])

from insarscript import Hyp3_InSAR_Processor
hyp3_sbas = Hyp3_InSAR_Processor(
    pairs = sbas_pairs,
    out_dir = '~/tmp'
)
batch = hyp3_sbas.submit()
hyp3_sbas.save()
hyp3_sbas.refresh()
hyp3_sbas.download()

SBAS

from insarscript import Hyp3_SBAS
sbas_run = Hyp3_SBAS(
    hyp3_dir = '~/tmp'
)
sbas_run.prep_data()
sbas_run.run()

Documentation

InSARScript documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insarscript-1.0.0.tar.gz (25.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

insarscript-1.0.0-py3-none-any.whl (27.5 kB view details)

Uploaded Python 3

File details

Details for the file insarscript-1.0.0.tar.gz.

File metadata

  • Download URL: insarscript-1.0.0.tar.gz
  • Upload date:
  • Size: 25.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for insarscript-1.0.0.tar.gz
Algorithm Hash digest
SHA256 c8ea52f1b7cb3092cdaf26da966c3ba62cf8eaa1e0b86959db8485e029b43a64
MD5 20d2578e58d624ca60d28f803a53030e
BLAKE2b-256 c745a915324ccde48a3aea0037063e8b2aec323125ff4cdf2cd356d4e1a3397e

See more details on using hashes here.

File details

Details for the file insarscript-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: insarscript-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 27.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for insarscript-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c36b0a67d99738e6d48faa4c396035e65b1261b3a517a6a84ad9dc9e081094e2
MD5 a076086469ba16fbcd36ad6b1e27f908
BLAKE2b-256 493a5c67d94308511404652939abf031b1c68b52d23a073e8f4a54f74bed1e6c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page