MAVERICK WX

Source
api.weather.gov

Glossary

The jargon that shows up in NWS operational messages and API responses, defined in plain English. Where NWS publishes no legend — several radiosonde codes — we say so rather than guess.

31 entries shown

API concepts

gridpoint also: forecast grid

One square of a forecast office’s editing grid, roughly 2.5 km across.

Modern NWS forecasts are not written as text first. Forecasters edit a grid of numbers covering their area, and the text forecast is generated from it. The API exposes both: the grid itself, and the readable forecast built from it.

zone also: forecast zone, fire weather zone

A named area that forecasts and warnings are written for.

NWS divides the country several different ways at once: public forecast zones, county zones, fire weather zones and marine zones. They overlap and are not the same shapes, which is why a warning sometimes covers a different area than the forecast for the same town.

GeoJSON

The default format api.weather.gov returns.

A JSON format for geographic data, where each item carries both its data and its shape on the map. The NWS API returns GeoJSON by default; you can ask for JSON-LD instead with an Accept header.