Nordic2SC3
This module contains tools to convert a nordic file to a SC3 file. This is done by converting the nordic first to a quakeml etree.XML object and then converting it to SC3 from there using the schema in the geofon website.
Functions and Classes
-
nordicEvents2SC3(nordic_events)
Function that converts a NordicEvent object array into a lxml etree object in SC3 format.
| Parameters: | nordic_events (array) – array of nordicEvent that will be converted into a single sc3 file |
| Returns: | SC3 file in lxml Etree object |