glidertools.load.voto_concat_datasets

glidertools.load.voto_concat_datasets(datasets)

Concatenates multiple datasets along the time dimensions, profile_num and dives variable(s) are adapted so that they start counting from one for the first dataset and monotonically increase.

Parameters:

datasets (list of xarray.Datasets)

Returns:

concatenated Dataset containing all the data from the list of datasets

Return type:

xarray.Dataset