https://github.com/umr-lops/xsarsea
scientific functions to compute radar or geophysical parameters from satellite images over ocean
https://github.com/umr-lops/xsarsea
dask datatree ocean ocean-sciences oceanography python radar research science waves winds xarray
Last synced: 5 months ago
JSON representation
scientific functions to compute radar or geophysical parameters from satellite images over ocean
- Host: GitHub
- URL: https://github.com/umr-lops/xsarsea
- Owner: umr-lops
- License: mit
- Created: 2021-04-29T07:36:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T14:12:44.000Z (6 months ago)
- Last Synced: 2025-12-20T04:53:17.503Z (6 months ago)
- Topics: dask, datatree, ocean, ocean-sciences, oceanography, python, radar, research, science, waves, winds, xarray
- Language: Python
- Homepage: https://cerweb.ifremer.fr/datarmor/doc_sphinx/xsarsea/
- Size: 4.19 MB
- Stars: 11
- Watchers: 3
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
xsarsea
#######
.. image:: https://img.shields.io/pypi/v/xsarsea.svg
:target: https://pypi.python.org/pypi/xsarsea
.. image:: https://readthedocs.org/projects/xsarsea/badge/?version=latest
:target: https://xsarsea.readthedocs.io/en/latest/?version=latest
:alt: Documentation Status
CMOD, sigma0 detrend, and others sar processing tools over ocean.
Installation
------------
`xsarsea` is supposed to use [xsar](https://github.com/umr-lops/xsar) objects to map SAR products into `xarray` Datasets.
now you can install xsarsea
.. code-block:: bash
conda activate xsar
for user:
_________
.. code-block:: bash
pip install git+https://github.com/umr-lops/xsarsea.git
for development:
________________
.. code-block:: bash
pip install git+https://github.com/umr-lops/xsarsea.git
cd xsarsea
pip install -r requirements.txt
pip install -e .
Documentation and examples
--------------------------
https://cerweb.ifremer.fr/datarmor/doc_sphinx/xsarsea/