:py:mod:`digger.make.lake` ========================== .. py:module:: digger.make.lake .. autodoc2-docstring:: digger.make.lake :allowtitles: Module Contents --------------- Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`lake ` - .. autodoc2-docstring:: digger.make.lake.lake :summary: API ~~~ .. py:function:: lake(topo_path: str, lake_contour_path: str, depth_field: str, depth_sense: int = -1.0, depth_unit_convert: float = 1.0, average_lake_surface_height: bool = True, lake_surface_height: float | None = None, b_prefix: str = 'b_lake', eta_prefix: str = 'eta_lake', west: float | None = None, south: float | None = None, east: float | None = None, north: float | None = None, write_tif: bool = True, write_tt3: bool = False, fig_path: str = 'lake.png') :canonical: digger.make.lake.lake .. autodoc2-docstring:: digger.make.lake.lake