Name: LiveStreamGauges
Display Field: name
Type: Feature Layer
Geometry Type: esriGeometryPoint
Description:
Copyright Text:
Min. Scale: 0
Max. Scale: 0
Default Visibility: true
Max Record Count: 2000
Supported query Formats: JSON, geoJSON, PBF
Use Standardized Queries: True
Extent:
XMin: -10997826.1025
YMin: 3403924.9749
XMax: -10928110.7241
YMax: 3471241.2428
Spatial Reference: 102100 (3857)
Drawing Info:
{"renderer":{"authoringInfo":{"visualVariables":[{"type":"sizeInfo","minSliderValue":2,"maxSliderValue":22}]},"type":"uniqueValue","valueExpression":"var Status = $feature.status\nvar StatusDict = {\n \"Major Flood\":\"Major Flood\",\n \"Moderate Flood\":\"Moderate Flood\",\n \"No Flooding\":\"No Flooding\",\n \"Minor Flood\":\"Minor Flood\",\n \"Action Stage\":\"Action Stage\",\n \"Low Flow\":\"Low Flow\",\n \"\":\"Unknown\"\n}\n\nif (HasKey(StatusDict, Status)) {\n Return StatusDict[Status]\n}\nReturn \"Unknown\"","valueExpressionTitle":"Status","uniqueValueGroups":[{"heading":"","classes":[{"label":"Major Flood","description":"Major Flood","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[181,0,0,255],"size":7.5,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[181,0,0,105],"width":4.5}},"values":[["Major Flood"]]},{"label":"Moderate Flood","description":"Moderate Flood","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[247,53,0,255],"size":6,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[247,53,0,126],"width":3.75}},"values":[["Moderate Flood"]]},{"label":"Minor Flood","description":"Minor Flood","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,139,0,255],"size":5.25,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,139,0,116],"width":3.75}},"values":[["Minor Flood"]]},{"label":"Action Stage","description":"Action Stage","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[242,202,0,255],"size":4.5,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[242,202,0,126],"width":3.75}},"values":[["Action Stage"]]},{"label":"Low Flow","description":"Low Flow","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[193,151,111,255],"size":4.5,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[193,151,111,128],"width":3}},"values":[["Low Flow"]]},{"label":"Unknown","description":"Unknown","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,230,169,255],"size":2.25,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[102,191,216,255],"width":1.6875}},"values":[["Unknown"]]},{"label":"No Flooding","description":"No Flooding","symbol":{"type":"esriPMS","url":"3e5ac973103e5deef778315fe223ec10","imageData":"iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAKklEQVQImWPJyMh4xsDAIMkABSwgTnl5+XsQp7OzUxAkgALAAiAZKP8sAE8NCNrR0xxcAAAAAElFTkSuQmCC","contentType":"image/png","width":3,"height":3,"angle":0,"xoffset":0,"yoffset":0},"values":[["No Flooding"]]}]}],"uniqueValueInfos":[{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[181,0,0,255],"size":7.5,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[181,0,0,105],"width":4.5}},"value":"Major Flood","label":"Major Flood"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[247,53,0,255],"size":6,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[247,53,0,126],"width":3.75}},"value":"Moderate Flood","label":"Moderate Flood"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,139,0,255],"size":5.25,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,139,0,116],"width":3.75}},"value":"Minor Flood","label":"Minor Flood"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[242,202,0,255],"size":4.5,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[242,202,0,126],"width":3.75}},"value":"Action Stage","label":"Action Stage"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[193,151,111,255],"size":4.5,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[193,151,111,128],"width":3}},"value":"Low Flow","label":"Low Flow"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,230,169,255],"size":2.25,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[102,191,216,255],"width":1.6875}},"value":"Unknown","label":"Unknown"},{"symbol":{"type":"esriPMS","url":"3e5ac973103e5deef778315fe223ec10","imageData":"iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAKklEQVQImWPJyMh4xsDAIMkABSwgTnl5+XsQp7OzUxAkgALAAiAZKP8sAE8NCNrR0xxcAAAAAElFTkSuQmCC","contentType":"image/png","width":3,"height":3,"angle":0,"xoffset":0,"yoffset":0},"value":"No Flooding","label":"No Flooding"}],"fieldDelimiter":",","visualVariables":[{"type":"sizeInfo","valueExpressionTitle":"Resize Symbol by Map Scale","valueExpression":"var Status=$feature.status\nvar vs=$view.scale\nvar StatusSize = 3\nvar StatusDict = {\n \"Major Flood\":10, \n \"Moderate Flood\":8, \n \"Minor Flood\":7, \n \"Action Stage\":6,\n \"Low Flow\":6}\n \nif (HasKey(StatusDict, Status)) {\n StatusSize = StatusDict[Status]\n}\n\nWhen(\nvs > 18000000, StatusSize,\nvs > 9000000, 2 + StatusSize,\nvs > 4000000, 3 + StatusSize,\nvs > 2000000, 4 + StatusSize,\nvs > 1000000, 6 + StatusSize,\nvs > 500000, 8 + StatusSize, \nvs > 200000, 10 + StatusSize,\nvs > 100000, 11 + StatusSize, 12 + StatusSize)","minSize":1.5,"maxSize":16.5,"minDataValue":2,"maxDataValue":22,"axis":"height","legendOptions":{"title":"","showLegend":false}}]},"scaleSymbols":true,"transparency":0,"labelingInfo":null}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: false
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
Object ID Field: OBJECTID
Unique ID Field:
IsSystemMaintained : True
Global ID Field:
Type ID Field:
Fields:
- OBJECTID (type: esriFieldTypeOID, alias: OBJECTID, SQL Type: sqlTypeOther, length: 0, nullable: false, editable: false)
- stationid (type: esriFieldTypeString, alias: StationID, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: true)
- stationurl (type: esriFieldTypeString, alias: Station Page, SQL Type: sqlTypeOther, length: 254, nullable: true, editable: true)
- stageurl (type: esriFieldTypeString, alias: Stage URL, SQL Type: sqlTypeOther, length: 254, nullable: true, editable: true)
- flowurl (type: esriFieldTypeString, alias: Flow URL, SQL Type: sqlTypeOther, length: 254, nullable: true, editable: true)
- graphurl (type: esriFieldTypeString, alias: Graph URL, SQL Type: sqlTypeOther, length: 254, nullable: true, editable: true)
- org (type: esriFieldTypeString, alias: Organization, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: true)
- stage_ft (type: esriFieldTypeDouble, alias: Height (feet), SQL Type: sqlTypeOther, nullable: true, editable: true)
- flow_cfs (type: esriFieldTypeDouble, alias: Flow (cfs), SQL Type: sqlTypeOther, nullable: true, editable: true)
- status (type: esriFieldTypeString, alias: Status, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: true)
- lastupdate (type: esriFieldTypeDate, alias: Last Update, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- name (type: esriFieldTypeString, alias: Name, SQL Type: sqlTypeOther, length: 100, nullable: true, editable: true)
- governing_location (type: esriFieldTypeString, alias: Governing Location, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- lastupdate_age (type: esriFieldTypeSmallInteger, alias: Hours Since Last Update, SQL Type: sqlTypeOther, nullable: true, editable: true)
- statusClass (type: esriFieldTypeInteger, alias: Status Classification, SQL Type: sqlTypeOther, nullable: true, editable: true)
- status_full (type: esriFieldTypeString, alias: Full Forecast Status, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: true)
- status_24h (type: esriFieldTypeString, alias: 24 Hour Forecast Status, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: true)
- status_48h (type: esriFieldTypeString, alias: 48 Hour Forecast Status, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: true)
- status_72h (type: esriFieldTypeString, alias: 72 Hour Forecast Status, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: true)
Templates:
Name: LiveStreamGauges
Description:
Drawing Tool: esriFeatureEditToolPoint
Prototype:
Is Data Versioned: false
Has Contingent Values: false
Supports Rollback On Failure Parameter: true
Last Edit Date: 7/24/2025 6:31:07 PM
Schema Last Edit Date: 7/24/2025 6:31:07 PM
Data Last Edit Date: 7/24/2025 6:31:07 PM
Supported Operations:
Query
Query Pivot
Query Top Features
Query Analytic
Query Bins
Generate Renderer
Validate SQL
Get Estimates
ConvertFormat