fetch_misc

Contents

fetch_misc#

fetch_misc()#

Fetch every file within the “misc” folder of the registry.

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 misc collection.

Examples

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