diff --git a/Core/LAMBDA/viz_functions/viz_db_postprocess_sql/summaries/mrf_nbm_10day_max_high_flow_magnitude/5day_public_subset.sql b/Core/LAMBDA/viz_functions/viz_db_postprocess_sql/summaries/mrf_nbm_10day_max_high_flow_magnitude/5day_public_subset.sql new file mode 100644 index 00000000..4902419a --- /dev/null +++ b/Core/LAMBDA/viz_functions/viz_db_postprocess_sql/summaries/mrf_nbm_10day_max_high_flow_magnitude/5day_public_subset.sql @@ -0,0 +1,32 @@ +DROP TABLE IF EXISTS publish.mrf_nbm_5day_max_high_flow_magnitude_public; + +SELECT + feature_id_str, + strm_order, + name, + huc6, + state, + nwm_vers, + reference_time, + maxflow_5day_cfs, + recur_cat_5day, + high_water_threshold, + flow_2yr, + flow_5yr, + flow_10yr, + flow_25yr, + flow_50yr, + update_time, + 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 +WHERE public_fim_domain = True; + +INSERT INTO publish.mrf_nbm_5day_max_high_flow_magnitude_public ( + 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') +); \ No newline at end of file diff --git a/Core/LAMBDA/viz_functions/viz_db_postprocess_sql/summaries/mrf_nbm_10day_max_inundation/5day_public_subset.sql b/Core/LAMBDA/viz_functions/viz_db_postprocess_sql/summaries/mrf_nbm_10day_max_inundation/5day_public_subset.sql new file mode 100644 index 00000000..a9b68125 --- /dev/null +++ b/Core/LAMBDA/viz_functions/viz_db_postprocess_sql/summaries/mrf_nbm_10day_max_inundation/5day_public_subset.sql @@ -0,0 +1,14 @@ +-- We'll temporarily increase work_mem to 512MB, to help with performance on PostGIS spatial joins (default is 4MB) +SET work_mem TO '1024MB'; +DROP TABLE IF EXISTS publish.mrf_nbm_max_inundation_5day_public; + +SELECT + inun.feature_id_str, + inun.geom, + inun.streamflow_cfs, + inun.reference_time, + to_char(now()::timestamp without time zone, 'YYYY-MM-DD HH24:MI:SS UTC') AS update_time +INTO publish.mrf_nbm_max_inundation_5day_public +FROM publish.mrf_nbm_max_inundation_5day as inun +JOIN derived.channels_conus AS channels ON inun.feature_id = channels.feature_id +WHERE public_fim_domain = True; \ No newline at end of file diff --git a/Core/LAMBDA/viz_functions/viz_initialize_pipeline/product_configs/medium_range_blend/mrf_nbm_10day_max_high_flow_magnitude.yml b/Core/LAMBDA/viz_functions/viz_initialize_pipeline/product_configs/medium_range_blend/mrf_nbm_10day_max_high_flow_magnitude.yml index f91893d6..9d67e99f 100644 --- a/Core/LAMBDA/viz_functions/viz_initialize_pipeline/product_configs/medium_range_blend/mrf_nbm_10day_max_high_flow_magnitude.yml +++ b/Core/LAMBDA/viz_functions/viz_initialize_pipeline/product_configs/medium_range_blend/mrf_nbm_10day_max_high_flow_magnitude.yml @@ -32,5 +32,11 @@ postprocess_sql: - sql_file: mrf_nbm_10day_max_high_flow_magnitude target_table: publish.mrf_nbm_10day_max_high_flow_magnitude +product_summaries: +- sql_file: 5day_public_subset + target_table: + - publish.mrf_nbm_5day_max_high_flow_magnitude_public + services: - mrf_nbm_10day_max_high_flow_magnitude_noaa + - mrf_nbm_5day_max_high_flow_magnitude diff --git a/Core/LAMBDA/viz_functions/viz_initialize_pipeline/product_configs/medium_range_blend/mrf_nbm_10day_max_inundation.yml b/Core/LAMBDA/viz_functions/viz_initialize_pipeline/product_configs/medium_range_blend/mrf_nbm_10day_max_inundation.yml index 2daab934..3c7ad6a6 100644 --- a/Core/LAMBDA/viz_functions/viz_initialize_pipeline/product_configs/medium_range_blend/mrf_nbm_10day_max_inundation.yml +++ b/Core/LAMBDA/viz_functions/viz_initialize_pipeline/product_configs/medium_range_blend/mrf_nbm_10day_max_inundation.yml @@ -53,6 +53,9 @@ fim_configs: target_table: publish.mrf_nbm_max_inundation_10day product_summaries: +- sql_file: 5day_public_subset + target_table: + - publish.mrf_nbm_max_inundation_5day_public - sql_file: 3day_src_skill target_table: - publish.mrf_nbm_max_inundation_3day_src_skill @@ -79,4 +82,5 @@ product_summaries: - publish.mrf_nbm_max_inundation_10day_hucs services: - - mrf_nbm_10day_max_inundation_extent_noaa \ No newline at end of file + - mrf_nbm_10day_max_inundation_extent_noaa + - mrf_nbm_5day_max_inundation_extent \ No newline at end of file diff --git a/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_high_flow_magnitude.mapx b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_high_flow_magnitude.mapx new file mode 100644 index 00000000..62656e98 --- /dev/null +++ b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_high_flow_magnitude.mapx @@ -0,0 +1,1180 @@ +{ + "type" : "CIMMapDocument", + "version" : "2.7.0", + "build" : 26828, + "mapDefinition" : { + "type" : "CIMMap", + "name" : "NWM Medium-Range Max High Flow Magnitude Forecast", + "uRI" : "CIMPATH=map/map.xml", + "sourceModifiedTime" : { + "type" : "TimeInstant", + "start" : 978307200000 + }, + "metadataURI" : "CIMPATH=Metadata/7ba4bd30be7a13d31d7129121cc9508c.xml", + "useSourceMetadata" : true, + "illumination" : { + "type" : "CIMIlluminationProperties", + "ambientLight" : 75, + "sunPositionX" : -0.61237243569579003, + "sunPositionY" : 0.61237243569579003, + "sunPositionZ" : 0.5, + "illuminationSource" : "AbsoluteSunPosition", + "sunAzimuth" : 315, + "sunAltitude" : 30, + "showStars" : true, + "enableAmbientOcclusion" : true, + "enableEyeDomeLighting" : true + }, + "layers" : [ + "CIMPATH=medium_range_maximum_high_flow_magnitude_forecast/est__annual_exceedance_probability.xml" + ], + "defaultViewingMode" : "Map", + "mapType" : "Map", + "defaultExtent" : { + "xmin" : -14906747.3899270706, + "ymin" : 2687065.417702429, + "xmax" : -6424736.442072928, + "ymax" : 7034450.62759757042, + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + } + }, + "elevationSurfaces" : [ + { + "type" : "CIMMapElevationSurface", + "elevationMode" : "BaseGlobeSurface", + "name" : "Ground", + "verticalExaggeration" : 1, + "mapElevationID" : "{252FDDD5-FFE1-4445-B6DE-42B26FEDFF6E}", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 255, + 255, + 100 + ] + }, + "surfaceTINShadingMode" : "Smooth", + "visibility" : true, + "expanded" : false + } + ], + "generalPlacementProperties" : { + "type" : "CIMMaplexGeneralPlacementProperties", + "invertedLabelTolerance" : 2, + "unplacedLabelColor" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 0, + 0, + 100 + ] + }, + "keyNumberGroups" : [ + { + "type" : "CIMMaplexKeyNumberGroup", + "delimiterCharacter" : ".", + "horizontalAlignment" : "Left", + "maximumNumberOfLines" : 20, + "minimumNumberOfLines" : 2, + "name" : "Default", + "numberResetType" : "None", + "keyNumberMethod" : "PreventUnplacedLabels" + } + ], + "placementQuality" : "High" + }, + "snappingProperties" : { + "type" : "CIMSnappingProperties", + "xYTolerance" : 10, + "xYToleranceUnit" : "SnapXYToleranceUnitPixel", + "snapToSketchEnabled" : true, + "snapRequestType" : "SnapRequestType_GeometricAndVisualSnapping", + "isZSnappingEnabled" : true + }, + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + }, + "timeDisplay" : { + "type" : "CIMMapTimeDisplay", + "defaultTimeIntervalUnits" : "esriTimeUnitsUnknown", + "timeValue" : { + "type" : "TimeExtent", + "start" : null, + "end" : null, + "empty" : false + }, + "timeRelation" : "esriTimeRelationOverlaps" + }, + "colorModel" : "RGB", + "scales" : [ + { + "type" : "CIMScale", + "value" : 1000 + }, + { + "type" : "CIMScale", + "value" : 5000 + }, + { + "type" : "CIMScale", + "value" : 10000 + }, + { + "type" : "CIMScale", + "value" : 24000 + }, + { + "type" : "CIMScale", + "value" : 50000 + }, + { + "type" : "CIMScale", + "value" : 100000 + }, + { + "type" : "CIMScale", + "value" : 300000 + }, + { + "type" : "CIMScale", + "value" : 500000 + }, + { + "type" : "CIMScale", + "value" : 1000000 + }, + { + "type" : "CIMScale", + "value" : 3000000 + }, + { + "type" : "CIMScale", + "value" : 5000000 + }, + { + "type" : "CIMScale", + "value" : 20000000 + }, + { + "type" : "CIMScale", + "value" : 100000000 + } + ], + "scaleFormat" : { + "type" : "CIMScaleFormat", + "formatType" : "Absolute", + "separator" : ":", + "decimalPlacesThreshold" : 100, + "decimalPlaces" : 2, + "showThousandSeparator" : true, + "pageUnitValue" : 1, + "equalsSign" : "=" + }, + "scaleDisplayFormat" : "Value", + "clippingMode" : "None", + "nearPlaneClipDistanceMode" : "Automatic", + "rGBColorProfile" : "sRGB IEC61966-2-1 noBPC", + "cMYKColorProfile" : "U.S. Web Coated (SWOP) v2" + }, + "layerDefinitions" : [ + { + "type" : "CIMFeatureLayer", + "name" : "5 Days - Est. Annual Exceedance Probability", + "uRI" : "CIMPATH=medium_range_maximum_high_flow_magnitude_forecast/est__annual_exceedance_probability.xml", + "sourceModifiedTime" : { + "type" : "TimeInstant" + }, + "metadataURI" : "CIMPATH=Metadata/8f8fa786a63295385e50df5774cc6a04.xml", + "useSourceMetadata" : true, + "description" : "hydrovis.hydrovis.Annual Exceedance Probability", + "layerElevation" : { + "type" : "CIMLayerElevationSurface", + "mapElevationID" : "{252FDDD5-FFE1-4445-B6DE-42B26FEDFF6E}" + }, + "layerType" : "Operational", + "showLegends" : true, + "visibility" : false, + "displayCacheType" : "Permanent", + "maxDisplayCacheAge" : 5, + "showPopups" : true, + "serviceLayerID" : -1, + "refreshRate" : -1, + "refreshRateUnit" : "esriTimeUnitsSeconds", + "blendingMode" : "Alpha", + "autoGenerateFeatureTemplates" : true, + "featureElevationExpression" : "0", + "featureTable" : { + "type" : "CIMFeatureTable", + "displayField" : "name", + "editable" : true, + "fieldDescriptions" : [ + { + "type" : "CIMFieldDescription", + "alias" : "NWM Feature ID", + "fieldName" : "feature_id", + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "Name", + "fieldName" : "name", + "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 HUC6", + "fieldName" : "huc6", + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "State", + "fieldName" : "state", + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "NWM Version", + "fieldName" : "nwm_vers", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 6 + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "Reference Time", + "fieldName" : "reference_time", + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "Max Streamflow (cfs)", + "fieldName" : "maxflow_5day_cfs", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 2 + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "Max Annual Exceed Prob (%)", + "fieldName" : "recur_cat_5day", + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "High Water Threshold (cfs)", + "fieldName" : "high_water_threshold", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 2, + "useSeparator" : true + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "2% Streamflow (cfs)", + "fieldName" : "flow_50yr", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 2, + "useSeparator" : true + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "4% Streamflow (cfs)", + "fieldName" : "flow_25yr", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 2, + "useSeparator" : true + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "10% Streamflow (cfs)", + "fieldName" : "flow_10yr", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 2, + "useSeparator" : true + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "20% Streamflow (cfs)", + "fieldName" : "flow_5yr", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 2, + "useSeparator" : true + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "50% Streamflow (cfs)", + "fieldName" : "flow_2yr", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 2, + "useSeparator" : true + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "Update Time", + "fieldName" : "update_time", + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "geom", + "fieldName" : "geom", + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "oid", + "fieldName" : "oid", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 0 + }, + "readOnly" : true, + "visible" : false, + "searchMode" : "Exact" + } + ], + "dataConnection" : { + "type" : "CIMSqlQueryDataConnection", + "workspaceConnectionString" : "ENCRYPTED_PASSWORD=00022e686b6230615851676a5750722b5665384c4c4533777235774a6e2b6542646e6778466542736631522b39784d3d2a00;SERVER=hv-ti-egis-rds-pg-egdb.c4vzypepnkx3.us-east-1.rds.amazonaws.com;INSTANCE=sde:postgresql:hv-ti-egis-rds-pg-egdb.c4vzypepnkx3.us-east-1.rds.amazonaws.com;DBCLIENT=postgresql;DB_CONNECTION_PROPERTIES=hv-ti-egis-rds-pg-egdb.c4vzypepnkx3.us-east-1.rds.amazonaws.com;DATABASE=hydrovis;USER=hydrovis;AUTHENTICATION_MODE=DBMS", + "workspaceFactory" : "SDE", + "dataset" : "hydrovis.services.%Annual Exceedance Probability_1_1_1_2_2", + "datasetType" : "esriDTFeatureClass", + "sqlQuery" : "select feature_id_str AS feature_id, strm_order, name, huc6, state, nwm_vers, reference_time, maxflow_5day_cfs, recur_cat_5day, high_water_threshold, flow_2yr, flow_5yr, flow_10yr, flow_25yr, flow_50yr, update_time, geom, oid from hydrovis.services.mrf_nbm_5day_max_high_flow_magnitude_public", + "srid" : "3857", + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + }, + "oIDFields" : "oid", + "geometryType" : "esriGeometryPolyline", + "queryFields" : [ + { + "name" : "feature_id", + "type" : "esriFieldTypeString", + "alias" : "feature_id", + "length" : 12 + }, + { + "name" : "strm_order", + "type" : "esriFieldTypeInteger", + "alias" : "strm_order" + }, + { + "name" : "name", + "type" : "esriFieldTypeString", + "alias" : "name", + "length" : 60 + }, + { + "name" : "huc6", + "type" : "esriFieldTypeString", + "alias" : "huc6", + "length" : 6 + }, + { + "name" : "state", + "type" : "esriFieldTypeString", + "alias" : "state", + "length" : 2 + }, + { + "name" : "nwm_vers", + "type" : "esriFieldTypeDouble", + "alias" : "nwm_vers" + }, + { + "name" : "reference_time", + "type" : "esriFieldTypeString", + "alias" : "reference_time", + "length" : 25 + }, + { + "name" : "maxflow_5day_cfs", + "type" : "esriFieldTypeDouble", + "alias" : "maxflow_5day_cfs" + }, + { + "name" : "recur_cat_5day", + "type" : "esriFieldTypeString", + "alias" : "recur_cat_5day", + "length" : 10 + }, + { + "name" : "high_water_threshold", + "type" : "esriFieldTypeDouble", + "alias" : "high_water_threshold" + }, + { + "name" : "flow_2yr", + "type" : "esriFieldTypeDouble", + "alias" : "flow_2yr" + }, + { + "name" : "flow_5yr", + "type" : "esriFieldTypeDouble", + "alias" : "flow_5yr" + }, + { + "name" : "flow_10yr", + "type" : "esriFieldTypeDouble", + "alias" : "flow_10yr" + }, + { + "name" : "flow_25yr", + "type" : "esriFieldTypeDouble", + "alias" : "flow_25yr" + }, + { + "name" : "flow_50yr", + "type" : "esriFieldTypeDouble", + "alias" : "flow_50yr" + }, + { + "name" : "update_time", + "type" : "esriFieldTypeString", + "alias" : "update_time", + "length" : 25 + }, + { + "name" : "geom", + "type" : "esriFieldTypeGeometry", + "alias" : "geom", + "geometryDef" : { + "avgNumPoints" : 0, + "geometryType" : "esriGeometryPolyline", + "hasM" : false, + "hasZ" : false, + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + } + } + }, + { + "name" : "oid", + "type" : "esriFieldTypeInteger", + "alias" : "oid" + } + ], + "spatialStorageType" : 8 + }, + "studyAreaSpatialRel" : "esriSpatialRelUndefined", + "searchOrder" : "esriSearchOrderSpatial" + }, + "htmlPopupEnabled" : true, + "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 + } + ], + "displayFiltersType" : "ByScale", + "featureBlendingMode" : "Alpha", + "labelClasses" : [ + { + "type" : "CIMLabelClass", + "expression" : "$feature.Name", + "expressionEngine" : "Arcade", + "featuresToLabel" : "AllVisibleFeatures", + "maplexLabelPlacementProperties" : { + "type" : "CIMMaplexLabelPlacementProperties", + "featureType" : "Line", + "avoidPolygonHoles" : true, + "canOverrunFeature" : true, + "canPlaceLabelOutsidePolygon" : true, + "canRemoveOverlappingLabel" : true, + "canStackLabel" : true, + "connectionType" : "MinimizeLabels", + "constrainOffset" : "AboveLine", + "contourAlignmentType" : "Page", + "contourLadderType" : "Straight", + "contourMaximumAngle" : 90, + "enableConnection" : true, + "featureWeight" : 0, + "fontHeightReductionLimit" : 4, + "fontHeightReductionStep" : 0.5, + "fontWidthReductionLimit" : 90, + "fontWidthReductionStep" : 5, + "graticuleAlignmentType" : "Straight", + "keyNumberGroupName" : "Default", + "labelBuffer" : 15, + "labelLargestPolygon" : true, + "labelPriority" : -1, + "labelStackingProperties" : { + "type" : "CIMMaplexLabelStackingProperties", + "stackAlignment" : "ChooseBest", + "maximumNumberOfLines" : 3, + "minimumNumberOfCharsPerLine" : 3, + "maximumNumberOfCharsPerLine" : 24, + "separators" : [ + { + "type" : "CIMMaplexStackingSeparator", + "separator" : " ", + "splitAfter" : true + }, + { + "type" : "CIMMaplexStackingSeparator", + "separator" : ",", + "visible" : true, + "splitAfter" : true + } + ] + }, + "lineFeatureType" : "General", + "linePlacementMethod" : "OffsetStraightFromLine", + "maximumLabelOverrun" : 16, + "maximumLabelOverrunUnit" : "Point", + "minimumFeatureSizeUnit" : "Map", + "multiPartOption" : "OneLabelPerFeature", + "offsetAlongLineProperties" : { + "type" : "CIMMaplexOffsetAlongLineProperties", + "placementMethod" : "BestPositionAlongLine", + "labelAnchorPoint" : "CenterOfLabel", + "distanceUnit" : "Map", + "useLineDirection" : true + }, + "pointExternalZonePriorities" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "pointPlacementMethod" : "AroundPoint", + "polygonAnchorPointType" : "GeometricCenter", + "polygonBoundaryWeight" : 0, + "polygonExternalZones" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "polygonFeatureType" : "General", + "polygonInternalZones" : { + "type" : "CIMMaplexInternalZonePriorities", + "center" : 1 + }, + "polygonPlacementMethod" : "CurvedInPolygon", + "primaryOffset" : 1, + "primaryOffsetUnit" : "Point", + "removeExtraWhiteSpace" : true, + "repetitionIntervalUnit" : "Map", + "rotationProperties" : { + "type" : "CIMMaplexRotationProperties", + "rotationType" : "Arithmetic", + "alignmentType" : "Straight" + }, + "secondaryOffset" : 100, + "strategyPriorities" : { + "type" : "CIMMaplexStrategyPriorities", + "stacking" : 1, + "overrun" : 2, + "fontCompression" : 3, + "fontReduction" : 4, + "abbreviation" : 5 + }, + "thinningDistanceUnit" : "Point", + "truncationMarkerCharacter" : ".", + "truncationMinimumLength" : 1, + "truncationPreferredCharacters" : "aeiou", + "polygonAnchorPointPerimeterInsetUnit" : "Point" + }, + "name" : "Class 1", + "priority" : -1, + "standardLabelPlacementProperties" : { + "type" : "CIMStandardLabelPlacementProperties", + "featureType" : "Line", + "featureWeight" : "None", + "labelWeight" : "High", + "numLabelsOption" : "OneLabelPerName", + "lineLabelPosition" : { + "type" : "CIMStandardLineLabelPosition", + "above" : true, + "inLine" : true, + "parallel" : true + }, + "lineLabelPriorities" : { + "type" : "CIMStandardLineLabelPriorities", + "aboveStart" : 3, + "aboveAlong" : 3, + "aboveEnd" : 3, + "centerStart" : 3, + "centerAlong" : 3, + "centerEnd" : 3, + "belowStart" : 3, + "belowAlong" : 3, + "belowEnd" : 3 + }, + "pointPlacementMethod" : "AroundPoint", + "pointPlacementPriorities" : { + "type" : "CIMStandardPointPlacementPriorities", + "aboveLeft" : 2, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerLeft" : 3, + "centerRight" : 2, + "belowLeft" : 3, + "belowCenter" : 3, + "belowRight" : 2 + }, + "rotationType" : "Arithmetic", + "polygonPlacementMethod" : "AlwaysHorizontal" + }, + "textSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMTextSymbol", + "blockProgression" : "TTB", + "depth3D" : 1, + "extrapolateBaselines" : true, + "fontEffects" : "Normal", + "fontEncoding" : "Unicode", + "fontFamilyName" : "Tahoma", + "fontStyleName" : "Regular", + "fontType" : "Unspecified", + "haloSize" : 1, + "height" : 10, + "hinting" : "Default", + "horizontalAlignment" : "Left", + "kerning" : true, + "letterWidth" : 100, + "ligatures" : true, + "lineGapType" : "ExtraLeading", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + } + ] + }, + "textCase" : "Normal", + "textDirection" : "LTR", + "verticalAlignment" : "Bottom", + "verticalGlyphOrientation" : "Right", + "wordSpacing" : 100, + "billboardMode3D" : "FaceNearPlane" + } + }, + "useCodedValue" : true, + "visibility" : true, + "iD" : -1 + } + ], + "renderer" : { + "type" : "CIMUniqueValueRenderer", + "visualVariables" : [ + { + "type" : "CIMSizeVisualVariable", + "authoringInfo" : { + "type" : "CIMVisualVariableAuthoringInfo", + "minSliderValue" : 1, + "maxSliderValue" : 10, + "heading" : "Strm_Order" + }, + "randomMax" : 1, + "minSize" : 0.33000000000000002, + "maxSize" : 2, + "minValue" : 1, + "maxValue" : 10, + "valueRepresentation" : "Radius", + "variableType" : "Graduated", + "valueShape" : "Unknown", + "axis" : "HeightAxis", + "normalizationType" : "Nothing", + "valueExpressionInfo" : { + "type" : "CIMExpressionInfo", + "title" : "Custom", + "expression" : "$feature.Strm_Order", + "returnType" : "Default" + } + } + ], + "colorRamp" : { + "type" : "CIMRandomHSVColorRamp", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "maxH" : 360, + "minS" : 15, + "maxS" : 30, + "minV" : 99, + "maxV" : 100, + "minAlpha" : 100, + "maxAlpha" : 100 + }, + "defaultLabel" : "", + "defaultSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMLineSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 1, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 130, + 130, + 130, + 100 + ] + } + } + ] + } + }, + "defaultSymbolPatch" : "Default", + "fields" : [ + "recur_cat_5day" + ], + "groups" : [ + { + "type" : "CIMUniqueValueGroup", + "classes" : [ + { + "type" : "CIMUniqueValueClass", + "editable" : true, + "label" : "2% ", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMLineSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 1, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 204, + 51, + 255, + 100 + ] + } + } + ] + } + }, + "values" : [ + { + "type" : "CIMUniqueValue", + "fieldValues" : [ + "2" + ] + } + ], + "visible" : true + }, + { + "type" : "CIMUniqueValueClass", + "editable" : true, + "label" : "4% ", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMLineSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 1, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 230, + 0, + 169, + 100 + ] + } + } + ] + } + }, + "values" : [ + { + "type" : "CIMUniqueValue", + "fieldValues" : [ + "4" + ] + } + ], + "visible" : true + }, + { + "type" : "CIMUniqueValueClass", + "label" : "10% ", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMLineSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 1, + "color" : { + "type" : "CIMHSVColor", + "values" : [ + 0, + 100, + 100, + 100 + ] + } + } + ] + } + }, + "values" : [ + { + "type" : "CIMUniqueValue", + "fieldValues" : [ + "10" + ] + } + ], + "visible" : true + }, + { + "type" : "CIMUniqueValueClass", + "label" : "20% ", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMLineSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 1, + "color" : { + "type" : "CIMHSVColor", + "values" : [ + 36, + 100, + 100, + 100 + ] + } + } + ] + } + }, + "values" : [ + { + "type" : "CIMUniqueValue", + "fieldValues" : [ + "20" + ] + } + ], + "visible" : true + }, + { + "type" : "CIMUniqueValueClass", + "editable" : true, + "label" : "50%", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMLineSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 1, + "color" : { + "type" : "CIMHSVColor", + "values" : [ + 60, + 100, + 100, + 100 + ] + } + } + ] + } + }, + "values" : [ + { + "type" : "CIMUniqueValue", + "fieldValues" : [ + "50" + ] + } + ], + "visible" : true + }, + { + "type" : "CIMUniqueValueClass", + "editable" : true, + "label" : "> 50% AND > High Water Threshold", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMLineSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 1, + "color" : { + "type" : "CIMHSVColor", + "values" : [ + 209.24000000000001, + 51.07, + 91.370000000000005, + 100 + ] + } + } + ] + } + }, + "values" : [ + { + "type" : "CIMUniqueValue", + "fieldValues" : [ + ">50" + ] + } + ], + "visible" : true + }, + { + "type" : "CIMUniqueValueClass", + "editable" : true, + "label" : "Insufficient Data", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMLineSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 1, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 204, + 204, + 204, + 100 + ] + } + } + ] + } + }, + "values" : [ + { + "type" : "CIMUniqueValue", + "fieldValues" : [ + "Not Availa" + ] + } + ], + "visible" : true + } + ], + "heading" : "Current Annual Exceedance Probability" + } + ], + "polygonSymbolColorTarget" : "Fill" + }, + "scaleSymbols" : true, + "snappable" : true, + "symbolLayerDrawing" : { + "type" : "CIMSymbolLayerDrawing" + } + }, + ], + "binaryReferences" : [ + { + "type" : "CIMBinaryReference", + "uRI" : "CIMPATH=Metadata/7ba4bd30be7a13d31d7129121cc9508c.xml", + "data" : "\r\n20180518091418001.0TRUEMap/9j/4AAQSkZJRgABAQEAAAAAAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a\r\nHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy\r\nMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCACFAMgDAREA\r\nAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA\r\nAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3\r\nODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm\r\np6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA\r\nAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx\r\nBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK\r\nU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3\r\nuLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+gAo\r\nAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgA\r\noAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACg\r\nAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAC\r\ngAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKA\r\nCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAK\r\nACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA\r\nKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAo\r\nAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgA\r\noAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACg\r\nAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAC\r\ngAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKA\r\nCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAK\r\nACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA\r\n/9k=\r\n" + }, + { + "type" : "CIMBinaryReference", + "uRI" : "CIMPATH=Metadata/8f8fa786a63295385e50df5774cc6a04.xml", + "data" : "\r\n20220302210659001.0TRUE\r\n" + } + ] +} \ No newline at end of file diff --git a/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_high_flow_magnitude.yml b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_high_flow_magnitude.yml new file mode 100644 index 00000000..1751dbc4 --- /dev/null +++ b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_high_flow_magnitude.yml @@ -0,0 +1,14 @@ +service: mrf_nbm_5day_max_high_flow_magnitude +summary: Medium-Range NBM 5 Day Maximum High Flow Magnitude Forecast +description: Depicts the magnitude of the peak National Water Model (NWM) streamflow forecast over the next + 5 days where the NWM is signaling high water. This service is derived from the medium-range NBM + configuration of the NWM over the contiguous U.S. Shown are reaches with peak flow at or above high water + thresholds. Reaches are colored by the annual exceedance probability (AEP) of their forecast peak flow. + High water thresholds (regionally varied) and AEPs were derived using the 40-year NWM v2.1 reanalysis + simulation. Updated every 6 hours. +tags: high flow, magnitude, national water model, nwm, mrf, medium, range, conus +credits: National Water Model, NOAA/NWS National Water Center +egis_server: server +egis_folder: nwm +feature_service: true +public_service: true \ No newline at end of file diff --git a/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_inundation_extent.mapx b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_inundation_extent.mapx new file mode 100644 index 00000000..f4e0119e --- /dev/null +++ b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_inundation_extent.mapx @@ -0,0 +1,877 @@ +{ + "type" : "CIMMapDocument", + "version" : "2.7.0", + "build" : 26828, + "mapDefinition" : { + "type" : "CIMMap", + "name" : "NWM Medium-Range Max FIM Extent Forecast", + "uRI" : "CIMPATH=map/map.xml", + "sourceModifiedTime" : { + "type" : "TimeInstant", + "start" : 978307200000 + }, + "metadataURI" : "CIMPATH=Metadata/14fe75088d76b1922ea8443fd1723cc8.xml", + "useSourceMetadata" : true, + "illumination" : { + "type" : "CIMIlluminationProperties", + "ambientLight" : 75, + "sunPositionX" : -0.61237243569579003, + "sunPositionY" : 0.61237243569579003, + "sunPositionZ" : 0.5, + "illuminationSource" : "AbsoluteSunPosition", + "sunAzimuth" : 315, + "sunAltitude" : 30, + "showStars" : true, + "enableAmbientOcclusion" : true, + "enableEyeDomeLighting" : true + }, + "layers" : [ + "CIMPATH=nwm_medium_range_max_fim/3_day_inundation.xml", + ], + "defaultViewingMode" : "Map", + "mapType" : "Map", + "customFullExtent" : { + "rings" : [ + [ + [ + -15224159.214216806, + 2159597.88073609583 + ], + [ + -15224159.214216806, + 7211496.010788572 + ], + [ + -6228307.88800826389, + 7211496.010788572 + ], + [ + -6228307.88800826389, + 2159597.88073609583 + ], + [ + -15224159.214216806, + 2159597.88073609583 + ] + ] + ], + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + } + }, + "datumTransforms" : [ + { + "type" : "CIMDatumTransform", + "forward" : true, + "geoTransformation" : { + "geoTransforms" : [ + { + "wkid" : 108190, + "latestWkid" : 108190, + "transformForward" : false, + "name" : "WGS_1984_(ITRF00)_To_NAD_1983" + } + ] + } + }, + { + "type" : "CIMDatumTransform", + "forward" : false, + "geoTransformation" : { + "geoTransforms" : [ + { + "wkid" : 108190, + "latestWkid" : 108190, + "transformForward" : false, + "name" : "WGS_1984_(ITRF00)_To_NAD_1983" + } + ] + } + } + ], + "defaultExtent" : { + "xmin" : -13140700.3540205583, + "ymin" : 1551990.40474646445, + "xmax" : -7418316.09420581907, + "ymax" : 7720372.90938164014, + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + } + }, + "elevationSurfaces" : [ + { + "type" : "CIMMapElevationSurface", + "elevationMode" : "BaseGlobeSurface", + "name" : "Ground", + "verticalExaggeration" : 1, + "mapElevationID" : "{84F61CAA-CD53-4C26-BBF2-C7F7CA71C354}", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 255, + 255, + 100 + ] + }, + "surfaceTINShadingMode" : "Smooth", + "visibility" : true, + "expanded" : true + } + ], + "generalPlacementProperties" : { + "type" : "CIMMaplexGeneralPlacementProperties", + "invertedLabelTolerance" : 2, + "unplacedLabelColor" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 0, + 0, + 100 + ] + }, + "keyNumberGroups" : [ + { + "type" : "CIMMaplexKeyNumberGroup", + "delimiterCharacter" : ".", + "horizontalAlignment" : "Left", + "maximumNumberOfLines" : 20, + "minimumNumberOfLines" : 2, + "name" : "Default", + "numberResetType" : "None", + "keyNumberMethod" : "PreventUnplacedLabels" + } + ], + "placementQuality" : "High" + }, + "snappingProperties" : { + "type" : "CIMSnappingProperties", + "xYTolerance" : 10, + "xYToleranceUnit" : "SnapXYToleranceUnitPixel", + "snapToSketchEnabled" : true, + "snapRequestType" : "SnapRequestType_GeometricAndVisualSnapping", + "isZSnappingEnabled" : true + }, + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + }, + "timeDisplay" : { + "type" : "CIMMapTimeDisplay", + "defaultTimeIntervalUnits" : "esriTimeUnitsUnknown", + "timeValue" : { + "type" : "TimeExtent", + "start" : null, + "end" : null, + "empty" : false + }, + "timeRelation" : "esriTimeRelationOverlaps" + }, + "colorModel" : "RGB", + "scales" : [ + { + "type" : "CIMScale", + "value" : 1000 + }, + { + "type" : "CIMScale", + "value" : 2500 + }, + { + "type" : "CIMScale", + "value" : 5000 + }, + { + "type" : "CIMScale", + "value" : 10000 + }, + { + "type" : "CIMScale", + "value" : 24000 + }, + { + "type" : "CIMScale", + "value" : 50000 + }, + { + "type" : "CIMScale", + "value" : 100000 + }, + { + "type" : "CIMScale", + "value" : 400000 + }, + { + "type" : "CIMScale", + "value" : 500000 + }, + { + "type" : "CIMScale", + "value" : 1000000 + }, + { + "type" : "CIMScale", + "value" : 2500000 + }, + { + "type" : "CIMScale", + "value" : 5000000 + }, + { + "type" : "CIMScale", + "value" : 20000000 + }, + { + "type" : "CIMScale", + "value" : 100000000 + } + ], + "scaleFormat" : { + "type" : "CIMScaleFormat", + "formatType" : "Absolute", + "separator" : ":", + "decimalPlacesThreshold" : 100, + "decimalPlaces" : 2, + "showThousandSeparator" : true, + "pageUnitValue" : 1, + "equalsSign" : "=" + }, + "scaleDisplayFormat" : "Value", + "clippingMode" : "None", + "nearPlaneClipDistanceMode" : "Automatic", + "rGBColorProfile" : "sRGB IEC61966-2-1 noBPC", + "cMYKColorProfile" : "U.S. Web Coated (SWOP) v2" + }, + "layerDefinitions" : [ + { + "type" : "CIMFeatureLayer", + "name" : "5 Days - Inundation Extent (EXPERIMENTAL)", + "uRI" : "CIMPATH=nwm_medium_range_max_fim/3_day_inundation.xml", + "sourceModifiedTime" : { + "type" : "TimeInstant", + "start" : 978307200000 + }, + "metadataURI" : "CIMPATH=Metadata/1198936f62c7b6336140f7c774b7033f.xml", + "useSourceMetadata" : true, + "description" : "hydrovis.services.ana_inundation", + "layerElevation" : { + "type" : "CIMLayerElevationSurface", + "mapElevationID" : "{84F61CAA-CD53-4C26-BBF2-C7F7CA71C354}" + }, + "layerType" : "Operational", + "minScale" : 400000, + "showLegends" : true, + "visibility" : false, + "displayCacheType" : "Permanent", + "maxDisplayCacheAge" : 5, + "showPopups" : true, + "serviceLayerID" : -1, + "refreshRate" : -1, + "refreshRateUnit" : "esriTimeUnitsSeconds", + "blendingMode" : "Alpha", + "autoGenerateFeatureTemplates" : true, + "featureElevationExpression" : "0", + "featureTable" : { + "type" : "CIMFeatureTable", + "displayField" : "name", + "editable" : true, + "fieldDescriptions" : [ + { + "type" : "CIMFieldDescription", + "alias" : "NWM Feature ID", + "fieldName" : "feature_id", + "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)", + "fieldName" : "streamflow_cfs", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 2, + "useSeparator" : true + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "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 + }, + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "Update Time", + "fieldName" : "update_time", + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "geom", + "fieldName" : "geom", + "visible" : true, + "searchMode" : "Exact" + }, + { + "type" : "CIMFieldDescription", + "alias" : "oid", + "fieldName" : "oid", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignRight", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 0 + }, + "readOnly" : true, + "visible" : false, + "searchMode" : "Exact" + } + ], + "dataConnection" : { + "type" : "CIMSqlQueryDataConnection", + "workspaceConnectionString" : "ENCRYPTED_PASSWORD=00022e683677616c617a42535a737066635a58314c333071743651376775752b4a437648394d745058674653514e6f3d2a00;SERVER=hv-ti-egis-rds-pg-egdb.c4vzypepnkx3.us-east-1.rds.amazonaws.com;INSTANCE=sde:postgresql:hv-ti-egis-rds-pg-egdb.c4vzypepnkx3.us-east-1.rds.amazonaws.com;DBCLIENT=postgresql;DB_CONNECTION_PROPERTIES=hv-ti-egis-rds-pg-egdb.c4vzypepnkx3.us-east-1.rds.amazonaws.com;DATABASE=hydrovis;USER=hydrovis;AUTHENTICATION_MODE=DBMS", + "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", + "srid" : "3857", + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + }, + "oIDFields" : "oid", + "geometryType" : "esriGeometryPolygon", + "extent" : { + "xmin" : -2231855, + "ymin" : 371265, + "xmax" : 2186935, + "ymax" : 3115075, + "spatialReference" : { + "wkid" : 102039, + "latestWkid" : 102039 + } + }, + "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", + "alias" : "reference_time", + "length" : 25 + }, + { + "name" : "update_time", + "type" : "esriFieldTypeString", + "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", + "alias" : "geom", + "geometryDef" : { + "avgNumPoints" : 0, + "geometryType" : "esriGeometryPolygon", + "hasM" : false, + "hasZ" : false, + "spatialReference" : { + "wkid" : 102100, + "latestWkid" : 3857 + } + } + }, + { + "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", + "alias" : "oid" + } + ], + "spatialStorageType" : 8 + }, + "studyAreaSpatialRel" : "esriSpatialRelUndefined", + "searchOrder" : "esriSearchOrderSpatial" + }, + "htmlPopupEnabled" : true, + "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 + } + ], + "displayFiltersType" : "ByScale", + "featureBlendingMode" : "Alpha", + "labelClasses" : [ + { + "type" : "CIMLabelClass", + "expressionTitle" : "Custom", + "expression" : "$feature.name", + "expressionEngine" : "Arcade", + "featuresToLabel" : "AllVisibleFeatures", + "maplexLabelPlacementProperties" : { + "type" : "CIMMaplexLabelPlacementProperties", + "featureType" : "Polygon", + "avoidPolygonHoles" : true, + "canOverrunFeature" : true, + "canPlaceLabelOutsidePolygon" : true, + "canRemoveOverlappingLabel" : true, + "canStackLabel" : true, + "connectionType" : "Unambiguous", + "constrainOffset" : "NoConstraint", + "contourAlignmentType" : "Page", + "contourLadderType" : "Straight", + "contourMaximumAngle" : 90, + "enableConnection" : true, + "featureWeight" : 0, + "fontHeightReductionLimit" : 4, + "fontHeightReductionStep" : 0.5, + "fontWidthReductionLimit" : 90, + "fontWidthReductionStep" : 5, + "graticuleAlignmentType" : "Straight", + "keyNumberGroupName" : "Default", + "labelBuffer" : 15, + "labelLargestPolygon" : true, + "labelPriority" : -1, + "labelStackingProperties" : { + "type" : "CIMMaplexLabelStackingProperties", + "stackAlignment" : "ChooseBest", + "maximumNumberOfLines" : 3, + "minimumNumberOfCharsPerLine" : 3, + "maximumNumberOfCharsPerLine" : 24, + "separators" : [ + { + "type" : "CIMMaplexStackingSeparator", + "separator" : " ", + "splitAfter" : true + }, + { + "type" : "CIMMaplexStackingSeparator", + "separator" : ",", + "visible" : true, + "splitAfter" : true + } + ] + }, + "lineFeatureType" : "General", + "linePlacementMethod" : "OffsetCurvedFromLine", + "maximumLabelOverrun" : 80, + "maximumLabelOverrunUnit" : "Point", + "minimumFeatureSizeUnit" : "Map", + "multiPartOption" : "OneLabelPerPart", + "offsetAlongLineProperties" : { + "type" : "CIMMaplexOffsetAlongLineProperties", + "placementMethod" : "BestPositionAlongLine", + "labelAnchorPoint" : "CenterOfLabel", + "distanceUnit" : "Percentage", + "useLineDirection" : true + }, + "pointExternalZonePriorities" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "pointPlacementMethod" : "AroundPoint", + "polygonAnchorPointType" : "GeometricCenter", + "polygonBoundaryWeight" : 0, + "polygonExternalZones" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "polygonFeatureType" : "General", + "polygonInternalZones" : { + "type" : "CIMMaplexInternalZonePriorities", + "center" : 1 + }, + "polygonPlacementMethod" : "HorizontalInPolygon", + "primaryOffset" : 1, + "primaryOffsetUnit" : "Point", + "removeExtraWhiteSpace" : true, + "repetitionIntervalUnit" : "Point", + "rotationProperties" : { + "type" : "CIMMaplexRotationProperties", + "rotationType" : "Arithmetic", + "alignmentType" : "Straight" + }, + "secondaryOffset" : 100, + "strategyPriorities" : { + "type" : "CIMMaplexStrategyPriorities", + "stacking" : 1, + "overrun" : 2, + "fontCompression" : 3, + "fontReduction" : 4, + "abbreviation" : 5 + }, + "thinningDistanceUnit" : "Point", + "truncationMarkerCharacter" : ".", + "truncationMinimumLength" : 1, + "truncationPreferredCharacters" : "aeiou", + "truncationExcludedCharacters" : "0123456789", + "polygonAnchorPointPerimeterInsetUnit" : "Point" + }, + "name" : "Class 1", + "priority" : -1, + "standardLabelPlacementProperties" : { + "type" : "CIMStandardLabelPlacementProperties", + "featureType" : "Line", + "featureWeight" : "None", + "labelWeight" : "High", + "numLabelsOption" : "OneLabelPerName", + "lineLabelPosition" : { + "type" : "CIMStandardLineLabelPosition", + "above" : true, + "inLine" : true, + "parallel" : true + }, + "lineLabelPriorities" : { + "type" : "CIMStandardLineLabelPriorities", + "aboveStart" : 3, + "aboveAlong" : 3, + "aboveEnd" : 3, + "centerStart" : 3, + "centerAlong" : 3, + "centerEnd" : 3, + "belowStart" : 3, + "belowAlong" : 3, + "belowEnd" : 3 + }, + "pointPlacementMethod" : "AroundPoint", + "pointPlacementPriorities" : { + "type" : "CIMStandardPointPlacementPriorities", + "aboveLeft" : 2, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerLeft" : 3, + "centerRight" : 2, + "belowLeft" : 3, + "belowCenter" : 3, + "belowRight" : 2 + }, + "rotationType" : "Arithmetic", + "polygonPlacementMethod" : "AlwaysHorizontal" + }, + "textSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMTextSymbol", + "blockProgression" : "TTB", + "depth3D" : 1, + "extrapolateBaselines" : true, + "fontEffects" : "Normal", + "fontEncoding" : "Unicode", + "fontFamilyName" : "Tahoma", + "fontStyleName" : "Regular", + "fontType" : "Unspecified", + "haloSize" : 1, + "height" : 10, + "hinting" : "Default", + "horizontalAlignment" : "Left", + "kerning" : true, + "letterWidth" : 100, + "ligatures" : true, + "lineGapType" : "ExtraLeading", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + } + ] + }, + "textCase" : "Normal", + "textDirection" : "LTR", + "verticalAlignment" : "Bottom", + "verticalGlyphOrientation" : "Right", + "wordSpacing" : 100, + "billboardMode3D" : "FaceNearPlane" + } + }, + "useCodedValue" : true, + "visibility" : true, + "iD" : -1 + } + ], + "renderer" : { + "type" : "CIMSimpleRenderer", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.69999999999999996, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 110, + 110, + 110, + 0 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 110, + 199.44, + 100 + ] + } + } + ] + } + } + }, + "scaleSymbols" : true, + "snappable" : true + }, + ], + "binaryReferences" : [ + { + "type" : "CIMBinaryReference", + "uRI" : "CIMPATH=Metadata/1198936f62c7b6336140f7c774b7033f.xml", + "data" : "\r\n20220728200847001.0TRUE\r\n" + }, + { + "type" : "CIMBinaryReference", + "uRI" : "CIMPATH=Metadata/14fe75088d76b1922ea8443fd1723cc8.xml", + "data" : "\r\n20220127191550001.0TRUEMap/9j/4AAQSkZJRgABAQEAAAAAAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a\r\nHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy\r\nMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCADIASwDAREA\r\nAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA\r\nAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3\r\nODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm\r\np6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA\r\nAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx\r\nBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK\r\nU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3\r\nuLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+gAo\r\nAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAjliSaIxuuVbq\r\nKAWhjNqg0y8+y3BJjY/uix5I9vWo95X00NlCM0rPU1oLmK5XdE4b1HcVSaexnKLi7MnpkhQAUAFA\r\nBQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAc\r\n14n0m1vfImliHmqSFl7qe1Cr1KS916PfzNaNNBMVpb9DmtK12Sy1+LSb+TNxnesiDAZPQj14963l\r\n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\r\nQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAGRqmlyXkgkhKAl\r\ncNuHWs5wu7o3pVuRNM53T/Cym4yVkJzgu/OzHpmqdWpP3dkXalBcy1Z1VjpNnp0YW2hVcEnOOcnq\r\nf1NW227s5r6WL9IQUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFA\r\nBQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAF\r\nABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUA\r\nFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAU\r\nAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQA\r\nUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQ\r\nAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAB\r\nQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFA\r\nBQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQB//9k=\r\n" + } + ] +} \ No newline at end of file diff --git a/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_inundation_extent.yml b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_inundation_extent.yml new file mode 100644 index 00000000..3f227a7e --- /dev/null +++ b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_blend/mrf_nbm_5day_max_inundation_extent.yml @@ -0,0 +1,34 @@ +service: mrf_nbm_5day_max_inundation_extent +summary: Medium-Range NBM 5 Day Maximum Inundation Extent Forecast +description: ' +

+*****THIS IS AN EXPERIMENTAL SERVICE***** +

+This experimental map represents the National Weather Service''s best approximation of inundation extent based upon modeled river discharge. +

+The map depicts the inundation extent of the peak National Water Model (NWM) streamflow forecast over the next 5 days where the NWM is signaling high water. This service is derived from the medium-range NBM configuration of the NWM for an area that includes 30% of the U.S. population but will be expanded later as described in the Story Map below. +

+https://storymaps.arcgis.com/stories/c7ae8422207241b5873fff38a22cf66b +

+Boundary of 30% Area: https://maps.water.noaa.gov/server/rest/services/reference/static_public_fim_domain/MapServer +

+Shown are sections of river with flow at or above a predetermined high water threshold as depicted in the following service: +

+https://maps.water.noaa.gov/server/rest/services/nwm/ana_high_flow_magnitude/MapServer +

+High water thresholds (regionally varied) and Annual Exceedance Probabilities (AEPs) are derived using the 40-year NWM reanalysis simulation which is available via the NOAA Open Data Dissemination Program (NODD). Forecast inundation extents do not fully capture coastal processes. The service below depicts the boundary of this coastal area. +

+https://maps.water.noaa.gov/server/rest/services/reference/static_nwm_coastal_domain_noaa/MapServer +

+This service is updated every 6 hours. +

+For more information on the expansion of National Weather Service (NWS) flood inundation mapping capabilities, please visit https://www.weather.gov/owp/operations. For information about the NWM, please visit https://water.noaa.gov. +

+The NWS is accepting comments and feedback on the expansion of NWS flood inundation mapping capabilities. Please visit https://www.surveymonkey.com/r/ExpFIMServices_2023 to provide feedback. +' +tags: national water model, nwm, mrf, medium, range, conus, fim, inundation, extent +credits: National Water Model, NOAA/NWS National Water Center +egis_server: server +egis_folder: nwm +feature_service: true +public_service: true \ No newline at end of file