Base record for each Standard Departure Procedure (DP/SID), one record per DP
Ordered by DP_COMPUTER_CODE. The ordered-by list is also the unique record key.
# Introspect the DpBase type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
dpName
amendmentNo
artcc
# }
}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 | ||
| amendmentNo ← AMENDMENT_NO | AmendmentNo | Amendment number (spelled out) of the DP that will be active on the effective date | 9 values
| |
| artcc ← ARTCC | DpBaseArtcc | List of all responsible ARTCCs based on airports served | 26 values
| |
| dpAmendEffDate ← DP_AMEND_EFF_DATE | String | The first effective date for which the DP amendment became active, in format YYYY/MM/DD | ||
| rnavFlag ← RNAV_FLAG | ContrFuelAvbl | Y/N flag indicating whether the DP is RNAV required |
| |
| dpComputerCode ← DP_COMPUTER_CODE | String | FAA-Assigned Computer Identifier for the DP (e.g. ADELL6.ADELL) | ||
| graphicalDpType ← GRAPHICAL_DP_TYPE | GraphicalDpType | Identifies whether the graphical DP is type SID or OBSTACLE |
| |
| servedArpt ← SERVED_ARPT | String | List of airports served by the DP |