clouddrift.adapters.subsurface_floats.to_raggedarray#
- clouddrift.adapters.subsurface_floats.to_raggedarray(tmp_path: str | None = None, skip_download: bool = False) RaggedArray[source]#
Convert the subsurface floats dataset to a RaggedArray instance.
Parameters#
- tmp_pathstr, optional
Path where the dataset file is cached. Defaults to a platform-specific temporary directory.
- skip_downloadbool, optional
If True, skip re-downloading the dataset file if it already exists in
tmp_path. Default is False.
Returns#
- RaggedArray
Subsurface float trajectories as a ragged array.