clouddrift.adapters.yomaha

Contents

clouddrift.adapters.yomaha#

This module defines functions used to adapt the YoMaHa’07: Velocity data assessed from trajectories of Argo floats at parking level and at the sea surface as a ragged-arrays dataset.

The dataset is hosted at http://apdrc.soest.hawaii.edu/projects/yomaha/ and the user manual is available at http://apdrc.soest.hawaii.edu/projects/yomaha/yomaha07/YoMaHa070612.pdf.

Example#

>>> from clouddrift.adapters import yomaha
>>> ds = yomaha.to_xarray()

Reference#

Lebedev, K. V., Yoshinari, H., Maximenko, N. A., & Hacker, P. W. (2007). Velocity data assessed from trajectories of Argo floats at parking level and at the sea surface. IPRC Technical Note, 4(2), 1-16.

Functions

download(tmp_path)

to_xarray([tmp_path])