xarray.Dataset.argo.datamode.split

xarray.Dataset.argo.datamode.split#

Dataset.argo.datamode.split() Dataset#

Convert PARAMETER_DATA_MODE(N_PROF, N_PARAM) into several <PARAM>_DATA_MODE(N_PROF) variables

Using the list of PARAM found in STATION_PARAMETERS, this method will create N_PARAM new variables in the dataset <PARAM>_DATA_MODE(N_PROF).

The variable PARAMETER_DATA_MODE is drop from the dataset at the end of the process.

Return type:

xarray.Dataset