Metadata-Version: 2.1
Name: grdwindinversion
Version: 0.2.0
Summary: Package to perform Wind inversion from GRD Level-1 SAR images
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
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

================
grdwindinversion
================


.. image:: https://img.shields.io/pypi/v/grdwindinversion.svg
        :target: https://pypi.python.org/pypi/grdwindinversion

.. image:: https://img.shields.io/travis/agrouaze/grdwindinversion.svg
        :target: https://travis-ci.com/agrouaze/grdwindinversion

.. image:: https://readthedocs.org/projects/grdwindinversion/badge/?version=latest
        :target: https://grdwindinversion.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




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


* Free software: MIT license
* Documentation: https://grdwindinversion.readthedocs.io.


Features
--------

This Python library (based on `xarray`) allows to perform wind inversion from level-1 GRD (compressed magnitude image) or SLC (I and Q complexe image in slant range).


Credits
-------

This package was created with Cookiecutter_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter

