Speed range and altitude combinations defining holding altitudes for specific speed ranges at each holding pattern
Ordered by HP_NAME, HP_NO, SPEED_RANGE, ALTITUDE. The combination of HP_NAME, HP_NO, SPEED_RANGE, and ALTITUDE forms the unique record key.
# Introspect the HpfSpdAlt 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
| |
| speedRange ← SPEED_RANGE | SpeedRange | Speed range in knots for which the associated holding altitude applies. Values may represent a single speed or a range in the format lower/upper. | knots | 27 values
|
| altitude ← ALTITUDE | String | Holding altitude for the associated speed range of record | feet MSL |