Metadata-Version: 2.1
Name: sarsen
Version: 0.0.12
Summary: Algorithms and utilities for SAR sensors
Home-page: UNKNOWN
Author: B-Open
Author-email: software@bopen.eu
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

> **WARNING**: THIS CODE IS NOT READY FOR USE

# Sarsen

Algorithms and utilities for SAR sensors

## Objectives

Be faster and simpler than ESA SNAP and cloud native.

- enable SAR data geocoding
  - *fast mode*: to terrain-correct images
  - *accurate mode*: for interferometric processing
- enable radiometric terrain correction / flattening gamma
- support cloud-native processing
  - enable parallel processing via *xarray* and *dask*
  - enable object storage access via *fsspec*
- support Sentinel-1 SLC IW and GRD
- support any DEM that GDAL / Proj can handle

## Non-objectives

- No attempt is done to support UTC leap seconds. Observations that include a leap second may crash the code or
  silently return wrong results. *Caveat emptor*

## Usage

```python-repl
>>> import sarsen

```


