fetch_emission_tables

fetch_emission_tables#

fetch_emission_tables()#

Fetch every emission table file within the registry.

Downloads all files in the fetcher registry residing in the path: emission tables/

Parameters:
None
Returns:
filepathslist[Path]

Cached paths of every downloaded file, in registry order.

See also

fetch_mas_data

Fetch a targeted subset of MAS field output.

Notes

This downloads the all of the data in the emission_tables collection.

Examples

>>> from psi_data import fetch_emission_tables
>>> paths = fetch_emission_tables()