pyrregular.repository
Functions
|
|
|
|
|
|
Load a dataset from the online repository. |
- pyrregular.repository.download_dataset_from_huggingface(name, use_api_token=False, api_token=None, progressbar=True)[source]
- pyrregular.repository.load_dataset_from_huggingface_via_xarray(name: str, api_token: str | None = None) Dataset [source]
Load a dataset from the online repository.
- Parameters:
name (str) – The name of the dataset to load.
api_token (Optional[str]) – The API token to use for authentication.
- Returns:
A dataset loaded from Hugging Face.
- Return type:
xr.Dataset