Cell mean value plots
- Dominant language
- Python
- Stars
- 33
- Forks
- 19
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 30
Description
### What problem does your feature request solve?
Create cell mean value plots which take the mean of values within all cells over a domain.
RES has thresholds for these at 0.5, 1, 2, 4, 8, 16, 32, 64, 128 mm (for precip).
### Describe the solution you'd like
A provisional plan:
- Identify region
- Read model field
- Mask to region (if needed)
- Remove missing data
- Calculate cell centre
- Compute the mean of all cells
- Plot
Observations should be an option for the plots once available, see #403.
_Note:_ In the RES this is currently only done for precipitation.
### Describe alternatives you've considered
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by locating the existing region and model-field plotting workflow, then trace how masking, missing values, cell centres, and aggregation are handled. Done means a cell-mean plot supports the described workflow, precipitation thresholds, and an observations option coordinated with #403.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100