https://github.com/anowacki/seisio.jl
Julia language support for geophysical time series data
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Julia language support for geophysical time series data
Basic Info
- Host: GitHub
- Owner: anowacki
- License: other
- Default Branch: main
- Homepage: http://seisio.readthedocs.org
- Size: 201 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of jpjones76/SeisIO.jl
Created over 4 years ago
· Last pushed over 4 years ago
https://github.com/anowacki/SeisIO.jl/blob/main/
# SeisIO.jl
[](https://travis-ci.org/jpjones76/SeisIO.jl) [](https://ci.appveyor.com/project/jpjones76/seisio-jl/branch/master) [](https://codecov.io/gh/jpjones76/SeisIO.jl)[](https://coveralls.io/github/jpjones76/SeisIO.jl?branch=master) [](https://seisio.readthedocs.io/en/latest/?badge=latest)
[](https://www.repostatus.org/#active)
A minimalist, platform-agnostic package for univariate geophysical data.
## Installation | [Documentation](http://seisio.readthedocs.org)
From the Julia prompt, type: `] add SeisIO`; (Backspace); `using SeisIO`
## Summary | [Collaboration](docs/CONTRIBUTE.md)
Designed for speed, efficiency, and ease of use. Includes web clients, readers for common seismic data formats, and fast file writers. Utility functions allow time synchronization, data merging, padding time gaps, and other basic data processing.
* Web clients: SeedLink, FDSN (dataselect, event, station), IRIS (TauP, timeseries)
* File formats: ASDF (r/w), Bottles, GeoCSV (slist, tspair), QuakeML (r/w), SAC (r/w), SEED (dataless, mini-SEED, resp), SEG Y (rev 0, rev 1, PASSCAL), SLIST, SUDS, StationXML (r/w), Win32, UW
## Getting Started | [Formats](docs/FORMATS.md) | [Web Clients](docs/WEB.md)
Start the tutorials in your browser from the Julia prompt with
```julia
using SeisIO
cd(dirname(pathof(SeisIO)))
include("../tutorial/install.jl")
```
To run SeisIO package tests and download sample data, execute
```julia
using Pkg, SeisIO; Pkg.test("SeisIO")
```
Sample data downloaded for the tests can be found thereafter at
```julia
cd(dirname(pathof(SeisIO)))
sfdir = realpath("../test/SampleFiles/")
```
## Publications | [Changelog](docs/CHANGELOG.md) | [Issues](docs/ISSUES.md)
Jones, J.P., Okubo, K., Clements. T., \& Denolle, M. (2020). SeisIO: a fast, efficient geophysical data architecture for the Julia language. *Seismological Research Letters* doi: https://doi.org/10.1785/0220190295
This work has been partially supported by a grant from the Packard Foundation.
Owner
- Name: Andy Nowacki
- Login: anowacki
- Kind: user
- Website: http://homepages.see.leeds.ac.uk/~earanow/
- Repositories: 57
- Profile: https://github.com/anowacki
Lecturer at the School of Earth and Environment, University of Leeds, studying the Earth's deep interior.