Locked History Actions

Diff for "QuakeML2.0"

Differences between revisions 3 and 4
Revision 3 as of 2014-08-26 07:23:47
Size: 441
Comment:
Revision 4 as of 2014-08-26 07:26:25
Size: 897
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
This page gives information on the upcoming version 2.0 of QuakeML. This page gives information on the upcoming version 2.0 of QuakeML. In addition to BasicEventDescription, the following packages are defined:

Packages with new first-level elements (child elements of quakeml):
 
 * Borehole
 * Common
 * Filter
 * Macroseismic
 * SeismicSource
 * StationCharacterization
 * BasicEventDescription
 * BasicEventDescriptionTypes
 * StrongMotion
 * ResourceMetadata
 * SiteCharacterization
 * Waveform
 * Hydraulic

Helper packages that do not define first-level elements:
Line 7: Line 26:
=== UML class diagrams in XMI format === === UML class diagrams in XMI format === 

QuakeML 2.0

This page gives information on the upcoming version 2.0 of QuakeML. In addition to BasicEventDescription, the following packages are defined:

Packages with new first-level elements (child elements of quakeml):

Helper packages that do not define first-level elements:

Documents

=== UML class diagrams in XMI format ===

You can download a tarball with the UML XMI files here: TODO

QuakeML code generator

You can download a tarball with the code generator here: TODO

The code generator is written in Python. It requires the following Python packages:

  • Cheetah
  • lxml
  • Google flags