Skip to content

Sc3 event XML to FDSN event XML: Units of amplitude measurements are missing #60

Open
@calum-chamberlain

Description

@calum-chamberlain

I wondered what units the amplitude measurements in GeoNet QuakeML's are in? QuakeML spec suggests these generic amplitudes should be stored in SI units, but they encourage the used of the unit field but it doesn't look like this is populated, and the amplitudes do not look like SI values. For example, this M 2.9 event has ML amplitudes > 1.0, where ML amplitudes are usually displacement (in m for SI units, 1.6m displacement at a decent distance for a 2.9 seems high). e.g. (copied from the QuakeML):

<amplitude publicID="smi:nz.org.geonet/Amplitude/20190704101041.098734.32827">
  <type>ML</type>
  <genericAmplitude>
    <value>1.620822695</value>
    <lowerUncertainty>0.2354822821</lowerUncertainty>
    <upperUncertainty>0.2354822821</upperUncertainty>
  </genericAmplitude>
  <timeWindow>
    <reference>2019-07-04T10:09:44.39313Z</reference>
    <begin>-14.999999</begin>
    <end>48.81</end>
  </timeWindow>
  <pickID>
    smi:nz.org.geonet/20190704.100934.39-AIC-NZ.WHZ.10.HHZ
  </pickID>
  <waveformID networkCode="NZ" stationCode="WHZ" locationCode="10" channelCode="HH"/>
  <creationInfo>
    <agencyID>WEL(GNS_Primary)</agencyID>
    <author>scamp@kseqp02.geonet.org.nz</author>
    <creationTime>2019-07-04T10:10:41.098811Z</creationTime>
  </creationInfo>
</amplitude>

Any chance the units field of the amplitudes can be populated please?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions