Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.1.8 Fixes #1052

Open
23 of 43 tasks
nickchadwick-noaa opened this issue Jan 21, 2025 · 0 comments
Open
23 of 43 tasks

V2.1.8 Fixes #1052

nickchadwick-noaa opened this issue Jan 21, 2025 · 0 comments
Assignees
Milestone

Comments

@nickchadwick-noaa
Copy link
Collaborator

nickchadwick-noaa commented Jan 21, 2025

  • Alaska AEP FIM Service
  • Republish all services that had their Service Descriptions changed.
  • Publish AK Catfim Service
  • Dummy Data table needs to be added for the following:
    • rfc/rfc_max_forecast "Record Forecasts"
    • nwm/srf_48hr_rapid_onset_flooding_hi_noaa "48 Hours - NWM Waterway Length Flooded"
    • nwm/srf_48hr_rapid_onset_flooding_prvi_noaa "48 Hours - NWM Waterway Length Flooded"
  • NWM Streamflow Analysis AK - Feature drawing order not set, Stream order 1 should draw on bottom; with stream order 10 on top.
  • Remove the work "streamflow" below "Discharge (cfs)" in Streamflow Analysis AK Legend
  • HUC Sublayer missing with NWM 15 Hour ROF AK
  • AK ROF 15 Hour Service replace "flood_start_hour_ in the legend for arrival time sublayer
  • NWM GFS 10 Day Rapid Onset Flooding AK
    • NWM Version attribute in the duration sublayer missing a field alias
    • Replace "flood_start_hour" in the leged for arrival time sublayer with "Rapid Onset Flooding Arrival Time"
    • Replace "flood length" in the legend for the duration sublayer with "Flood Duration"
    • Replace "nwm_waterway_length_flooded_percent" in the legend for the HUC Sublayer with "Waterway Length Flooded"
  • NWM NBM 10 Day Rapid Onset Flooding AK
    • NWM Version attribute in the duration sublayer missing a field alias
    • Replace "flood_start_hour" in the leged for arrival time sublayer with "Rapid Onset Flooding Arrival Time"
    • Replace "flood length" in the legend for the duration sublayer with "Flood Duration"
    • Replace "nwm_waterway_length_flooded_percent" in the legend for the HUC Sublayer with "Waterway Length Flooded"
  • Fix ...\viz_publish_service\services\reference\static_bridge_centroids_noaa.yml
  • RAS2FIM not showing up anywhere

Remove Unneeded Services

Have duplicate Image Services on regular server (Prod Only) (Note its just the depth coastal services, not extent)

  • ana_coastal_inundation_depth_hi_noaa
  • ana_coastal_inundation_depth_noaa
  • ana_coastal_inundation_depth_prvi_noaa
  • ana_past_24_hour_snow_melt_noaa
  • ana_snow_depth_noaa
  • mrf_gfs_10day_max_coastal_inundation_depth_noaa
  • mrf_nbm_10day_max_coastal_inundation_depth_noaa
  • srf_18hr_max_coastal_inundation_depth_noaa
  • srf_48hr_max_coastal_inundation_depth_hi_noaa
  • srf_48hr_max_coastal_inundation_depth_prvi_noaa

Don't need a Public Version (Prod Only)

  • static_flow_based_catfim

Are not public and need non "_noaa" services removed

  • mrf_nbm_10day_high_water_arrival_time
  • mrf_nbm_10day_rapid_onset_flooding
  • mrf_nbm_10day_max_high_flow_magnitude

Renamed services

  • mrf_gfs_10day_peak_flow_arrival_time_alaska_noaa
  • mrf_nbm_10day_peak_flow_arrival_time_alaska_noaa
  • srf_15hr_high_water_arrival_time_alaska_noaa
  • srf_15hr_max_high_flow_magnitude_alaska_noaa
  • srf_15hr_peak_flow_arrival_time_alaska_noaa
  • srf_15hr_rapid_onset_flooding_alaska_noaa

Notes

Code for adding dummy data to services in the past

INSERT INTO {publish_table} (
    reference_time, 
    update_time
) VALUES (
    to_char('1900-01-01 00:00:00'::timestamp without time zone, 'YYYY-MM-DD HH24:MI:SS UTC'), 
    to_char(now()::timestamp without time zone, 'YYYY-MM-DD HH24:MI:SS UTC')
);
@nickchadwick-noaa nickchadwick-noaa added this to the V2.1.8 milestone Jan 21, 2025
shawncrawley added a commit that referenced this issue Jan 24, 2025
shawncrawley added a commit that referenced this issue Jan 31, 2025
Refs #1052
Slips in drawing order change for conus streamflow as well.
shawncrawley added a commit that referenced this issue Jan 31, 2025
shawncrawley added a commit that referenced this issue Jan 31, 2025
shawncrawley added a commit that referenced this issue Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants