From 1c6418e044fae2d734e2024fff24ab5e13c1f311 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Wed, 10 Dec 2025 08:32:03 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9C=20Added=20some=20more=20cl?= =?UTF-8?q?arity=20on=20the=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 85db07c..ba377a6 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # UK Met Office Rain Radar NIMROD Data Processor -This project provides tools for processing UK Met Office Rain Radar NIMROD image files. It allows extraction of raster data from NIMROD .dat format files and conversion to ESRI ASCII (.asc) format. It also allows the creation of timeseries data from the ASC files. +This project provides tools for processing UK Met Office Rain Radar NIMROD image files. It allows extraction of raster data from NIMROD .dat format files and conversion to ESRI ASCII (.asc) format. It also allows the creation of timeseries data from the ASC files, formatted for Infoworks ICM. ## Overview @@ -16,8 +16,8 @@ The project consists of a main pipeline workflow that processes multiple modules - Orchestrates the entire workflow pipeline - Processes DAT files to ASC format -- Generates timeseries data for specified locations -- Combines grouped CSV files into consolidated datasets +- Generates timeseries data for specified locations +- Combines grouped CSV files into consolidated datasets formatted for Infoworks ICM ### batch_nimrod.py