search¶
- swpy.swds.request.search(table_name, data_id, start_time, end_time = None)¶
-
Given the specified conditions, call a particular API, print the results, and return a
Downloaderobject. Additionally, the function requires an internet connection as it performs an external API call. You can perform more practical tasks using methods of theDownloader. - Parameters
str) – The table name you want to fetch.
str) – The data ID you want to fetch.
str) – The start time of the data you want to fetch.
str) – The end time of the data you want to fetch. (optional)
Downloader : A Downloader object that includes the searched data.
If you want to know more about how to use the search function in detail, please refer to the Examples page.