Skip to content

A library for reading and writing seismic file formats in java.

Notifications You must be signed in to change notification settings

grabarczyk-t/seisFile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeisFile is a library for reading and writing seismic file formats in java. See the wiki for more information.

Downloads are now hosted at the University of South Carolina due to Google ending support for downloads.

See also the IRIS SeisCode page.

Currently support exists for:

  • SAC
  • MiniSEED with limited support for full SEED
  • PSN
  • FDSN Station web service, which returns FDSN StationXML
  • FDSN Event web service, which returns QuakeML
  • FDSN DataSelect web service, which returns miniseed
  • USGS LISS
  • USGS CWB
  • Geofon SeedLink
  • Earthworm/Winston database
  • Earthworm/Waveserver and ImportGeneric/ExportGeneric
  • IRIS DMC Sync files
  • Guralp GCF format streams

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, although functional, 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. Support for the many blockette types in full SEED could be added in the future, although there is a large amount of bookkeeping to implement that and seisFile was intended to be small and focused.

About

A library for reading and writing seismic file formats in java.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.4%
  • Groovy 1.5%
  • Shell 0.1%