clouddrift.adapters.andro.to_raggedarray

Contents

clouddrift.adapters.andro.to_raggedarray#

clouddrift.adapters.andro.to_raggedarray(tmp_path: str | None = None, skip_download: bool = False) RaggedArray[source]#

Return the ANDRO dataset as 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.