input.converter_functions.EOBS_to_CF#
- EOBS_to_CF(ds: Dataset) Dataset [source]#
Convert a xarray with raw EOBS data to a ValensPy compliant xarray Dataset.
Rename latitude and longitude coordinates to lat and lon, respectively.
- Parameters:
ds (xr.Dataset) – The xarray Dataset of EOBS observations to convert
- Returns:
The CF compliant EOBS observations for the specified variable.
- Return type:
Dataset