Skip to content
AtmosphericX LogoWritten By: KiyoWx

ICAO Locations


Configurations: sources.miscellaneous_settings.icao_locations

This data provides a GeoJSON representation of Nexrad radar station locations, including each station's longitude and latitude coordinates as well as its unique ID. The data can be used for mapping, storm tracking, and integration with other geospatial weather products.

Data Structure

Data can be requested at /data/icao_locations and is returned in the following GeoJSON:

geojson
{
    "type": "Feature",
    "geometry": {
        "type": "Point",
        "coordinates": [ -97.278333, 35.333611 ]
    },
    "properties": {
        "id": "KTLX"
    }
}