Metadata-Version: 2.4
Name: grdwindinversion
Version: 1.0.3
Summary: Package to perform Wind inversion from GRD Level-1 SAR images
Author-email: Antoine Grouazel <antoine.grouazel@ifremer.fr>
License: MIT
Keywords: xarray,earth-observation,remote-sensing,satellite-imagery,Sentinel-1,RCM,RadarSat2,sar,synthetic-aperture-radar
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: xsar
Requires-Dist: xsarsea
Requires-Dist: xarray
Requires-Dist: xarray-datatree
Requires-Dist: pyyaml
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: fsspec
Requires-Dist: aiohttp
Requires-Dist: xmlschema==3.4.3
Dynamic: license-file


[![Python Version](https://img.shields.io/pypi/pyversions/grdwindinversion.svg)](https://pypi.org/project/grdwindinversion/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/umr-lops/grdwindinversion/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)

Package to perform Wind inversion from GRD Level-1 SAR images

-   Free software: MIT license
-   Documentation: https://cerweb.ifremer.fr/datarmor/doc_sphinx/grdwindinversion/index.html.

## Usage

```python

   SAR_L1-to-L2_wind_processor -h
   usage: SAR_L1-to-L2_wind_processor [-h] --input_file INPUT_FILE [--config_file CONFIG_FILE] --outputdir OUTPUTDIR [--verbose] [--overwrite]

   Perform inversion from S1(L1-GRD) SAFE, L1-RCM, L1-RS2 ; using xsar/xsarsea tools

   options:
     -h, --help            show this help message and exit
     --input_file INPUT_FILE
                           input file path
     --config_file CONFIG_FILE
                           config file path [if not provided will take config file based on input file]
     --outputdir OUTPUTDIR
     --verbose
     --overwrite           overwrite existing .nc files [default is False]
```

## Features

This Python library (based on `xarray`) allows to perform wind inversion from level-1 GRD (projected magnitude image).
Mission supported:

-   Sentinel-1
-   RCM
-   RadarSat-2
