credit.output_downscaling
=========================

.. py:module:: credit.output_downscaling

.. autoapi-nested-parse::

   output_downscaling.py
   -------------------------------------------------------
   Content:
       - OutputWrangler
       - OutputWriter



Attributes
----------

.. autoapisummary::

   credit.output_downscaling.logger


Classes
-------

.. autoapisummary::

   credit.output_downscaling.OutputWrangler
   credit.output_downscaling.OutputWriter


Module Contents
---------------

.. py:data:: logger

.. py:class:: OutputWrangler

   .. py:attribute:: dataset
      :type:  credit.datasets.downscaling_dataset.DownscalingDataset


   .. py:attribute:: templates
      :type:  Dict


   .. py:attribute:: output_dir
      :type:  str


   .. py:method:: __post_init__()


   .. py:method:: process(y_pred, dates, prefix=None)


.. py:class:: OutputWriter

   .. py:attribute:: template_path
      :type:  str


   .. py:attribute:: dim
      :type:  str
      :value: '2D'



   .. py:attribute:: variables
      :type:  credit.datasets.datamap.VarDict[str, List]
      :value: []



   .. py:attribute:: zstride
      :type:  int
      :value: 1



   .. py:attribute:: noop
      :type:  bool
      :value: False



   .. py:method:: __post_init__()


   .. py:method:: write(data, newtime, output_path)


