You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
);
The text was updated successfully, but these errors were encountered:
...\viz_publish_service\services\reference\static_bridge_centroids_noaa.yml
Remove Unneeded Services
Have duplicate Image Services on regular server (Prod Only) (Note its just the depth coastal services, not extent)
Don't need a Public Version (Prod Only)
Are not public and need non "_noaa" services removed
Renamed services
Notes
Code for adding dummy data to services in the past
The text was updated successfully, but these errors were encountered: