solarwindpy.solar_activity.base.ID
- class ID(key: str)[source]
Bases:
BaseContainer 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.
- property logger
logging.Loggerattached to the instance.