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: http://vso.stanford.edu/cgi-bin/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

baseurl

info_url

This should return a string that is a URL to the data server or documentation on the data being served.

pattern

Methods Summary

register_values()

This enables the client to register what kind of Attrs it can use directly.

Attributes Documentation

baseurl = 'http://proba2.oma.be/lyra/data/bsd/%Y/%m/%d/lyra_(\\d){8}-000000_lev(\\d){1}_std.fits'#
info_url#
pattern = '{}/bsd/{year:4d}/{month:2d}/{day:2d}/{}_lev{Level:1d}_std.fits'#

Methods Documentation

classmethod register_values()[source]#

This enables the client to register what kind of Attrs it can use directly.

Returns:

dict – A dictionary with key values of Attrs and the values are a tuple of (“Attr Type”, “Name”, “Description”).