Weather services available at each weather reporting location with affected area information
Ordered by WEA_ID, COUNTRY_CODE, WEA_SVC_TYPE_CODE. This is the unique record key. WEA_AFFECT_AREA may include LE, LH, LM, LO, LS for the Great Lakes (Erie, Huron, Michigan, Ontario, Superior). Replaces legacy WXL.txt Subscriber File.
# Introspect the WxlSvc 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
| |
| weaSvcTypeCode ← WEA_SVC_TYPE_CODE | WeaSvcTypeCode | Weather Services Available at the reporting location | 22 values
| |
| weaAffectArea ← WEA_AFFECT_AREA | String | Affected State or Area expressed as an alphabetically ordered series of two-character US State Post Office abbreviations separated by commas. May also include LE (Lake Erie), LH (Lake Huron), LM (Lake Michigan), LO (Lake Ontario), LS (Lake Superior), CB (Caribbean), CN (Canada), HW (Hawaii), HI (Hawaii), MX (Mexico), OA (Pacific Ocean Area), OP (Other Pacific) |