hydromodpy.physics.hydrology.pyhelp.preprocessing.io#

This module manages the PyHELP inputs and outputs (io): - inputs preparation (grid + climate CSVs) - ready CSV normalization - raster mapping utilities (DEM grid / lonlat->rowcol) - NetCDF export (sparse & chunked writes)

Functions

build_pyhelp_climate_csvs_from_nc(*, ...[, ...])

expected_grid_rows_from_dem(dem_path, shp)

export_daily_outputs_to_netcdf(*, workdir, ...)

Export daily HELP outputs to a raster NetCDF

load_dem_grid(dem_path)

lonlat_to_rowcol(grid, lon, lat)

make_pyhelp_inputs(grid_base, dem, shp, ...)

nc_to_pyhelp_csv(nc_path, var, out_csv)

NetCDF (time, y, x) -> PyHELP climatic CSV:

resample_dem(dem[, resolution, ...])

Classes

RasterGrid(*, height, width, transform, crs)