-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
How can we get a comprehensive list of available 'cities' (stations)?
The argument passed to get_city_feed must be the fully qualified path. e.g. to the get the details for the monitoring station at Arkansas St, San Francisco, CA the call would be something like:
client = core.WaqiClient()
station = client.get_city_feed('california/san-francisco/san-francisco-arkansas-street/')
The full list of cities (with hyperlinks) can be found on the WAQI website.
Possible other option:
client.search_stations('california')
will return a list of station metadata objects (though this seems to be capped at 20 hits).
Metadata
Metadata
Assignees
Labels
No labels