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("2025/1/1", "2025/1/2"),
...                       a.Instrument.lyra)
>>> results
<sunpy.net.fido_factory.UnifiedResponse object at ...>
Results from 1 Provider:

4 Results from the LYRAClient:
Source: https://proba2.sidc.be/lyra/data/bsd

       Start Time               End Time        Instrument  Physobs   Source Provider Level
----------------------- ----------------------- ---------- ---------- ------ -------- -----
2025-01-01 00:00:00.000 2025-01-01 23:59:59.999       LYRA irradiance PROBA2      ESA     2
2025-01-01 00:00:00.000 2025-01-01 23:59:59.999       LYRA irradiance PROBA2      ESA     3
2025-01-02 00:00:00.000 2025-01-02 23:59:59.999       LYRA irradiance PROBA2      ESA     2
2025-01-02 00:00:00.000 2025-01-02 23:59:59.999       LYRA irradiance PROBA2      ESA     3

Attributes Summary

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

info_url#
pattern = 'https://proba2.sidc.be/lyra/data/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”).