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:
See also
fetch_mas_dataFetch 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()