:py:mod:`digger.utils.tt3tools` =============================== .. py:module:: digger.utils.tt3tools .. autodoc2-docstring:: digger.utils.tt3tools :allowtitles: Module Contents --------------- Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`tif2tt3 ` - .. autodoc2-docstring:: digger.utils.tt3tools.tif2tt3 :summary: * - :py:obj:`rasterio2tt3 ` - .. autodoc2-docstring:: digger.utils.tt3tools.rasterio2tt3 :summary: API ~~~ .. py:function:: tif2tt3(inpath: str, outpath: str, band: int = 1, strformat: str = '%7.5e', nanerror=True, nodata: float = -9999.0) -> None :canonical: digger.utils.tt3tools.tif2tt3 .. autodoc2-docstring:: digger.utils.tt3tools.tif2tt3 .. py:function:: rasterio2tt3(array: numpy.ndarray, transform: rasterio.Affine, outpath: str, nodata: float = -9999.0, strformat: str = '%7.5e', nanerror: bool = True) -> None :canonical: digger.utils.tt3tools.rasterio2tt3 .. autodoc2-docstring:: digger.utils.tt3tools.rasterio2tt3