pybispectra.utils.get_example_data_paths#

pybispectra.utils.get_example_data_paths(name: str, verbose: bool = False) str[source]#

Return the path to the requested example data.

Parameters:
namestr

Name of the example data.

verbosebool (default False)

Whether or not to report the download progress (if the file is not already cached).

Returns:
pathstr

Path to the example data.

Notes

If the file is not found in the local cache (see pooch.os_cache() for the location), it will be downloaded automatically.