Metadata-Version: 2.4
Name: insarlite
Version: 1.2.0
Summary: A comprehensive GUI application for GMTSAR-based InSAR processing
Author-email: Muhammad Badar Munir <mbadarmunir@gmail.com>
Maintainer-email: Muhammad Badar Munir <mbadarmunir@gmail.com>
Project-URL: Homepage, https://github.com/mbadarmunir/InSARLite
Project-URL: Documentation, https://insarlite.readthedocs.io/
Project-URL: Repository, https://github.com/mbadarmunir/InSARLite
Project-URL: Bug Tracker, https://github.com/mbadarmunir/InSARLite/issues
Project-URL: Changelog, https://github.com/mbadarmunir/InSARLite/blob/main/CHANGELOG.md
Keywords: InSAR,SAR,interferometry,GMTSAR,Sentinel-1,remote sensing,geodesy
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20.0
Requires-Dist: matplotlib>=3.3.0
Requires-Dist: rioxarray>=0.11.0
Requires-Dist: xarray>=0.18.0
Requires-Dist: h5netcdf>=0.11.0
Requires-Dist: tkcalendar>=1.6.0
Requires-Dist: tkintermapview>=1.20
Requires-Dist: requests>=2.25.0
Requires-Dist: beautifulsoup4>=4.9.0
Requires-Dist: pykml>=0.2.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: asf_search>=6.0.0
Requires-Dist: shapely>=1.7.0
Requires-Dist: cartopy>=0.20.0
Requires-Dist: dask>=2021.6.0
Requires-Dist: packaging>=20.0
Requires-Dist: Pillow>=8.0.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: lxml>=4.6.0
Requires-Dist: netCDF4>=1.5.0
Requires-Dist: basemap>=1.3.0; platform_system != "Windows"
Provides-Extra: docs
Requires-Dist: sphinx>=4.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "docs"
Requires-Dist: myst-parser>=0.18.0; extra == "docs"
Requires-Dist: nbsphinx>=0.8.0; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=1.19.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "docs"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: isort>=5.10.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Requires-Dist: mypy>=0.991; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
Requires-Dist: build>=0.8.0; extra == "dev"
Dynamic: license-file

# InSARLite

