Skip to content

crotwell/seisFile

Repository files navigation

Alt SeisFile Maven Central javadoc

SeisFile is a library for reading and writing seismic file formats in java. See the examples for example clients and more information. Copies of the relavent specifications, and some previous versions are archived here for easy reference.

Currently support exists for:

  • SAC
  • MiniSEED2 with limited support for full SEED
  • Miniseed3
  • StationXML
  • FDSN Station web service, which returns FDSN StationXML
  • QuakeML
  • FDSN Event web service, which returns QuakeML
  • FDSN DataSelect web service, which returns miniseed 2 or 3
  • IRIS Virtual Network web service
  • SeedLink
  • Datalink
  • Earthworm/Waveserver and ImportGeneric/ExportGeneric

These are low level routines that provide basic connection to the services and basic parsing of the file formats into objects that closely mirror those formats. Hence they are intended to be used as a library rather than an application. The clients, available in a separate jar to keep the main library small, are functional, but mainly serve as an example of how to connect to these services.

Full SEED support was also not intended. However there are cases of almost miniseed, such as one or two control records before the data records. SeisFile can handle the basic structure of these control records, allowing these mixed files to be read without crashing, but not all blockettes are parsed into fields.

Significant clean up and code removal occurred between SeisFile versions 1.8 and 2.0. This included the remove of code related to PSN, LISS, CWB, Winston, Sync and GCF as I was no longer able to support development for these. If you need access to one of these, the last version 1 release can still be used, but no further development will occur. See the version 1.8 section in the wiki.