stop_nhdplusid

NHDPlus flowline NHDPlusID bigint value at which navigation will cease. Only used in point-to-point navigation.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-stop-nhdplusid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-stop-nhdplusid-schema.json",
  "title": "stop_nhdplusid",
  "description": "NHDPlus flowline NHDPlusID bigint value at which navigation will cease.  Only used in point-to-point navigation.",
  "type": "integer",
  "format": "int64",
  "examples": [
    5000100000184
  ]
}