[![Python Version](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://github.com/mbadarmunir/InSARLite/releases)
[![Documentation](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://insarlite.readthedocs.io/)

**InSARLite** is a comprehensive GUI application for Interferometric Synthetic Aperture Radar (InSAR) processing using the GMTSAR workflow. It provides an intuitive interface for processing Sentinel-1 SAR data to generate interferograms and perform time series analysis.

## 🌟 Key Features

- **🛰️ Automated Data Management**: Seamless Sentinel-1 data search, download, and organization
- **🎯 Interactive Baseline Planning**: Visual baseline network design with matplotlib-based plotting
- **⚡ Complete GMTSAR Integration**: Full workflow from raw data to unwrapped interferograms
- **📊 Advanced Visualization**: Professional plotting tools and time series analysis
- **🔧 User-Friendly Interface**: Intuitive step-by-step workflow with progress tracking
- **🖥️ Platform Support**: Optimized for Ubuntu Linux with WSL2 support for Windows
- **🚀 Enhanced Performance**: Automatic GNU Parallel and SBAS Parallel installation
- **🔄 WSL Auto-Configuration**: Automatic display configuration for all WSL versions

## 🚀 Quick Start

### Platform Compatibility

- **✅ Ubuntu Linux** (Primary platform - fully tested)
- **⚠️ Windows** (Use WSL2 with Ubuntu for best results)  
- **⚠️ macOS** (Experimental support)
- **⚠️ Other Linux** (May require manual configuration)

### Installation

Install InSARLite using pip:

```bash
pip install insarlite
```

**For Windows users**: Install WSL2 first, then install InSARLite inside Ubuntu:
```powershell
# In PowerShell as Administrator
wsl --install -d Ubuntu-20.04
```

### Launch the Application

```bash
InSARLiteApp
```

That's it! The InSARLite GUI will open and guide you through your first InSAR project.

## 📖 Documentation

Comprehensive documentation is available at [insarlite.readthedocs.io](https://insarlite.readthedocs.io/) including:

- **[Installation Guide](https://insarlite.readthedocs.io/en/latest/installation.html)** - Detailed installation instructions
- **[Quick Start Tutorial](https://insarlite.readthedocs.io/en/latest/quickstart.html)** - Get up and running in minutes
- **[User Guide](https://insarlite.readthedocs.io/en/latest/user-guide/)** - Complete usage documentation
- **[API Reference](https://insarlite.readthedocs.io/en/latest/api/)** - Detailed API documentation
- **[Developer Guide](https://insarlite.readthedocs.io/en/latest/developer-guide/)** - For contributors and developers

## 🛠️ What is InSAR?

Interferometric Synthetic Aperture Radar (InSAR) is a radar technique used to generate maps of surface deformation or digital elevation models using differences in the phase of radar waves returning to the satellite. InSARLite makes this powerful technique accessible through:

- **Automated workflows** for complex processing chains
- **Interactive tools** for network design and parameter selection
- **Professional visualization** for scientific analysis and publication

## 🔧 Requirements

- **Python**: 3.8 or higher
- **Operating System**: Linux, macOS, or Windows
- **Memory**: 4 GB RAM minimum (8 GB recommended)
- **Storage**: 2 GB free space (more for data processing)
- **Network**: Internet connection for data downloads

## 📊 Processing Workflow

InSARLite implements a complete 7-step InSAR processing pipeline:

1. **Project Setup** - Define study area, time period, and download data
2. **Data Preparation** - Organize and validate Sentinel-1 acquisitions
3. **Baseline Planning** - Design interferometric network and select master scene
4. **Orbit Processing** - Download and apply precise orbit corrections
5. **Interferometry** - Generate interferograms and coherence maps
6. **Phase Unwrapping** - Convert wrapped phase to displacement measurements
7. **Time Series Analysis** - SBAS processing for deformation time series

## 🎯 Use Cases

InSARLite is perfect for:

- **Research**: Academic studies in geodesy, geophysics, and remote sensing
- **Education**: Teaching InSAR principles and processing techniques
- **Monitoring**: Operational monitoring of volcanoes, earthquakes, and subsidence
- **Analysis**: Scientific analysis of surface deformation processes

## 📈 Example Applications

### Earthquake Studies
Monitor co-seismic and post-seismic deformation with millimeter precision.

### Volcano Monitoring
Track volcanic inflation and deflation patterns over time.

### Urban Subsidence
Measure land subsidence in urban areas and correlate with infrastructure.

### Natural Hazards
Assess landslides, floods, and other geohazards using InSAR techniques.

## 🤝 Contributing

We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details on:

- How to report bugs and request features
- Development setup and workflow
- Code style and testing requirements
- Community guidelines

## 📄 License

InSARLite is released under the [MIT License](LICENSE). This allows free use, modification, and distribution for both academic and commercial purposes.

## 🙏 Acknowledgments

- **GMTSAR Team** - For the powerful InSAR processing engine
- **NASA/ESA** - For providing open access to Sentinel-1 data
- **Python Community** - For the excellent scientific computing ecosystem
- **Contributors** - For bug reports, features, and improvements

## 📧 Support

- **Documentation**: [insarlite.readthedocs.io](https://insarlite.readthedocs.io/)
- **Issues**: [GitHub Issues](https://github.com/mbadarmunir/InSARLite/issues)
- **Discussions**: [GitHub Discussions](https://github.com/mbadarmunir/InSARLite/discussions)
- **Email**: mbadarmunir@gmail.com

## 📊 Citation

If you use InSARLite in your research, please cite:

```bibtex
@software{insarlite2025,
  title={InSARLite: A GUI Application for GMTSAR-based InSAR Processing},
  author={Muhammad Badar Munir},
  year={2025},
  version={1.1.0},
  url={https://github.com/mbadarmunir/InSARLite},
  license={MIT}
}
```

---

**InSARLite - Making InSAR accessible to everyone** 🛰️📊
