GeoJSON Bounding Box

Information on the coordinate range for a Geometry, Feature, or FeatureCollection

TravelUnited StatesAviationAirlinesAirportsGovernmentRegulatorDistributionAviation Consumer ProtectionOpen DataTransportationSafetyStatisticsAutomotiveRail
View JSON Schema on GitHub

JSON Schema

us-dot-wzdx-4.2-boundingbox.json Raw ↑
{
  "$id": "https://raw.githubusercontent.com/usdot-jpo-ode/wzdx/main/schemas/4.2/BoundingBox.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GeoJSON Bounding Box",
  "description": "Information on the coordinate range for a Geometry, Feature, or FeatureCollection",
  "type": "array",
  "minItems": 4,
  "items": {
    "type": "number"
  }
}