Skip to content

mcmjasir/Sen_stack_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sentinel-1 Data Processing Pipeline with ISCE2

This repository provides an automated pipeline (stack_proc.sh) to download and process Sentinel-1 SAR data using ISCE2.

Overview

This pipeline downloads Sentinel-1 data for a specified region and date range, prepares a DEM, downloads orbit files, and runs ISCE2 to generate interferograms. The stack_proc.sh script handles all processing steps.

Prerequisites

  • Python 3.6+
  • ISCE2 installed
  • sentineleof tool for orbit files: install from GitHub
  • asf_search tool for Sentinel-1 data : install from GitHub

Usage

  1. Clone this repository:

    git clone https://github.com/mcmjasir/Sen_stack_processor.git
    cd Sen_stack_processor
  2. Run the pipeline:

    chmod +x stack_proc.sh
    ./stack_proc.sh

Script Parameters

Key parameters in stack_proc.sh:

  • Bounding Box: MIN_LON, MIN_LAT, MAX_LON, MAX_LAT
  • Date Range: START_DATE, END_DATE
  • Orbit Direction: TRACK (ASCENDING or DESCENDING)
  • Directories: DOWNLOAD_DIR, DEM_DIR, ORBIT_DIR

About

Process sentinel stack in ISCE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published