clouddrift.adapters.glad.to_raggedarray

Contents

clouddrift.adapters.glad.to_raggedarray#

clouddrift.adapters.glad.to_raggedarray(version: Literal['raw', 'qc1', 'qc2'] = 'qc2') RaggedArray[source]#

Return a GLAD dataset version as a RaggedArray instance.

Parameters#

versionGLAD_VERSIONS, optional

Version of the GLAD dataset to retrieve. One of “raw”, “qc1”, “qc2”. Default is “qc2”.

Returns#

RaggedArray

GLAD dataset as a ragged array.