DescriptionIngest geoevents files into GEOEVENTS table
DocstringIngester module for the Executable Schedule file type (SCHEDFULL). This is a sample XML file which contains, for each entry, a header for an item that may be an Event or a Request as shown below: <EVRQ> <EVRQ_Header> <EVRQ_Time>UTC=2020-02-06T00:36:10.920</EVRQ_Time> <EVRQ_Type>Request</EVRQ_Type> <EVRQ_Description>Configure TXA before Core Pass</EVRQ_Description> </EVRQ_Header> <RQ> <RQ_Name>PXBSTXON</RQ_Name> <RQ_Description>Configure TXA before Core Pass</RQ_Description> <RQ_Source>PDGS</RQ_Source> <RQ_Destination>MPS</RQ_Destination> <RQ_Type>Orbital Angle tagged Sequence</RQ_Type> <RQ_Absolute_orbit>38</RQ_Absolute_orbit> <RQ_Deg_from_ANX>46.728</RQ_Deg_from_ANX> <List_of_RQ_Parameters count="0"/> <List_of_RQ_Attributes count="2"> <RQ_Attribute> <RQ_Attribute_Name>RQ_ID</RQ_Attribute_Name> <RQ_Attribute_Value>3</RQ_Attribute_Value> </RQ_Attribute> <RQ_Attribute> <RQ_Attribute_Name>OPS_TYPE</RQ_Attribute_Name> <RQ_Attribute_Value>MRC</RQ_Attribute_Value> </RQ_Attribute> </List_of_RQ_Attributes> </RQ> </EVRQ> <EVRQ> <EVRQ_Header> <EVRQ_Time>UTC=2020-02-06T00:37:30.486</EVRQ_Time> <EVRQ_Type>Event</EVRQ_Type> <EVRQ_Description>Acquisition of Signal time for Horizon Mask for Fairbanks</EVRQ_Description> </EVRQ_Header> <EV> <EV_Name>FBK_AOS-HM</EV_Name> <EV_Absolute_orbit>38</EV_Absolute_orbit> <EV_Deg_from_ANX>50.974</EV_Deg_from_ANX> <List_of_EV_Parameters count="0"/> </EV> </EVRQ>
Wiki pageNone
Activity fileGEOEVENTS_INGESTER.xml
Executablealg/geoevents_ingester.py
Calling conventionfilename
Table triggers None
Scheduler triggers
  • File scan ????_???_???__? in {settings.DATALAKE_PRIMARY}/GEOEVENTS
Output tables None
Event raised None