This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
File: wave_plots.py | |
Author: Andrey Stepnov | |
Email: [email protected], [email protected] | |
Github: https://github.com/jamm1985 | |
Description: puts waveforms from different earthquakes in single plot using obspy and matplotlib | |
""" | |
from obspy import read | |
from obspy import UTCDateTime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" -- global section -- | |
set encoding=utf-8 | |
" colors | |
syntax enable | |
" colorscheme vimbrains "~/.vim/colors/vimbrains.vim (fallback colors) | |
" modern vim | |
set nocompatible |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
File: catalog.py | |
Author: Andrey Stepnov | |
Email: [email protected], [email protected] | |
Github: https://github.com/jamm1985 | |
Description: Aggregate (count) catalog data by year/month and plot it | |
Catalog sources: https://earthquake.usgs.gov, https://eqalert.ru | |
""" |
NewerOlder