clouddrift.datasets.andro

Contents

clouddrift.datasets.andro#

clouddrift.datasets.andro(decode_times: bool = True) Dataset[source]#

Returns the ANDRO as a ragged array Xarray dataset.

The function will first look for the ragged-array dataset on the local filesystem. If it is not found, the dataset will be downloaded using the corresponding adapter function and stored for later access. The upstream data is available at https://www.seanoe.org/data/00360/47077/.

Parameters#

decode_timesbool, optional

If True, decode the time coordinate into a datetime object. If False, the time coordinate will be an int64 or float64 array of increments since the origin time indicated in the units attribute. Default is True.

Returns#

xarray.Dataset

ANDRO dataset as a ragged array

Examples#

>>> from clouddrift.datasets import andro
>>> ds = andro()
>>> ds
<xarray.Dataset> Size: 110MB
Dimensions:     (obs: 510630, traj: 3344)
Coordinates:
    time_d      (obs) datetime64[ns] 4MB ...
    time_s      (obs) datetime64[ns] 4MB ...
    time_lp     (obs) datetime64[ns] 4MB ...
    time_lc     (obs) datetime64[ns] 4MB ...
    id          (traj) float32 13kB ...
Dimensions without coordinates: obs, traj
Data variables: (12/33)
    lon_d       (obs) float64 4MB ...
    lat_d       (obs) float64 4MB ...
    pres_d      (obs) float32 2MB ...
    temp_d      (obs) float32 2MB ...
    sal_d       (obs) float32 2MB ...
    ve_d        (obs) float32 2MB ...
    ...          ...
    lon_lc      (obs) float64 4MB ...
    lat_lc      (obs) float64 4MB ...
    surf_fix    (obs) float32 2MB ...
    cycle       (obs) float32 2MB ...
    profile_id  (obs) float32 2MB ...
    rowsize     (traj) int64 27kB ...
Attributes:
    title:           ANDRO: An Argo-based deep displacement dataset (Quality ...
    history:         Dataset updated on 2024-03-25
    date_created:    2024-07-02T12:11:50.643492
    publisher_name:  SEANOE (SEA scieNtific Open data Edition)
    publisher_url:   https://www.seanoe.org/data/00360/47077/
    license:         Creative Commons Attribution 4.0 International License (...

Reference#

Ollitrault Michel, Rannou Philippe, Brion Emilie, Cabanes Cecile, Piron Anne, Reverdin Gilles, Kolodziejczyk Nicolas (2022). ANDRO: An Argo-based deep displacement dataset. SEANOE. https://doi.org/10.17882/47077