Earth Inversion

Computational Seismology, Scientific Software, and Data-Driven Infrastructure Monitoring

Technical writing on geophysical pipelines, scalable data analysis, and reproducible research engineering.

  • 136+ Published Posts
  • 10 Topic Categories
  • 2026-02-27 Updated This Year

Research

Peer-reviewed work in seismology, structural health monitoring, and large-scale inversion.

Data Analysis

End-to-end workflows for high-volume scientific data: ingestion, QC, feature extraction, and modeling.

Web Computing

Cloud and web platforms for real-time sensing, visualization, and operational analytics.

Recent posts

Recent technical articles on seismic analytics, scientific computing, numerical modeling, and production data workflows.

Introduction to numpy for scientific computing

Introduction to numpy for scientific computing

5 minute read      UTILITIES     

This tutorial gives a brief description of scientific computing using numpy by introducing arrays, methods, attributes, random numbers, indexing, broadcastin...

The right way to loop in python (codes included)

The right way to loop in python (codes included)

3 minute read      TECHNIQUES     

What is the fastest and most efficient way to loop in Python. We found that the numpy is fastest and python builtins are the most memory efficient.

Introduction to numpy for scientific computing

Introduction to numpy for scientific computing

5 minute read      UTILITIES     

This tutorial gives a brief description of scientific computing using numpy by introducing arrays, methods, attributes, random numbers, indexing, broadcastin...

The right way to loop in python (codes included)

The right way to loop in python (codes included)

3 minute read      TECHNIQUES     

What is the fastest and most efficient way to loop in Python. We found that the numpy is fastest and python builtins are the most memory efficient.