RainfallGridder

RainfallGridder

Interpolate rain gauge data onto regular grids

Made by humans Open Source GPL v3 License UV Ruff Version
Getting Started

A collection of tutorials for setting up and using RainfallGridder.

usage.html
Issues

Use this link you need to report any bugs or request new features.

https://codeberg.org/CEH-HOTDOG/RainfallGridder/issues
More FDRI projects

Learn more about the UK’s Floods & Droughts Research Infrastructure Project.

https://codeberg.org/CEH-HOTDOG

What is RainfallGridder?

RainfallGridder provides a user-friendly processing pipeline for generating gridded rainfall data. It is motivated by the need to make workflows for generating high-resolution gridded rainfall data products more open and extendable. It will be deployed to generate CEH-GEAR 15 min (an extension of the CEH-GEAR 1h product developed out of UKCEH). RainfallGridder is built on top of Polars, which handles efficient DataFrame processes (like Pandas, but quicker).

The original methodology for CEH-GEAR 1h forms the outline of the pipeline this package provides. That is a 4-step procedure for:
  1. Preparing your rain gauge data for gridding (combining duplicates by location).

  2. Quality controlling rain gauge data with RainfallQC and the IntenseQC rulebase.

  3. Correlating values daily sums of rain gauges to nearest daily gridded rainfall.

  4. Generating grids using nearest-neighbour interpolation.

Community

Developed at UKCEH, welcoming community engagement and contributions.

License

This project is licensed under the GNU GPL v3.0.