LYRAClient#
- class sunpy.net.dataretriever.LYRAClient[source]#
Bases:
GenericClient
Provides access to the LYRA/Proba2 data archive.
Hosted by the PROBA2 Science Center.
Examples
>>> from sunpy.net import Fido, attrs as a >>> results = Fido.search(a.Time("2016/1/1", "2016/1/2"), ... a.Instrument.lyra) >>> results <sunpy.net.fido_factory.UnifiedResponse object at ...> Results from 2 Providers: 4 Results from the LYRAClient: Source: http://proba2.oma.be/lyra/data/bsd Start Time End Time Instrument ... Provider Level ----------------------- ----------------------- ---------- ... -------- ----- 2016-01-01 00:00:00.000 2016-01-01 23:59:59.999 LYRA ... ESA 2 2016-01-01 00:00:00.000 2016-01-01 23:59:59.999 LYRA ... ESA 3 2016-01-02 00:00:00.000 2016-01-02 23:59:59.999 LYRA ... ESA 2 2016-01-02 00:00:00.000 2016-01-02 23:59:59.999 LYRA ... ESA 3 3 Results from the VSOClient: Source: https://sdac.virtualsolar.org/cgi/search Total estimated size: 2.914 Gbyte Start Time End Time Source ... Extent Type Size ... Mibyte ----------------------- ----------------------- ------ ... ----------- -------- 2016-01-01 09:41:00.000 2016-01-01 10:40:00.000 PROBA2 ... N/A 2328.75 2016-01-01 09:41:00.000 2016-01-01 10:40:00.000 PROBA2 ... N/A 419.0625 2016-01-01 09:41:00.000 2016-01-01 10:40:00.000 PROBA2 ... N/A 30.9375
Attributes Summary
This should return a string that is a URL to the data server or documentation on the data being served.
Methods Summary
This enables the client to register what kind of Attrs it can use directly.
Attributes Documentation
- info_url#
- pattern = 'http://proba2.oma.be/lyra/data/bsd/{{year:4d}}/{{month:2d}}/{{day:2d}}/{{}}_lev{{Level:1d}}_std.fits'#
Methods Documentation