fix: 🚑️ Updated documentation and small tweaks to tidy up

This commit is contained in:
2025-12-09 18:23:17 +00:00
parent e4f8c2d502
commit 85deee7843
4 changed files with 12 additions and 17 deletions
-5
View File
@@ -9,7 +9,6 @@ The project consists of a main pipeline workflow that processes multiple modules
- `main.py`: Main pipeline orchestrator that calls on the modules as needed
- `batch_nimrod.py`: Module for batch processing multiple NIMROD files with configurable bounding boxes
- `generate_timeseries.py`: Module for extracting cropped rain data and creating rainfall timeseries
- `combine_timeseries.py`: Module for combining grouped timeseries CSVs into consolidated datasets
## Features
@@ -31,10 +30,6 @@ The project consists of a main pipeline workflow that processes multiple modules
- Extract cropped rain data based on specified locations
- Create rainfall timeseries CSVs for each location
- Parse datetime from filename and create proper datetime index
### combine_timeseries.py
- Combine multiple timeseries CSV files into grouped datasets
- Group locations by specified output groups
- Create consolidated CSV files for each group