API Reference
Hydro Fetch: Retrieve and process hydrologic datasets including MRMS radar rainfall and AORC precipitation data.
hello(name)
Return a greeting string.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
name
|
str
|
The name to greet. |
required |
Returns:
| Type | Description |
|---|---|
str
|
A greeting string. |
Source code in src/hydro_fetch/__init__.py
6 7 8 9 10 11 12 13 14 15 | |