Metadata-Version: 2.1
Name: xsarslc
Version: 2023.11.17.post1
Summary: Python library to compute cross spectra from SAR image
Author: Frederic Nouguier
License: GPL-3.0
Keywords: SAR,wave,reseach,cross-spectra
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xarray
Requires-Dist: numpy
Requires-Dist: netCDF4
Requires-Dist: shapely
Requires-Dist: xrft
Requires-Dist: xarray-datatree
Requires-Dist: importlib-resources
Requires-Dist: tqdm

# xsarslc

![Anaconda-Server Badge](https://img.shields.io/conda/vn/conda-forge/xsarslc)
![Pypi Badgge](https://img.shields.io/pypi/v/xsarslc.svg)
        
Functions for Sentinel-1 SLC products 

the main feature of this library is the SAR processor:


```mermaid
graph TD;
    A[level-1 SLC] -->| SAR processor | B(level-1B XSP);
```


This is a Work In Progress Library.

Disclaimer: no warranty on the quality of output product at this stage.


# installation
```bash
pip install git+https://github.com/umr-lops/xsar_slc
```

# usage
```python
import xsarslc
```
