Skip to content

Commit 3ea3fda

Browse files
Update README.md
1 parent 1a6f59b commit 3ea3fda

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,11 @@
44
[![DOI](https://zenodo.org/badge/398018212.svg)](https://zenodo.org/badge/latestdoi/398018212)
55
[![Support on Patreon](https://img.shields.io/badge/Patreon-Support-orange.svg)](https://www.patreon.com/pechnikov)
66

7-
## Announcement: InSAR.dev—A Federated Python Ecosystem for InSAR
7+
## Announcement: InSAR.dev—A Federated Python Ecosystem for SAR/InSAR
88

9-
InSAR.dev is the next evolution of PyGMTSAR and is under active development. Whereas PyGMTSAR processes single-polarization scenes and bursts along one orbital path, InSAR.dev separates the workflow into two phases: preparing SLC data (including geocoding, flat-earth and topographic correction, and packaging into cloud-ready bursts) and then performing the core interferometric analysis on those datasets. This design scales to hundreds or thousands of bursts across multiple polarizations and orbital paths.
10-
11-
For example, the following interactive notebooks demonstrate processing of 8 Sentinel-1 scenes (~1000 bursts) across 2 orbital paths and 2 polarizations (VH, VV):
12-
13-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1KsHRDz1XVtDWAkJMXK0gdpMiEfHNvXB3?usp=sharing) InSAR.dev Sentinel-1 SLC Burst Preprocessing.
14-
15-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/156Gvd-0C7DrXWDe1JCSxJyE-s1FyZeDl?usp=sharing) InSAR.dev Sentinel‑1 Multi‑Polarization and Multi‑Path Interferograms (adopted for slow 2 vCPU free Google Colab).
16-
17-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1g_mZK6YZ614t45D1zKCO-U_X5E6hfknz?usp=sharing) InSAR.dev Sentinel‑1 Multi‑Polarization and Multi‑Path Interferograms on Google Colab Pro.
18-
19-
The InSAR.dev ecosystem comprises three Python packages. **insardev_toolkit** provides utility functions and helpers; **insardev_pygmtsar**handles Sentinel‑1 SLC preprocessing (requires GMTSAR binaries); and **insardev** performs core interferometric processing and analysis with no external dependencies. Both **insardev_toolkit** and **insardev_pygmtsar** are BSD‑licensed, while **insardev** may require a subscription for certain use cases.
20-
21-
InSAR.dev documentation, use cases and project updates are available on [Patreon](https://www.patreon.com/pechnikov).
9+
[InSAR.dev](https://InSAR.dev), the successor to PyGMTSAR, is a pure Python NISAR/Sentinel-1 framework that uses the modern Zarr version 3 data storage format, avoiding the NetCDF-related issues affecting PyGMTSAR.
2210

11+
Whereas PyGMTSAR processes single-polarization scenes and bursts along one orbital path, InSAR.dev separates the workflow into two phases: preparing SLC data, including geocoding, flat-earth and topographic correction, and packaging into cloud-ready bursts; and then performing the core interferometric analysis on those datasets. This design scales to thousands of bursts across multiple polarizations and orbital paths.
2312

2413
## PyGMTSAR (Python InSAR): Powerful, Accessible Satellite Interferometry
2514

0 commit comments

Comments
 (0)