HOME
ABOUT
DOCUMENTATION
GET HELP
HOME
ABOUT
DOCUMENTATION
GET HELP
Quick search

HOME

ABOUT

  • Our Mission
  • SWPy Team

DOCUMENTATION

  • Examples
  • User’s Guide
  • Code Reference

GET HELP

  • Get Help
  • Docs »
  • Code Reference »
  • search
  • ← Code Reference
  • change_str_to_date →

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 Downloader object. Additionally, the function requires an internet connection as it performs an external API call. You can perform more practical tasks using methods of the Downloader.

Parameters

  • table_name (str) – The table name you want to fetch.
  • data_id (str) – The data ID you want to fetch.
  • start_time (str) – The start time of the data you want to fetch.
  • end_time (str) – The end time of the data you want to fetch. (optional)
  • Returns

  • 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.

    • ← data_info
    • GET HELP →
    © Copyright 2021, Space Weather.
    Created using Sphinx 4.0.1 with Press Theme 0.7.3.