docs: 📜 Added some more clarity on the readme

This commit is contained in:
2025-12-10 08:32:03 +00:00
parent 85deee7843
commit 1c6418e044
+2 -2
View File
@@ -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
@@ -17,7 +17,7 @@ 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
- Combines grouped CSV files into consolidated datasets formatted for Infoworks ICM
### batch_nimrod.py