SRSClient¶
-
class
sunpy.net.dataretriever.
SRSClient
[source] [edit on github]¶ Bases:
sunpy.net.dataretriever.GenericClient
Provides access to the NOAA SWPC solar region summary data from the ftp archive.
Examples
>>> from sunpy.net import Fido, attrs as a >>> results = Fido.search(a.Time("2016/1/1", "2016/1/2"), ... a.Instrument('SOON')) >>> results <sunpy.net.fido_factory.UnifiedResponse object at ...> Results from 1 Provider: 2 Results from the SRSClient: Start Time End Time Source Instrument Wavelength str19 str19 str9 str4 str3 ------------------- ------------------- --------- ---------- ---------- 2016-01-01 00:00:00 2016-01-02 00:00:00 NOAA/USAF SOON nan 2016-01-01 00:00:00 2016-01-02 00:00:00 NOAA/USAF SOON nan
Methods Summary
fetch
(qres[, path, error_callback])Download a set of results.
Methods Documentation
-
fetch
(qres, path=None, error_callback=None, **kwargs)[source] [edit on github]¶ Download a set of results.
- Parameters
qres (
QueryResponse
) – Results to download.- Returns
Results Object
-