Metadata-Version: 2.1
Name: widetrax
Version: 0.1.0
Summary: Computes the Power Spectrum density (PSD) from SWOT data
Author-email: Amine Ouhechou <amine.ouhechou@univ-grenoble-alpes.fr>, Julien Le Sommer <julien.lesommer@univ-grenoble-alpes.fr>
License: Apache-2.0
Keywords: PSD,SWOT,Vorticity,Strain
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cartopy
Requires-Dist: matplotlib
Requires-Dist: netCDF4
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: datetime
Requires-Dist: jax
Requires-Dist: jaxparrow

[![Documentation Status](https://readthedocs.org/projects/widetrax/badge/?version=latest)](https://widetrax.readthedocs.io/en/latest/?badge=latest)
![PyPI - Version](https://img.shields.io/pypi/v/widetrax)

# WideTrax
## Description

**widetrax** is a package for manipulating wide-swath altimetry ocean data.
It computes the power spectrum density (PSD) of Sea surface Height (SSH) for both phases/orbits of the SWOT mission.
**widetrax** provides easy-to-use functions that allow users to read SWOT data in both NetCDF and Zarr collections formats, clean and handle NaN values, perform interpolation, and compute the wave spectrum.


See the full [documentation](https://widetrax.readthedocs.io/en/latest/)!
