Return to API Services

Documentation for /cgi-bin/request/smos.py

This allows downloading of the IEM archived SMOS data for the midwest.

CGI Arguments

The following table lists the CGI arguments that are accepted by this service. A HTTP GET request is required. Fields of type Multi-Params or CSV value can accept either a comma separated list or multiple parameter and value combinations. For example, ?foo=1&foo=2 is equivalent to ?foo=1,2.

Field Type Description
lat number (required) Latitude of point to request data for.
lon number (required) West longitude of point to request data for.
ets string or null End timestamp with timezone included to request data for.
sts string or null Start timestamp with timezone included to request data for.
year1 integer or null Year to request data for, this is an alternative to sts/ets.
year2 integer or null Year to request data for, this is an alternative to sts/ets.
month1 integer or null Month to request data for, this is an alternative to sts/ets.
month2 integer or null Month to request data for, this is an alternative to sts/ets.
day1 integer or null Day to request data for, this is an alternative to sts/ets.
day2 integer or null Day to request data for, this is an alternative to sts/ets.
hour1 integer Hour to request data for.
hour2 integer Hour to request data for.
minute1 integer Minute to request data for.
minute2 integer Minute to request data for.