Metadata-Version: 2.4
Name: xsarsea
Version: 2.0
Summary: Python xarray library to compute geophysical parameters (such as wind, waves or currents) from radar quantities
Author-email: Olivier Archer <olivier.archer@ifremer.fr>
License: MIT
Project-URL: homepage, https://github.com/umr-lops/xsarsea.readthedocs.io
Project-URL: documentation, https://xsarsea.readthedocs.io
Project-URL: repository, https://github.com/umr-lops/xsarsea
Project-URL: changelog, https://xsarsea.readthedocs.io/en/latest/changelog.html
Keywords: xarray,earth-observation,remote-sensing,satellite-imagery,ocean,wind,waves,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.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xarray>=2024.10.0
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: importlib-resources
Requires-Dist: fsspec
Requires-Dist: aiohttp
Requires-Dist: numba
Requires-Dist: scipy
Requires-Dist: pyyaml
Requires-Dist: typer
Requires-Dist: dask
Requires-Dist: matplotlib
Requires-Dist: h5netcdf
Provides-Extra: xsar
Requires-Dist: xsar; extra == "xsar"
Provides-Extra: rs2
Requires-Dist: xradarsat2; extra == "rs2"
Provides-Extra: rcm
Requires-Dist: xarray-safe-rcm; extra == "rcm"
Provides-Extra: s1
Requires-Dist: xarray-safe-s1; extra == "s1"
Dynamic: license-file
