hydro¶
Subpackages¶
Submodules¶
Functions¶
|
|
|
Loads the data from filename_or_obj and returns a xr.Dataset with the CCHDO |
Package Contents¶
- hydro.read_csv(filename_or_obj, *, fill_values=('-999',), ftype=FileType.BOTTLE, checks=None, precision_source='file')[source]¶
- Parameters:
filename_or_obj (ExchangeIO)
ftype (FileType | FileTypes)
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: