Python
Oklahoma Earthquake Streamgraph
Explore the seismicity trends in the Oklahoma region from 2010 to 2024 using data from the Oklahoma Geological Survey (OGS) seismic catalog. This Python tutorial demonstrates how to create a streamgraph to visualize earthquake data over time. Learn how to work with seismic datasets and generate insightful visualizations for earthquake analysis.
Download the example text file for this example to follow along and recreate the visualizations.
Read CSV file in pandas and make scatter plots
How to read CSV file into pandas ? Here is an example how to load the CSV file and make scatter plots. Examples includes simple scatter plot, scatter plot with symmetric error bars, scatter plot with asymmetric error bars, and plotly scatter plots
CSV file used for this example and this is the Notebook file
Setup Anaconda/jupyter notebook/modules
How to set up an Anaconda environment to use python in earth science ? This is the start of everything before using it. This post shows instructions on installing Anaconda, Jupyter notebook, Pandas and other useful modules
Jupyter Notebook简介和使用入门
什么是Jupyter notebook? 为什么要使用Jupyter Notebook?
如何安装Jupyter Notebook,入门的的安装和调试是怎样的?为什么大家喜欢使用这个平台进行调试?
Numpy 简介和使用入门
什么是Numpy? 为什么要使用Numpy?
如何安装Numpy ,入门是怎样的? 有什么基本的使用方法?