hestia_earth.utils.lookup.load_lookup

hestia_earth.utils.lookup.load_lookup(filename)[source]

Import lookup table as csv file into a numpy.recarray.

Parameters

filename (str) – The name of the file.

Returns

The numpy.recarray converted from the csv content.

Return type

numpy.recarray