|
4 | 4 | [](https://zenodo.org/badge/latestdoi/398018212) |
5 | 5 | [](https://www.patreon.com/pechnikov) |
6 | 6 |
|
7 | | -## Announcement: InSAR.dev—A Federated Python Ecosystem for InSAR |
| 7 | +## Announcement: InSAR.dev—A Federated Python Ecosystem for SAR/InSAR |
8 | 8 |
|
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 | | -[](https://colab.research.google.com/drive/1KsHRDz1XVtDWAkJMXK0gdpMiEfHNvXB3?usp=sharing) InSAR.dev Sentinel-1 SLC Burst Preprocessing. |
14 | | - |
15 | | -[](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 | | -[](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. |
22 | 10 |
|
| 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. |
23 | 12 |
|
24 | 13 | ## PyGMTSAR (Python InSAR): Powerful, Accessible Satellite Interferometry |
25 | 14 |
|
|
0 commit comments