Direction Enumerated Type

The direction of a road based on standard naming for US roads; indicates the direction the traffic flow not the real heading angle.

TravelUnited StatesAviationAirlinesAirportsGovernmentRegulatorDistributionAviation Consumer ProtectionOpen DataTransportationSafetyStatisticsAutomotiveRail
View JSON Schema on GitHub

JSON Schema

us-dot-wzdx-4.2-direction.json Raw ↑
{
  "$id": "https://raw.githubusercontent.com/usdot-jpo-ode/wzdx/main/schemas/4.2/Direction.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Direction Enumerated Type",
  "description": "The direction of a road based on standard naming for US roads; indicates the direction the traffic flow not the real heading angle.",
  "enum": ["northbound", "eastbound", "southbound", "westbound", "undefined", "unknown", "inner-loop", "outer-loop"]
}