Read Json file return by DONKI's API.
Format JSON_DONKICME_V0 is the following:
List of 1 dictionnary containing:
- activityID : an id containing the starting date Y-m-dTH:M:S-CME-XXX. Correspond to event_id.
- startTime : starting time with format Y-m-dTH:MZ. Correspond to date_begin.
- cmeAnalyses : dictionary
- cmeAnalyses[time21_5] : time at 21.5 solar radii with format Y-m-dTH:MZ. Correspond to date_end.
- cmeAnalysis[latitude] : format f.1. Correspond to latitude.
- cmeAnalysis[longitude] : format f.1. Correspond to longitude.
- cmeAnalysis[type] : C or S. Corresponds to event_class.
- catalog : SWRC_CATALOG or JANG_ET_AL_CATALOG or VALIDATION_CATALOG
- sourceLocation :
- activeRegionNum :
- link : some url
- note : some description
- instruments : list of dictionary about instrument (id,displayName,)
- linkedEvents :
- cmeAnalysis[halfAngle] :
- cmeAnalysis[speed] : speed in km/s
- cmeAnalysis[isMostAccurate] : Boolean
- cmeAnalysis[note] : some note
- cmeAnalysis[levelOfData] : 0 or ?
- cmeAnalysis[link] : some url
- cmeAnalysis[enlilList] : list of dictionary about ?
- Returns
- List of 1 DONKIEvent object.