Subscribe to this blog’s posts as a newsletter.
How to read a scientific research paper using a large language model?
Python script to read a PDF document, and perform question-answering on the document, and to generate an output based on …
How to plot earthquakes data on a three-dimensional topographic map
Read the earthquake data from a data file and overlay on a three-dimensional topographic map using PyGMT …
How to plot the earthquakes data on a topographic map
Read the earthquake data from a csv file and overlay on a topographic map using PyGMT …
Empirical Orthogonal Function analysis to inspect the spatial coherency in the geospatial data
Empirical Orthogonal Functions analysis decomposes the continuous space-time field into a set of orthogonal spatial patterns along with a set …
Wavelet Analysis Applied to Real Geophysical Datasets: A Quick and Easy Approach
Explore the application of wavelet analysis on real-world geophysical datasets, like ENSO sea surface temperature and Indian monsoon rainfall. This …
Genetic Algorithm: a highly robust inversion scheme for geophysical applications
An introduction to the basics of genetic algorithm along with a simple numerical example and solution of an earthquake location …
PyGMT: High-Resolution Topographic Map in Python (codes included)
A simple tutorial on how to plot high resolution topographic map using GMT tools in Python …
Automatically Plotting a Record Section for an Earthquake in a Given Time Range Using Python
This tutorial demonstrates how to automatically generate a seismic record section for the largest earthquake within a specified time range …
Topographic map clipped by coastlines in Python
Learn how to create visually compelling relief maps in Python by clipping topographic data to specific geographic boundaries, such as …