start_reachcode

NHD flowline 14-byte reach code value from which to begin the navigation. Provide a start measure to indicate a specific position on the reach.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-start-reachcode-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-start-reachcode-schema.json",
  "title": "start_reachcode",
  "description": "NHD flowline 14-byte reach code value from which to begin the navigation.  Provide a start measure to indicate a specific position on the reach.",
  "type": "string",
  "minLength": 14,
  "maxLength": 14,
  "examples": [
    "01010007002110"
  ]
}