This repository provides an automated pipeline (stack_proc.sh) to download and process Sentinel-1 SAR data using ISCE2.
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.
- Python 3.6+
- ISCE2 installed
- sentineleof tool for orbit files: install from GitHub
- asf_search tool for Sentinel-1 data : install from GitHub
-
Clone this repository:
git clone https://github.com/mcmjasir/Sen_stack_processor.git cd Sen_stack_processor -
Run the pipeline:
chmod +x stack_proc.sh ./stack_proc.sh
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