Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 215 Bytes

variables.rst

File metadata and controls

13 lines (8 loc) · 215 Bytes

variables

..  py:function:: variables(nc)

    Returns the variable names from ``nc``.

    :param nc: input NetCDF
    :type nc: :class:`NetCDF`
    :rtype: list of str


.. mv-minigallery:: variables