value ========== .. py:function:: value(nc, index) Returns the value at position ``index`` of the current NetCDF variable from ``nc``. :param nc: input NetCDF :type nc: :class:`NetCDF` :param index: value index (zero-based) :type index: number :rtype: number, str or datetime.datetime .. mv-minigallery:: value