iwfm.hdf5.hdf5ΒΆ

Typer subapp for IWFM HDF5 budget conversion commands.

The wrapped functions (hdf2bud_gw, hdf2bud_stream, hdf2xlsx_gw, hdf2xlsx_stream) all share the same conversion-factor signature, so the typer commands expose the same Options for unit overrides.

Functions

bud_diversions(hdf_file, output_file, ...)

Convert IWFM stream-diversions budget HDF5 to text format.

bud_gw(hdf_file, output_file, len_fact, ...)

Convert IWFM groundwater budget HDF5 to text format.

bud_lw(hdf_file, output_file, len_fact, ...)

Convert IWFM land/water-use budget HDF5 to text format.

bud_rz(hdf_file, output_file, len_fact, ...)

Convert IWFM root-zone budget HDF5 to text format.

bud_snodes(hdf_file, output_file, len_fact, ...)

Convert IWFM stream-nodes budget HDF5 to text format.

bud_stream(hdf_file, output_file, len_fact, ...)

Convert IWFM stream budget HDF5 to text format.

bud_swat(hdf_file, output_file, len_fact, ...)

Convert IWFM small-watersheds budget HDF5 to text format.

bud_unsat(hdf_file, output_file, len_fact, ...)

Convert IWFM unsaturated-zone budget HDF5 to text format.

xlsx_diversions(hdf_file, output_file, ...)

Convert IWFM stream-diversions budget HDF5 to Excel workbook.

xlsx_gw(hdf_file, output_file, len_fact, ...)

Convert IWFM groundwater budget HDF5 to Excel workbook.

xlsx_lw(hdf_file, output_file, len_fact, ...)

Convert IWFM land/water-use budget HDF5 to Excel workbook.

xlsx_rz(hdf_file, output_file, len_fact, ...)

Convert IWFM root-zone budget HDF5 to Excel workbook.

xlsx_snodes(hdf_file, output_file, len_fact, ...)

Convert IWFM stream-nodes budget HDF5 to Excel workbook.

xlsx_stream(hdf_file, output_file, len_fact, ...)

Convert IWFM stream budget HDF5 to Excel workbook.

xlsx_swat(hdf_file, output_file, len_fact, ...)

Convert IWFM small-watersheds budget HDF5 to Excel workbook.

xlsx_unsat(hdf_file, output_file, len_fact, ...)

Convert IWFM unsaturated-zone budget HDF5 to Excel workbook.

zbud_gw(hdf_file, zone_file, output_file, ...)

Convert IWFM groundwater zone-budget HDF5 to text format.

zxlsx_gw(hdf_file, zone_file, output_file, ...)

Convert IWFM groundwater zone-budget HDF5 to Excel workbook.