:py:mod:`digger.make.polyhedron` ================================ .. py:module:: digger.make.polyhedron .. autodoc2-docstring:: digger.make.polyhedron :allowtitles: Module Contents --------------- Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`polyhedron ` - .. autodoc2-docstring:: digger.make.polyhedron.polyhedron :summary: API ~~~ .. py:function:: polyhedron(topo_path: str, mask_path: str, planes: list = [], sense: str = 'subtract', mask_to_water: bool = True, topo_flag: bool = True, sea_level: float = 0.0, b_prefix: str = 'b', q1_prefix: str = 'q1', eta_prefix: str = 'eta', 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 = 'polyhedron.png') -> None :canonical: digger.make.polyhedron.polyhedron .. autodoc2-docstring:: digger.make.polyhedron.polyhedron