SeisComP3 / seiscomp3

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

Add uncertainties to inventory values (lat, lon, azimuth, dip...) #214

Open jordi-domingo opened 5 years ago

jordi-domingo commented 5 years ago

This is a suggestion of improvement for future versions:

What about adding uncertainties (lowerUncertainty / upperUncertainty) to the values (lat, lon, azimuth, dip...) of the inventory objects (Station, Stream...).

These kind of uncertainties already exist in the event-related information (Origin, etc.). FDSNXML allows the use of them (minusError / plusError). It would be useful that SC3 also parses / stores / provides them.

I guess it is a big change (involves DB schema), but not difficult technically. Thanks for considering it.