argopy.xarray.ArgoAccessor.profile2point#
- ArgoAccessor.profile2point() Dataset[source]#
Transform a collection of profiles to a collection of points
A “point” is a location with unique (N_PROF, N_LEVELS) indexes
A “profile” is a collection of points with an unique UID based on WMO, CYCLE_NUMBER and DIRECTION
Note that this method will systematically apply the
datamode.split()method.- Return type:
xr.Dataset
Warning
This method will remove any variable that is not with dimensions (N_PROF,) or (N_PROF, N_LEVELS)
See also