Base weather reporting location records with geographic and elevation data
Ordered by WEA_ID, COUNTRY_CODE. This is the unique record key. Replaces legacy WXL.txt Subscriber File.
# Introspect the WxlBase type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
weaId
city
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 | ||
| weaId ← WEA_ID | String | Weather Reporting Location Identifier | ||
| city ← CITY | String | Associated City Name | ||
| stateCode ← STATE_CODE | WxlBaseStateCode | Associated State Post Office Code - standard two letter abbreviation for US States and Territories | 60 values
| |
| countryCode ← COUNTRY_CODE | WxlBaseCountryCode | Country Post Office Code | 32 values
| |
| latDeg ← LAT_DEG | Int | Weather Reporting Location Latitude Degrees | degrees | |
| latMin ← LAT_MIN | Int | Weather Reporting Location Latitude Minutes | minutes | |
| latSec ← LAT_SEC | Float | Weather Reporting Location Latitude Seconds | seconds | |
| latHemis ← LAT_HEMIS | LatHemis | Weather Reporting Location Latitude Hemisphere |
| |
| latDecimal ← LAT_DECIMAL | Float | Weather Reporting Location Latitude in Decimal Format | degrees | |
| longDeg ← LONG_DEG | Int | Weather Reporting Location Longitude Degrees | degrees | |
| longMin ← LONG_MIN | Int | Weather Reporting Location Longitude Minutes | minutes | |
| longSec ← LONG_SEC | Float | Weather Reporting Location Longitude Seconds | seconds | |
| longHemis ← LONG_HEMIS | LongHemis | Weather Reporting Location Longitude Hemisphere |
| |
| longDecimal ← LONG_DECIMAL | Float | Weather Reporting Location Longitude in Decimal Format | degrees | |
| elev ← ELEV | Int | Weather Reporting Location Elevation as a whole number value | feet MSL | |
| surveyMethodCode ← SURVEY_METHOD_CODE | ElevMethodCode | Weather Reporting Location Elevation accuracy method indicating whether the elevation value was surveyed or estimated |
|