-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nanosecond resolution? #18
Comments
If we have UInt32, it fits and we are covered if sub-microsecond data ever shows up. I don't see any obvious downside, other than time being recorded more accurately then it is actually known. |
The 20170622 draft includes a record start time with microsecond precision. I'm dubious that nanosecond resolution is needed for a time series format focussed on seismology, here is what I've written earlier:
But if we wanted to change it, this major transition would be a good time. As pointed out, this doesn't cost any more space, the same uint32_t can hold nanoseconds. So it doesn't matter for the format structure itself.
In addition, a few others:
I'm guessing there are many small areas like those that would need touching or consideration to support nanoseconds. Maybe the practical approach, if nanoseconds are included, is to just keep supporting the SEED ecosystem at microsecond level. Thoughts? |
As stated elsewhere: we have people here locating ruptures in 5 cm rock samples, with sampling frequencies of (currently) 20 MHz. I would not be surprised if in other fields than seismology, ever higher sampling rates are not uncommon. I think it does not pay off to maintain different storage standards, different software ecosystems etc. just because somebody, because this allows parts of the time series community to save two bytes in time resolution. |
Fair enough.
Well, yes, and they are not the fields we are making a format for.
As written above, it does not even cost more bytes. The cost, as it were, is downstream of the format, the ecosystem around the format. Laboratory geophysics seems like a target we may want to try to support, even though they may not have much interest in miniSEED, eventually that kind of data may need to be handled by an FDSN data center. Good, concrete reason to consider expanding the resolution. |
No description provided.
The text was updated successfully, but these errors were encountered: