This file contains 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 | |
""" |
This file contains 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 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 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: rainfall_regression.py | |
Author: Andrey Stepnov | |
Email: [email protected], [email protected] | |
Github: https://github.com/jamm1985 | |
Description: Gets data from XLSX, does explanatory analysis and performs OLS regression | |
""" | |
import matplotlib.pylab as plt | |
import pandas as pd |
This file contains 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: landslide_rainfall_logit.py | |
Author: Andrey Stepnov | |
Email: [email protected], [email protected] | |
Github: https://github.com/jamm1985 | |
Description: Perform logistic regression for landslide prediction | |
based on rainfall measurements. | |
Classification tests, plots and metrics! | |
""" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer