hestia_earth.utils.lookup.download_lookup

hestia_earth.utils.lookup.download_lookup(filename, keep_in_memory=True)[source]

Download lookup table from Hestia as csv into a numpy.recarray.

Parameters
  • filename (str) – The name on the file on the Hestia lookup repository.

  • keep_in_memory (bool) – Set to False if you do NOT want to store the file in memory for later use.

Returns

The numpy.recarray converted from the csv content.

Return type

numpy.recarray