hydromodpy.data.common.custom_grid_loader#

Common loaders for custom gridded data (NetCDF and GeoTIFF).

Functions

load_custom_nc(path, *, variable, unit[, ...])

Load a custom NetCDF file as FieldRecord(s) converted to unit.

load_custom_tif(path, *, variable, unit[, ...])

Load a custom GeoTIFF as a static FieldRecord converted to unit.