Provides utility functions for accessing data repository for wradlib examples/notebooks
Project description
wradlib-data
wradlib example data
This repository contains example data used by notebooks/examples from wradlib/wradlib.
Installing
We've moved the repository to use pooch for downloading and caching wradlib-data files locally. Please adapt your workflows.
-
Ensure the
wradlib_datapackage is installed in your environment$ python -m pip install wradlib-data # or $ python -m pip install git+https://github.com/wradlib/wradlib-data@pooch
-
Import
DATASETSand inspect the registry to find out which datasets are availableIn [1]: from wradlib_data import DATASETS In [2]: DATASETS.registry_files Out[2]: ['dx/raa00-dx_10908-0806021655-fbg---bin.gz', ... 'trmm/2A-RW-BRS.TRMM.PR.2A25.20100206-S111422-E111519.069662.7.HDF']
-
To fetch a data file of interest, use the
.fetchmethod and provide the filename of the data file. This will- download and cache the file if it doesn't exist already.
- retrieve and return the local path.
In [1]: from wradlib_data import DATASETS In [2]: filepath = DATASETS.fetch("furuno/0080_20210730_160000_01_02.scn.gz") Out[2]: Downloading file 'dx/raa00-dx_10908-0806021655-fbg---bin.gz' from 'https://github.com/wradlib/wradlib-data/raw/main/data/dx/raa00-dx_10908-0806021655-fbg---bin.gz' to '/user/kmuehlbauer/.cache/wradlib-data'.
-
The datasets will be retrieved to your standard system cache-folder. To specify the location please set WRADLIB_DATA environment variable to the wanted path.
- Linux:
$ export WRADLIB_DATA=/path/to/wradlib-data
- Windows:
set WRADLIB_DATA C:\path\to\wradlib-data # or setx WRADLIB_DATA C:\path\to\wradlib-data
- Linux:
Usage
The provided data is used in wradlib notebooks and examples.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wradlib_data-0.13.0.tar.gz.
File metadata
- Download URL: wradlib_data-0.13.0.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8aa55e511f917fa9246d0328fc3c7f58fa1900dda67098fa45456c93cb76816
|
|
| MD5 |
43d25d922d5c199a049c21b477a33443
|
|
| BLAKE2b-256 |
c299c6ee4a5737f24fb8218a3df4118f181a296f8e2dd09eab91b1ad96a1c73f
|
File details
Details for the file wradlib_data-0.13.0-py3-none-any.whl.
File metadata
- Download URL: wradlib_data-0.13.0-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
875080e8bf48f76a0529a913f6f536994f35925cc52320662ee06d936d5fa4db
|
|
| MD5 |
0a7b58784ca6456dbfe67bb069f8429b
|
|
| BLAKE2b-256 |
b0f62f97953d41a70a26d11f546d6f70491cd3cdf1672f01744335cff09f82d5
|