Documentation ¶
Overview ¶
Package sc3ml is for converting SeisComPML to other formats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QuakeTechnical ¶
func QuakeTechnical(b []byte) (haz.QuakeTechnical, error)
QuakeTechnical converts the SC3ML in b to a haz.QuakeTechnical.
The current supported SC3ML version is 0.7 e.g., http://geofon.gfz-potsdam.de/schema/0.7/sc3ml_0.7.xsd
The schema allows many elements to be 0..1 or 0..* The elements mapped here are assumed to be present and will have zero values if not.
It is an error if b does not contain exactly one event.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.