Skip to content

Commit

Permalink
Merge branch 'new-public-5day-services' into ti
Browse files Browse the repository at this point in the history
  • Loading branch information
nickchadwick-noaa committed Aug 15, 2024
2 parents 0be3abc + de6b38a commit df4d841
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 216 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ DROP TABLE IF EXISTS publish.mrf_nbm_5day_max_high_flow_magnitude_public;

SELECT
feature_id_str,
strm_order,
name,
huc6,
state,
nwm_vers,
channels.strm_order,
channels.name,
channels.huc6,
channels.state,
main.nwm_vers,
reference_time,
maxflow_5day_cfs,
recur_cat_5day,
Expand All @@ -17,7 +17,7 @@ SELECT
flow_25yr,
flow_50yr,
update_time,
geom
channels.geom
INTO publish.mrf_nbm_5day_max_high_flow_magnitude_public
FROM publish.mrf_nbm_10day_max_high_flow_magnitude AS main
JOIN derived.channels_conus AS channels ON main.feature_id = channels.feature_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ postprocess_sql:
target_table: publish.mrf_nbm_10day_max_high_flow_magnitude

product_summaries:
- sql_file: 5day_public_subset
- sql_file: 5day_public_subset
target_table:
- publish.mrf_nbm_5day_max_high_flow_magnitude_public

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fim_configs:
target_table: publish.mrf_nbm_max_inundation_10day

