﻿pytuflow.NCGrid
===============

.. currentmodule:: pytuflow

.. autoclass:: NCGrid
   :exclude-members: __init__
   :show-inheritance:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
      :toctree:
      :nosignatures:
   
      ~NCGrid.close
      ~NCGrid.data_point
      ~NCGrid.data_types
      ~NCGrid.flux
      ~NCGrid.flux_integral
      ~NCGrid.load_into_memory
      ~NCGrid.maximum
      ~NCGrid.minimum
      ~NCGrid.open_reader
      ~NCGrid.section
      ~NCGrid.surface
      ~NCGrid.time_series
      ~NCGrid.times
      ~NCGrid.to_mesh
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
      :toctree:
   
      ~NCGrid.ATTRIBUTE_TYPES
      ~NCGrid.DOMAIN_TYPES
      ~NCGrid.GEOMETRY_TYPES
      ~NCGrid.ID_COLUMNS
      ~NCGrid.dx
      ~NCGrid.dy
      ~NCGrid.ncol
      ~NCGrid.no_data_value
      ~NCGrid.nrow
      ~NCGrid.ox
      ~NCGrid.oy
      ~NCGrid.time_units
      ~NCGrid.name
      ~NCGrid.has_reference_time
      ~NCGrid.reference_time
   
   