Base holding pattern data including fix/navaid association, direction, course, and leg length
Ordered by HP_NAME, HP_NO. The combination of HP_NAME and HP_NO forms the unique record key.
# Introspect the HpfBase type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
hpName
hpNo
stateCode
# }
}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 | ||
| hpName ← HP_NAME | String | Holding Pattern Identifier formatted as NAVAID_NAME FACILITY_TYPE*STATE_CODE or FIX_NAME FIX_TYPE*STATE_CODE*ICAO_REGION_CODE | ||
| hpNo ← HP_NO | HpNo | Pattern Number to Uniquely Identify Holding Pattern | 10 values
| |
| stateCode ← STATE_CODE | FixBaseStateCode | Associated State Post Office Code, standard two letter abbreviation for US States and Territories | 61 values
| |
| countryCode ← COUNTRY_CODE | HpfBaseCountryCode | Country Post Office Code | 8 values
| |
| fixId ← FIX_ID | String | Fix with which the Holding Pattern is Associated | ||
| icaoRegionCode ← ICAO_REGION_CODE | HpfBaseIcaoRegionCode | ICAO Region Code of the Fix with which the Holding is Associated | 17 values
| |
| navId ← NAV_ID | String | Identifier of the NAVAID with which the Holding Pattern is Associated | ||
| navType ← NAV_TYPE | HpfBaseNavType | Facility Type of the NAVAID with which the Holding Pattern is Associated | 15 values
| |
| holdDirection ← HOLD_DIRECTION | HoldDirection | Compass direction of holding pattern relative to the NAVAID or Fix | 8 values
| |
| holdDegOrCrs ← HOLD_DEG_OR_CRS | String | Magnetic Bearing, Radial (Degrees) or Course Direction of Holding | degrees | |
| azimuth ← AZIMUTH | Azimuth | Indicates whether the azimuth value shown is a Radial, Course, Bearing, or RNAV Track |
| |
| courseInboundDeg ← COURSE_INBOUND_DEG | Int | Inbound Course in degrees magnetic | degrees | |
| turnDirection ← TURN_DIRECTION | TurnDirection | Turning Direction for the holding pattern |
| |
| legLengthDist ← LEG_LENGTH_DIST | LegLengthDist | Leg Length Outbound DME distance in nautical miles | nautical miles | 20 values
|