https://github.com/crotwell/seisfile

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

https://github.com/crotwell/seisfile

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: crotwell
  • License: lgpl-3.0
  • Language: Java
  • Default Branch: main
  • Homepage:
  • Size: 5.55 MB
Statistics
  • Stars: 33
  • Watchers: 3
  • Forks: 20
  • Open Issues: 3
  • Releases: 24
Created almost 11 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

Alt SeisFile Maven Central javadoc DOI

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 relevant 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.

Owner

  • Name: Philip Crotwell
  • Login: crotwell
  • Kind: user
  • Company: University of South Carolina

GitHub Events

Total
  • Create event: 2
  • Issues event: 1
  • Release event: 3
  • Watch event: 4
  • Issue comment event: 2
  • Push event: 11
Last Year
  • Create event: 2
  • Issues event: 1
  • Release event: 3
  • Watch event: 4
  • Issue comment event: 2
  • Push event: 11

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 27
  • Total pull requests: 3
  • Average time to close issues: 6 days
  • Average time to close pull requests: 16 days
  • Total issue authors: 12
  • Total pull request authors: 3
  • Average comments per issue: 2.52
  • Average comments per pull request: 0.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • andreabono (13)
  • dlnorgaard (3)
  • drammelt (2)
  • amkearns-usgs (2)
  • wjfrelo (2)
  • crotwell (1)
  • yanshanshu (1)
  • ghost (1)
  • telecoder (1)
  • jkocot (1)
  • johnomeara1 (1)
  • grabarczyk-t (1)
Pull Request Authors
  • crotwell (1)
  • grabarczyk-t (1)
  • stevenmz (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 1
  • Total dependent repositories: 8
  • Total versions: 26
repo1.maven.org: edu.sc.seis:seisFile

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

  • Versions: 26
  • Dependent Packages: 1
  • Dependent Repositories: 8
Rankings
Dependent repos count: 8.7%
Average: 28.8%
Forks count: 32.7%
Dependent packages count: 33.0%
Stargazers count: 40.6%
Last synced: 7 months ago

Dependencies

build.gradle.kts maven
  • com.fasterxml.woodstox:woodstox-core 6.2.8 implementation
  • edu.sc.seis:seedCodec 1.1.1 implementation
  • org.apache.httpcomponents:httpclient 4.5.13 implementation
  • org.slf4j:slf4j-api 1.7.35 implementation
  • org.junit.jupiter:junit-jupiter-api 5.8.2 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.8.2 testRuntimeOnly