Skip to content

Commit

Permalink
Cite ObsPy
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 1, 2024
1 parent 8520fef commit d4107c4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
11 changes: 11 additions & 0 deletions paper/paper.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@article{ObsPy2015,
title={ObsPy: a bridge for seismology into the scientific Python ecosystem},
author={Krischer, Lion and Megies, Tobias and Barsch, Robert and Beyreuther, Moritz and Lecocq, Thomas and Caudron, Corentin and Wassermann, Joachim},
journal={Computational Science & Discovery},
volume={8},
number={1},
pages={014003}
year={2015},
month=may,
DOI={10.1088/1749-4699/8/1/014003},
}
9 changes: 7 additions & 2 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Once registered, users can authenticate their accounts within HinetPy to access
download the data. The NIED Hi-net data is free-accessible after user registration.
However, accessing Hi-net seismic data can still be challenging. Although the
seismological community have switched to standard web services users can request data
waveforms using tools like ObsPy. Unfortuately, NEID Hi-net has upgraded their server to
waveforms using tools like ObsPy [@ObsPy2015]. Unfortuately, NEID Hi-net has upgraded their server to
use the web services. Users have to login in the NIED Hi-net website and request data
manually. What’s more challenging are the limitations about data size and length in one
single request: the number of channels \* record length must be no larger than 12000
Expand Down Expand Up @@ -78,7 +78,12 @@ but there are no tools to convert the channels table to a more commonly used for

# HinetPy for easy data accessing and processing

HinetPy is a Python package developed to address the challenges of accessing and processing NIED Hi-net data. The package provides a simple and intuitive interface for accessing Hi-net data, allowing researchers to easily download waveform data and station metadata. HinetPy also includes tools for processing seismic data, mainly converting the seismic data from win32 format to SAC format and build SAC polezero files from the channels table.
HinetPy is a Python package developed to address the challenges of accessing and
processing NIED Hi-net data. The package provides a simple and intuitive interface for
accessing Hi-net data, allowing researchers to easily download waveform data and station
metadata. HinetPy also includes tools for processing seismic data, mainly converting the
seismic data from win32 format to SAC format and build SAC polezero files from the
channels table.

Here is an example showing how to access and process NIED Hi-net waveform data.

Expand Down

0 comments on commit d4107c4

Please sign in to comment.