Route points and sequencing for each DP body segment and transition
Ordered by DP_NAME, DP_COMPUTER_CODE, ROUTE_PORTION_TYPE, ROUTE_NAME, BODY_SEQ, POINT_SEQ. The ordered-by list is also the unique record key.
# Introspect the DpRte type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
dpName
artcc
dpComputerCode
# }
}Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.
| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| effDate ← EFF_DATE | String | The 28-day NASR Subscription Effective Date in format YYYY/MM/DD | ||
| dpName ← DP_NAME | String | Name assigned to the Departure Procedure | ||
| artcc ← ARTCC | DpAptArtcc | List of all responsible ARTCCs based on airports served | 25 values
| |
| dpComputerCode ← DP_COMPUTER_CODE | String | FAA-Assigned Computer Identifier for the DP (e.g. ADELL6.ADELL) | ||
| routePortionType ← ROUTE_PORTION_TYPE | RoutePortionType | Identifies whether the segment is a Transition or Body portion of the DP |
| |
| routeName ← ROUTE_NAME | String | The transition or body name for this route segment | ||
| bodySeq ← BODY_SEQ | Int | Uniquely identifies the segment in the rare case that body name is not unique for a given DP | ||
| transitionComputerCode ← TRANSITION_COMPUTER_CODE | String | FAA-Assigned Computer Identifier for the transition | ||
| pointSeq ← POINT_SEQ | PointSeq | Sequencing number in multiples of ten; points are ordered as adapted for the given segment | 13 values
| |
| point ← POINT | String | The fix or NAVAID adapted on the segment | ||
| icaoRegionCode ← ICAO_REGION_CODE | CifpSidIcaoCode2 | The two-letter ICAO region code for FIX point types only | 15 values
| |
| pointType ← POINT_TYPE | FromPtType | Specific fix or NAVAID type for the point on the segment | 21 values
| |
| nextPoint ← NEXT_POINT | String | The point that directly follows the current point on an individual segment | ||
| arptRwyAssoc ← ARPT_RWY_ASSOC | String | The list of airports and/or airport/runway combinations associated with a given segment |