solarwindpy.solar_activity.base.ID

class ID(key: str)[source]

Bases: Base

Container for identifying a particular data product.

__init__(key: str) None[source]

Instantiate the identifier and set the corresponding URL.

Parameters:

key (str) – Key that maps to a URL fragment in _trans_url.

property key
property url

URL specifying location from which data was downloaded.

set_key(key)[source]

Set the identifier key and construct the download URL.

property logger

logging.Logger attached to the instance.