EVEClient#

class sunpy.net.dataretriever.EVEClient[source]#

Bases: GenericClient

Provides access to Level 0CS Extreme ultraviolet Variability Experiment (EVE) data.

To use this client you must request Level 0 data. It is hosted by LASP.

Examples

>>> from sunpy.net import Fido, attrs as a
>>> results = Fido.search(a.Time("2016/1/1", "2016/1/2"),
...                       a.Instrument.eve, a.Level.zero)
>>> results
<sunpy.net.fido_factory.UnifiedResponse object at ...>
Results from 1 Provider:

2 Results from the EVEClient:
Source: https://lasp.colorado.edu/eve/data_access/eve_data/quicklook/L0CS/SpWx/

       Start Time               End Time        Instrument ... Provider Level
----------------------- ----------------------- ---------- ... -------- -----
2016-01-01 00:00:00.000 2016-01-01 23:59:59.999        EVE ...     LASP     0
2016-01-02 00:00:00.000 2016-01-02 23:59:59.999        EVE ...     LASP     0

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

required

Methods Summary

register_values()

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

Attributes Documentation

info_url#
pattern = 'https://lasp.colorado.edu/eve/data_access/eve_data/quicklook/L0CS/SpWx/{{year:4d}}/{{year:4d}}{{month:2d}}{{day:2d}}_EVE_L{{Level:1d}}CS_DIODES_1m.txt'#
required = {<class 'sunpy.net.attrs.Instrument'> sunpy.net.attrs.Instrument  Specifies the Instrument name for the search.         Attribute Name       ... --------------------------- ... adapt                       ... aia                         ... aia                         ... bcs                         ... be_continuum                ... be_halpha                   ... bigbear                     ... c1                          ... c2                          ... caii                        ... cds                         ... celias                      ... cerrotololo                 ... chp                         ... cook                        ... costep                      ... cp                          ... dpm                         ... eis                         ... eit                         ... elteide                     ... erne                        ... eui                         ... eve                         ... eve                         ... film                        ... five_12_channelmagnetograph ... foxsi                       ... gbm                         ... goes                        ... golf                        ... gong                        ... ha2                         ... hi_c                        ... hi_c21                      ... hmi                         ... hxeclipse                   ... hxt                         ... imax                        ... impact                      ... iris                        ... isoon                       ... iss                         ... ivm                         ... k_cor                       ... kpdc                        ... l1                          ... l2                          ... lasco                       ... learmonth                   ... longwave_lobe_06            ... longwave_lobe_07            ... longwave_slit_06            ... longwave_slit_07            ... lyra                        ... lyra                        ... maunaloa                    ... mdi                         ... mees                        ... mergedgong                  ... metis                       ... meudonspectroheliograph     ... mk4                         ... nfi_0                       ... noaa_indices                ... noaa_predict                ... norh                        ... phi                         ... phoenix                     ... phoka                       ... plastic                     ... polar                       ... ptmc                        ... rhessi                      ... rhessi                      ... secchi                      ... shortwave_lobe_06           ... shortwave_lobe_07           ... shortwave_slit_06           ... shortwave_slit_07           ... six_0_ftshg                 ... sj                          ... solarftsspectrometer        ... solohi                      ... soon                        ... sot                         ... sp1                         ... sp2                         ... spectroheliograph           ... spectromagnetograph         ... spice                       ... srs_table                   ... stix                        ... sufi                        ... sumer                       ... sutri                       ... suvi                        ... suvi                        ... swan                        ... swap                        ... swaves                      ... sxt                         ... t1_halpha                   ... t4_cak                      ... t4_continuum                ... t4_gband                    ... tm_1001                     ... tm_1010                     ... trace                       ... udaipur                     ... unpolarized                 ... uvcs                        ... vault_1999                  ... vault_2002                  ... vault_2014                  ... virgo                       ... vsm                         ... wbs                         ... wfi_1                       ... wfi_2                       ... wfi_3                       ... wispr                       ... x123                        ... xrs                         ... xrt                         ..., <class 'sunpy.net.attrs.Level'> sunpy.net.attrs.Level  Specifies the data processing level to search for. The data processing level is specified by the instrument PI. May not work with all archives.  Attribute Name ... -------------- ... one            ... one            ... one_b          ... one_b          ... onepointfive   ... onepointfive_s ... three          ... three          ... two            ... two            ... two            ... zero           ... zero_c         ... zero_d         ..., <class 'sunpy.net.attrs.Time'> sunpy.net.attrs.Time Specify the time range of the query.  Attribute Name    Client   Full Name              Description               -------------- ----------- --------- -------------------------------------- all            NOAAIndices all       All values of this type are supported. all            NOAAPredict all       All values of this type are supported.}#

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”).