speasy.data_providers.amda package

speasy.amda.amda

This package contains the definition of the AMDA_Webservice class, the object that manages the connexion to AMDA and allows users to list available products, get their description and downloading the corresponding data.

AMDA provides the following kinds products :
  • parameters, measurements as timeseries
    • list them with get_parameter()

    • download them with list_parameters()

  • datasets, collections of parameters with the same time axis
    • list them with get_dataset()

    • download them with list_datasets()

  • timetables, lists of time ranges
    • list them with get_timetable()

    • download them with list_timetables()

  • catalogs, timetables with metadata for each time range
    • list them with get_catalog()

    • download them with list_catalogs()

See user documentation for a more accessible documentation.

Notes

You should not create an instance of AMDA_Webservice but use the speasy.amda instance instead.

Submodules