Skip to content

kura-okubo/SeisMonitoring.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeisMonitoring.jl

A Julia package of the tools for ambient noise seismology.

Documentation is available from the badge below:

Other badges:

Documentation Run tests codecov DOI Github All Releases

Install SeisIO.jl to Mac M1

Currently we have a problem when adding the SeisIO.jl using Mac M1 chip. To avoid the error, try one of the options below:

  • Option 1. Use the forked version of SeisIO. Type the follwing command in the Julia REPL:
using Pkg; Pkg.add(url="https://github.com/kura-okubo/SeisIO.jl");
]dev SeisIO 

Then, edit the ~/.julia/dev/SeisIO/Project.toml such that

HDF5 = "0.12.3, 0.13, 0.14.2"
LightXML = "0.8.1, 0.9"

You can avoid the precompile error for those packages. We corrected these dependencies in the forked version used in the option 1 above.

SeisBase.jl

We have developed this software package with SeisIO.jl v1.2.1, which is currently maintained as SeisBase.jl.

Installation

Type the commands below in the Julia REPL:

using Pkg; Pkg.update();
# Pkg.add(PackageSpec(name="SeisIO", version="1.2.1")); 
Pkg.add(url="https://github.com/kura-okubo/SeisIO.jl") # forked version used for the environment including Mac M1
Pkg.add(PackageSpec(name="SeisNoise", version="0.5.3"));
Pkg.develop(url="https://github.com/kura-okubo/SeisDvv.jl");
Pkg.develop(url="https://github.com/kura-okubo/SeisMonitoring.jl");

Tutorial

We created the notebook of the tutorial in the different github repository, SeisMonitoring_Example. You can find how to download the data, remove the transient signals, compute cross-correlations, stack the correlation functions and measure the dv/v.

You can access to the from the badge below:



or read the QR code:

QR

See also the repoitory of SeisMonitoring_Paper for the post-processing using the dv/v over 20 years at Parkfield.

Reference

Okubo, K., Delbridge, B. G., & Denolle, M. A. (2024). Monitoring velocity change over 20 years at Parkfield. Journal of Geophysical Research: Solid Earth, 129, e2023JB028084. https://doi.org/10.1029/2023JB028084

About

Julia monitoring tools for ambient noise seismology.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages