Stations: A comma-separated list of station
IDs, e.g. PSRIM,PSINK. If you don't know the
station ID, you can search on
Mesowest.
With some knowledge of the Synoptic Mesonet API, you can make
more complex station queries. Instead of a list of stations,
you can instead provide
station selection parameters
to refine your station selection. This string is inserted in
the API request, so you need to separate each argument with a
&. For example:
-
radius=wbb,5 All stations within a 5 mile radius
of
WBB.
-
radius=wbb,5&limit=10
10 stations nearest WBB within a
5 mile radius.
-
radius=WBB,5&limit=10&stid=!MTMET Same as above,
but exclude the station
MTMET.
-
radius=WBB,20&network=153 Stations within
20 miles of WBB that belong to the
UUNET network. (See list of
network providers.)
-
radius=KSLC,40&network=1,2&limit=8
8 stations within 40 miles of
KSLC that belong to the
ASOS/AWOS and RAWS networks. (See
list of
network providers.)
-
radius=41.5,-120.25,20&limit=10
10 stations within 20 miles of the
latitude,longitude
location.