v2.1.5
Release V2.1.5
General Changes:
- Added GitHub Issue Template for requesting new features and feature enhancements. Commit
- Added Git Action to validate Terraform code that is updated in a given PR. Commit
- Added utility script for fulfilling schism data requests
Source/Visualizations/aws_loosa/utils/schism_data_request.py
. PR - Added pagination to viz cache archiving script. PR
General Processing Pipelines:
- Converted remaining pipeline processing from Viz EC2 machine to Step/Lambda Functions. PR 1 PR 2 PR 3
- Improved monitoring and transparency for troubleshooting issues.
RFC Max Forecast Service:
- Now processed completely in viz-pipeline using DB queries against WRDS location and rfcfcst databaes (as opposed to the entry point being the viz-wrds-api-handler Lambda that pings the WRDS API). PR
- Updated to include flow-only gages.
- Field renames:
- usgs_sitecode to usgs_site_code
- initial_stage to initial_value
- initial_stage_timestep to initial_value_timestep
- min_stage to min_value
- min_stage_timestep to min_value_timestep
- max_stage to max_value
- max_stage_timestep to max_value_timestep
- record_forecast to is_record_forecast
- New fields:
- initial_flood_value
- initial_flood_value_timestep
- initial_flood_status
RnR Processing:
- Now based directly on RFC Max Forecast service table (publish.rfc_max_forecast). PR
- NRLDB rating curves now used in addition to USGS rating curves to convert stage forecasts to flow.
RFC 5-Day Max Streamflow Service:
- Bugfix: Flood status at gage sites now completely in-sync with RFC Max Forecast service. PR
- New field: rating_curve_source
ANA Anomaly Service:
- Bugfix: Solved issue where processing pipelines were running out of storage space during large weather events. PR
High Water Probability Services:
- Bugfix: Fixed calculation that was suppose to be returning a percentage but was instead returning the decimal form. PR
Full Changelog: v2.1.4...v2.1.5