Add precip bucket accumulation plots
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Describe the New Feature
UPP outputs total (runtime) accumulations, no buckets (e.g. 1-hour or 6-hour accumulations). Add code to derive these fields. To avoid too many issues with data availability, could start by automatically plotting bucket accumulation based on output frequency only. E.g. use runtime fields to compute hourly buckets if output freq is 3600sec. Create plot on GUI for these derived fields as well.
Acceptance Testing
UPP grib2 output files will be used to compute these derived fields, along with output_frequency from user interface parameters. New derived fields should contain bucket accumulations according to output frequency.
Time Estimate
3-5 days
Sub-Issues
Consider breaking the new feature down into sub-issues.
- Create code for computing the derived fields
- Create plotting for the derived fields
Relevant Deadlines
N/A
Define the Metadata
Assignee
- Select engineer(s) or no engineer required
- Select scientist(s) or no scientist required
Labels
- Select component(s)
- Select priority
Projects and Milestone
- Select Project
- Select Milestone as the next official version or Backlog of Development Ideas
New Feature Checklist
- Complete the issue definition above, including the Time Estimate and Funding source.
- Fork this repository or create a branch of develop.
Branch name:feature_<Issue Number>/<Description> - Complete the development and test your changes.
- Add/update log messages for easier debugging.
- Add/update tests.
- Add/update documentation.
- Push local changes to GitHub.
- Submit a pull request to merge into develop.
Pull request:feature <Issue Number> <Description> - Define the pull request metadata, as permissions allow.
Select: Reviewer(s), Project, and Development issue
Select: Milestone as the next official version - Iterate until the reviewer(s) accept and merge your changes.
- Delete your fork or branch.
- Close this issue.
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.
Research direction
Start by locating the UPP GRIB2 output handling, the output_frequency user-interface parameters, and the GUI plotting code. Determine how runtime precipitation fields are represented, then implement derived bucket accumulations and expose them to the plot view. Done means UPP GRIB2 files and the configured output frequency produce bucket fields that can be plotted.
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
- 38/100