ASOS/AWOS weather system station data including location, type, and operational information
Unique record key is ASOS_AWOS_ID + ASOS_AWOS_TYPE. Decommissioned weather systems are not included. Replaces legacy AWOS.txt Subscriber File.
# Introspect the Awos type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
asosAwosId
asosAwosType
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 | YYYY/MM/DD | |
| asosAwosId ← ASOS_AWOS_ID | String | Weather System Identifier. Unique 3-4 character alphanumeric identifier. Part of unique record key. | ||
| asosAwosType ← ASOS_AWOS_TYPE | AsosAwosType | Weather System Type. Part of unique record key. | 10 values
| |
| stateCode ← STATE_CODE | AwosStateCode | Associated State Code standard two letter abbreviation for US States and Territories | 57 values
| |
| city ← CITY | String | Weather System associated City Name | ||
| countryCode ← COUNTRY_CODE | AwosCountryCode | Country Code where Weather System is located |
| |
| commissionedDate ← COMMISSIONED_DATE | String | Commissioning date of the weather system. Decommissioned systems are not included in the file. | ||
| navaidFlag ← NAVAID_FLAG | ContrFuelAvbl | Flag indicating whether the weather system is associated with a NAVAID |
| |
| latDeg ← LAT_DEG | Int | Weather System Latitude Degrees component | degrees | |
| latMin ← LAT_MIN | Int | Weather System Latitude Minutes component | minutes | |
| latSec ← LAT_SEC | Float | Weather System Latitude Seconds component | seconds | |
| latHemis ← LAT_HEMIS | LatHemis | Weather System Latitude Hemisphere |
| |
| latDecimal ← LAT_DECIMAL | Float | Weather System Latitude in Decimal Degrees format | degrees | |
| longDeg ← LONG_DEG | Int | Weather System Longitude Degrees component | degrees | |
| longMin ← LONG_MIN | Int | Weather System Longitude Minutes component | minutes | |
| longSec ← LONG_SEC | Float | Weather System Longitude Seconds component | seconds | |
| longHemis ← LONG_HEMIS | LongHemis | Weather System Longitude Hemisphere |
| |
| longDecimal ← LONG_DECIMAL | Float | Weather System Longitude in Decimal Degrees format | degrees | |
| elev ← ELEV | Float | Weather System Elevation measured to nearest tenth of a foot | feet MSL | |
| surveyMethodCode ← SURVEY_METHOD_CODE | ElevMethodCode | Weather System location determination method code |
| |
| phoneNo ← PHONE_NO | String | Weather System primary Telephone Number | ||
| secondPhoneNo ← SECOND_PHONE_NO | String | Weather System secondary Telephone Number | ||
| siteNo ← SITE_NO | String | Landing Facility Site Number when Weather System is located at an Airport. References SITE_NO in the landing facility table. | ||
| siteTypeCode ← SITE_TYPE_CODE | SiteTypeCode | Landing Facility Type Code when Weather System is located at an Airport |
| |
| remark ← REMARK | String | Free-text remark associated with the Weather System providing additional operational notes, associations, limitations, and other relevant information |