clouddrift.adapters.laser.to_raggedarray

Contents

clouddrift.adapters.laser.to_raggedarray#

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

Return the LASER dataset as a RaggedArray instance.

Parameters#

tmp_pathstr, optional

Temporary path where intermediary files are stored. If None, uses the default LASER adapter temp path.

skip_downloadbool, optional

If True, skip re-downloading the archive if it already exists in tmp_path. Default is False.