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:
- Returns:
- path
str Path to the example data.
- path
Notes
If the file is not found in the local cache (see
pooch.os_cache()for the location), it will be downloaded automatically.