SeisComP3 / seiscomp3

SeisComP is a seismological software for data acquisition, processing, distribution and interactive analysis.
Other
111 stars 87 forks source link

FDSN webservice uncertainty unit #181

Open Brtle opened 6 years ago

Brtle commented 6 years ago

The FDSN webservice generates QuakeML with latitude and longitude uncertainties in km. However, the QuakeML latitude and longitude are in degrees and we can therefore think that the uncertainty should also be in degrees.

This unit conversion issue also exists in the XSLT files but it's much harder to fix. The conversion from km to degrees involves some cosine computation that isn't available in the XSLT stylesheet. I don't know how we can do this properly.

jordi-domingo commented 6 years ago

Agree, it is confusing. It would be nice that either QuakeML specifies that latitude / longitude uncertainties are in km, or that SC3's fdsnws does the conversion to degrees.