hydro
#
Subpackages#
Submodules#
Package Contents#
Functions#
|
|
|
Loads the data from filename_or_obj and returns a xr.Dataset with the CCHDO |
- hydro.read_csv(filename_or_obj, *, ftype=FileType.BOTTLE, checks=None)[source]#
- Parameters:
filename_or_obj (ExchangeIO) –
ftype (FileType) –
checks (CheckOptions | None) –
- Return type:
- hydro.read_exchange(filename_or_obj, *, fill_values=('-999',), checks=None, precision_source='file', file_seperator=None, keep_seperator=True)[source]#
Loads the data from filename_or_obj and returns a xr.Dataset with the CCHDO CF/netCDF structure
- Parameters:
filename_or_obj (ExchangeIO) –
checks (CheckOptions | None) –
- Return type: