process_sensors¶
-
InventoryXmlParser.
process_sensors
(inventory, sensors)[source]¶ Process the extracted sensor tags.
The sensors are added in place to the passed inventory.
- Parameters
inventory (
mss_dataserver.geometry.inventory.Inventory
) – The inventory to which to add the parsed sensors.sensors (
list
ofetree.SubElement
) – The xml sensor nodes parsed using the findall method.