Area average plots
Open
enhancement
R2O Trials
- Dominant language
- Python
- Stars
- 33
- Forks
- 19
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 30
Description
### What problem does your feature request solve?
Generates area-weighted averages of a field over a defined region, as is available in the UK trialling branch of the RES toolbox.
### Describe the solution you'd like
A clear process to calculating area average for a model. A provisional process could be as follows:
- Identify region
- Read model field
- Mask to region (if required)
- Remove missing data
- Apply area weighting
- Compute the mean
- Plot
Observations should be an option for the plots once available, see #403.
### Describe alternatives you've considered
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.