product_summaries:
- sql_file: 5day_public_subset
- sql_file: 5day_public_subset
target_table:
- publish.mrf_nbm_max_inundation_5day_public
- sql_file: 3day_src_skill
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@
"symbolLayerDrawing" : {
"type" : "CIMSymbolLayerDrawing"
}
},
}
],
"binaryReferences" : [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"enableEyeDomeLighting" : true
},
"layers" : [
"CIMPATH=nwm_medium_range_max_fim/3_day_inundation.xml",
"CIMPATH=nwm_medium_range_max_fim/3_day_inundation.xml"
],
"defaultViewingMode" : "Map",
"mapType" : "Map",
Expand Down Expand Up @@ -286,55 +286,6 @@
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "Name",
"fieldName" : "name",
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "Hydro ID",
"fieldName" : "hydro_id",
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "Stream Order",
"fieldName" : "strm_order",
"numberFormat" : {
"type" : "CIMNumericFormat",
"alignmentOption" : "esriAlignRight",
"alignmentWidth" : 0,
"roundingOption" : "esriRoundNumberOfDecimals",
"roundingValue" : 0
},
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "USGS HUC8",
"fieldName" : "huc8",
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "State",
"fieldName" : "state",
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "Reference Time",
"fieldName" : "reference_time",
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "Streamflow (cfs)",
Expand All @@ -352,60 +303,8 @@
},
{
"type" : "CIMFieldDescription",
"alias" : "Stage (ft)",
"fieldName" : "fim_stage_ft",
"numberFormat" : {
"type" : "CIMNumericFormat",
"alignmentOption" : "esriAlignRight",
"alignmentWidth" : 0,
"roundingOption" : "esriRoundNumberOfDecimals",
"roundingValue" : 2,
"useSeparator" : true
},
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "FIM Version",
"fieldName" : "fim_version",
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "FIM Branch ID",
"fieldName" : "branch",
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "Max Rating Curve Stage (ft)",
"fieldName" : "max_rc_stage_ft",
"numberFormat" : {
"type" : "CIMNumericFormat",
"alignmentOption" : "esriAlignRight",
"alignmentWidth" : 0,
"roundingOption" : "esriRoundNumberOfDecimals",
"roundingValue" : 2,
"useSeparator" : true
},
"visible" : true,
"searchMode" : "Exact"
},
{
"type" : "CIMFieldDescription",
"alias" : "Max Rating Curve Streamflow (cfs)",
"fieldName" : "max_rc_discharge_cfs",
"numberFormat" : {
"type" : "CIMNumericFormat",
"alignmentOption" : "esriAlignRight",
"alignmentWidth" : 0,
"roundingOption" : "esriRoundNumberOfDecimals",
"roundingValue" : 2,
"useSeparator" : true
},
"alias" : "Reference Time",
"fieldName" : "reference_time",
"visible" : true,
"searchMode" : "Exact"
},
Expand Down Expand Up @@ -445,7 +344,7 @@
"workspaceFactory" : "SDE",
"dataset" : "hydrovis.services.%ana_inundation_1_2_3_4_5_6_7_8_2",
"datasetType" : "esriDTFeatureClass",
"sqlQuery" : "select hydro_id_str AS hydro_id,streamflow_cfs,fim_stage_ft,feature_id_str AS feature_id,fim_version,reference_time,update_time,branch,max_rc_stage_ft,max_rc_discharge_cfs,geom,huc8,strm_order,name,state,oid from hydrovis.services.mrf_nbm_max_inundation_5day_public",
"sqlQuery" : "select streamflow_cfs,feature_id_str AS feature_id,reference_time,update_time,geom,oid from hydrovis.services.mrf_nbm_max_inundation_5day_public",
"srid" : "3857",
"spatialReference" : {
"wkid" : 102100,
Expand All @@ -464,34 +363,17 @@
}
},
"queryFields" : [
{
"name" : "hydro_id",
"type" : "esriFieldTypeString",
"alias" : "hydro_id",
"length" : 10
},
{
"name" : "streamflow_cfs",
"type" : "esriFieldTypeDouble",
"alias" : "streamflow_cfs"
},
{
"name" : "fim_stage_ft",
"type" : "esriFieldTypeInteger",
"alias" : "fim_stage_ft"
},
{
"name" : "feature_id",
"type" : "esriFieldTypeString",
"alias" : "feature_id",
"length" : 12
},
{
"name" : "fim_version",
"type" : "esriFieldTypeString",
"alias" : "fim_version",
"length" : 10
},
{
"name" : "reference_time",
"type" : "esriFieldTypeString",
Expand All @@ -504,22 +386,6 @@
"alias" : "update_time",
"length" : 25
},
{
"name" : "branch",
"type" : "esriFieldTypeString",
"alias" : "branch",
"length" : 12
},
{
"name" : "max_rc_stage_ft",
"type" : "esriFieldTypeDouble",
"alias" : "max_rc_stage_ft"
},
{
"name" : "max_rc_discharge_cfs",
"type" : "esriFieldTypeDouble",
"alias" : "max_rc_discharge_cfs"
},
{
"name" : "geom",
"type" : "esriFieldTypeGeometry",
Expand All @@ -535,29 +401,6 @@
}
}
},
{
"name" : "huc8",
"type" : "esriFieldTypeString",
"alias" : "huc8",
"length" : 8
},
{
"name" : "strm_order",
"type" : "esriFieldTypeInteger",
"alias" : "strm_order"
},
{
"name" : "name",
"type" : "esriFieldTypeString",
"alias" : "name",
"length" : 60
},
{
"name" : "state",
"type" : "esriFieldTypeString",
"alias" : "state",
"length" : 2
},
{
"name" : "oid",
"type" : "esriFieldTypeInteger",
Expand All @@ -573,34 +416,7 @@
"selectable" : true,
"featureCacheType" : "Session",
"enableDisplayFilters" : true,
"displayFilters" : [
{
"type" : "CIMDisplayFilter",
"name" : "Large Streams",
"whereClause" : "strm_order >= 4",
"maxScale" : 5000000
},
{
"type" : "CIMDisplayFilter",
"name" : "Medium Streams",
"whereClause" : "strm_order >= 3",
"minScale" : 5000000,
"maxScale" : 2500000
},
{
"type" : "CIMDisplayFilter",
"name" : "Small Streams",
"whereClause" : "strm_order >= 2",
"minScale" : 2500000,
"maxScale" : 500000
},
{
"type" : "CIMDisplayFilter",
"name" : "All Streams",
"whereClause" : "strm_order >= 1",
"minScale" : 500000
}
],
"displayFilters" : [],
"displayFiltersType" : "ByScale",
"featureBlendingMode" : "Alpha",
"labelClasses" : [
Expand Down Expand Up @@ -860,7 +676,7 @@
},
"scaleSymbols" : true,
"snappable" : true
},
}
],
"binaryReferences" : [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,7 @@ This service is updated hourly.
For more information on the expansion of National Weather Service (NWS) flood inundation mapping capabilities, please visit <a>https://www.weather.gov/owp/operations</a>. For information about the NWM, please visit <a>https://water.noaa.gov</a>.
<br><br>
The NWS is accepting comments and feedback on the expansion of NWS flood inundation mapping capabilities. Please visit <a>https://www.surveymonkey.com/r/ExpFIMServices_2023</a> to provide feedback.
'


'Depicts the inundation extent of the peak National Water Model (NWM)
streamflow forecast over the next 48 hours where the NWM is signaling high water.
This service is derived from the short-range configuration of the NWM over Puerto
Rico and the U.S. Virgin Islands. Shown are reaches with peak flow at or above high
water thresholds. High water thresholds and AEPs were derived from USGS regression
equations found at https://pubs.usgs.gov/wri/wri994142/pdf/wri99-4142.pdf.
Updated every 12 hours.
Estimated Impacted Buildings: Depicts building footprints that intersect inundation
extents. The source of the building data is the FEMA USA Structures dataset:
https://gis-fema.hub.arcgis.com/pages/usa-structures (as of August, 2022). Occupancy
type data is only available for AL, CA, FL, GA, LA, MS, NC, SC, TX, and VA at this
time. Also shown are a relative density heatmap of potentially impacted buildings
(based on extent), and county level summary layers.'
'
tags: national water model, nwm, srf, short, range, puertorico, prvi, fim, inundation, extent
credits: National Water Model, NOAA/NWS National Water Center
egis_server: server
Expand Down

0 comments on commit df4d841

Please sign in to comment.