Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def values(self):
"""
Property to access the values key of the GRIB file as a numpy
array.
:rtype: numpy.ndarray
"""
return metview.values(self)