Install
openclaw skills install @ruiduobao/gpm-downloadDownload daily GPM IMERG Late Run precipitation data from NASA GES DISC with customizable date range, bounding box, and variables in HDF5 format.
openclaw skills install @ruiduobao/gpm-downloadDownload GPM IMERG (Global Precipitation Measurement) precipitation data from NASA GES DISC.
This skill downloads GPM IMERG Late Run (GPM_3IMERGDL) daily precipitation data at 0.1° resolution from NASA's Goddard Earth Sciences Data and Information Services Center (GES DISC). Data is freely available via direct HTTPS download.
https://gpmweb2.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGDL.07/YYYY/MM/python gpm-download.py \
--start-date 2024-01-01 \
--end-date 2024-01-31 \
--bbox 116.0 39.0 117.0 40.0
python gpm-download.py \
--start-date 2024-01-01 \
--end-date 2024-01-31 \
--bbox 116.0 39.0 117.0 40.0 \
--download \
--output-dir ./gpm_data
python gpm-download.py \
--start-date 2024-01-01 \
--end-date 2024-01-31 \
--variables precipitation precipitationCal \
--download
python gpm-download.py \
--start-date 2024-01-01 \
--end-date 2024-01-31 \
--output-format json
| Argument | Description | Default |
|---|---|---|
--start-date | Start date (YYYY-MM-DD) | Required |
--end-date | End date (YYYY-MM-DD) | Required |
--bbox | Bounding box (minLon minLat maxLon maxLat) | Global |
--variables | Variables to download | precipitation |
--download | Trigger download | False (search only) |
--output-dir | Download directory | ./gpm_data |
--output-format | Output format (text/json) | text |
--no-progress | Disable progress bar | False |
--quiet | Suppress progress output | False |
--list-variables | List available variables | - |
When this script runs, it sends:
MIT-0. GPM data © NASA (public domain).