Related Libraries
During the development process of AnyShake Observer, some seismological data processing libraries are developed, which are used by AnyShake Observer to read and write seismological data.
mseedio
mseedio
is a Go library for reading and writing MiniSEED data. It is used by AnyShake Observer to read and write MiniSEED data, this library is maintained by @bclswl0827.
For documentation, please visit pkg.go.dev/github.com/bclswl0827/mseedio.
sacio
sacio
is a Go library for reading and writing SAC data. It is used by AnyShake Observer to read and write SAC data, this library is maintained by @bclswl0827.
For documentation, please visit pkg.go.dev/github.com/bclswl0827/sacio.
slgo
slgo
is a Go library for building a SeedLink server. It is used by AnyShake Observer to serve SeedLink data, this library is maintained by @bclswl0827.
For documentation, please visit pkg.go.dev/github.com/bclswl0827/slgo.