Skip to content

Hydro Fetch

Retrieve and process hydrologic datasets including MRMS radar rainfall and AORC precipitation data.

Template update workflow

This project was generated from copier-python-template. Template improvements can be pulled in at any time:

copier update --skip-tasks

The diagram below shows how the template ecosystem works:

flowchart LR
    T[copier-python-template] -->|copier copy| P[new project]
    P -->|local customization| P2[customized project]
    T -->|template improvement| T2[updated template]
    T2 -->|copier update| P2