Metadata-Version: 2.4
Name: insardev_toolkit
Version: 2026.3.21
Summary: InSAR.dev (Python InSAR): Geospatial Processing Toolkit
Home-page: https://github.com/AlexeyPechnikov/InSARdev
Author: Alexey Pechnikov
Author-email: alexey@pechnikov.dev
License: BSD-3-Clause
Keywords: remote sensing,geospatial analysis,DEM,topography,SRTM,Copernicus,ALOS,OpenStreetMap,OSM,Google Maps,ASF,NetCDF,GeoTIFF,VTK
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xarray>=2024.1.0
Requires-Dist: numpy
Requires-Dist: pandas>=2.2
Requires-Dist: geopandas
Requires-Dist: distributed>=2024.1.0
Requires-Dist: dask[complete]>=2024.4.1
Requires-Dist: zarr
Requires-Dist: joblib
Requires-Dist: tqdm
Requires-Dist: ipywidgets
Requires-Dist: shapely>=2.0.2
Requires-Dist: xmltodict
Requires-Dist: rioxarray
Requires-Dist: tifffile
Requires-Dist: netCDF4
Requires-Dist: remotezip
Requires-Dist: matplotlib
Requires-Dist: imageio
Requires-Dist: h5py
Requires-Dist: requests
Provides-Extra: vtk-support
Requires-Dist: vtk; extra == "vtk-support"
Requires-Dist: panel; extra == "vtk-support"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# InSAR.dev Toolkit

Utility functions and helper tools for the InSAR.dev ecosystem.

## Features

- DEM downloading (Copernicus GLO-30/GLO-90, NASA SRTM, JAXA ALOS)
- Sentinel-1 orbit file (EOF) downloading
- Sentinel-1 SLC downloading from ASF (Alaska Satellite Facility)
- Map tile downloading (XYZ, OpenStreetMap, Google Maps)
- Progress bars with parallel processing support
- NetCDF and xarray data grid operations
- 3D visualization export (VTK format)
- HTTP utilities for downloading and extraction

## License

This software is released under the **BSD 3-Clause License**.
See [LICENSE](./LICENSE) for full terms.

## Contact

- Author: Aleksei Pechnikov
- Email: alexey@pechnikov.dev
- ORCID: https://orcid.org/0000-0001-9626-8615

## Bug Reports

Bug reports and suggestions are welcome via the project's issue tracker.
