Utpal Kumar

Utpal Kumar

Geophysicist | Geodesist | Seismologist | Open-source Developer I am a geophysicist with a background in computational geophysics, currently working as a postdoctoral researcher at UC Berkeley. My research focuses on seismic data analysis, structural health monitoring, and understanding deep Earth structures. I have had the opportunity to work on diverse projects, from investigating building characteristics using smartphone data to developing 3D models of the Earth's mantle beneath the Yellowstone hotspot. In addition to my research, I have experience in cloud computing, high-performance computing, and single-board computers, which I have applied in various projects. This includes working with platforms like AWS, GCP, Linode, DigitalOcean, as well as supercomputing environments such as STAMPEDE2, ANVIL, Savio and PERLMUTTER (and CORI). My work involves developing innovative solutions for structural health monitoring and advancing real-time seismic response analysis. I am committed to applying these skills to further research in computational seismology and structural health monitoring.

Retracing the Path of a Meteor: Insights from Taiwan’s Seismic and Infrasound Networks

On December 5, 2013, a mysterious series of booms startled Tamsui residents in Taiwan. Using seismic and infrasound data, we uncovered the event’s origin—a meteor shockwave. This rare phenomenon allowed us to reconstruct the meteor’s trajectory and estimate its energy, highlighting the value of geophysical monitoring in studying atmospheric events.

RabbitMQ for Seismic Waveforms: Enabling Reliable Data Communication

Learn how RabbitMQ enables seamless and reliable communication between distributed systems. This article explores setting up RabbitMQ using Docker, simulating seismic waveform data, and creating efficient producers and consumers with both blocking and asynchronous connections. Gain practical insights into building scalable messaging systems for real-time data processing and beyond.

Why Vertical Earthquake Motion is Often Overlooked in Structural Design

space needle, seattle, sunset
Earthquakes shake buildings in all three directions, but why is vertical motion often ignored in design? Thanks to gravity, high vertical stiffness, and built-in safety margins, structures are naturally robust in the vertical direction. However, certain components and seismic codes still require careful consideration. Learn when vertical effects matter and why horizontal motion is more critical.

Getting Started with Databricks for Big Data Analysis

Databricks is a cloud-based platform that simplifies big data analytics by integrating powerful cluster management with an intuitive notebook interface. Perfect for beginners, its free community edition offers a 15GB cluster for experimentation. With built-in support for Python, SQL, and Apache Spark, Databricks enables users to upload, process, and analyze data effortlessly.

How to overlay shapefile data on PyGMT Maps

The PyGMT library in Python simplifies the creation of high-resolution topographic maps by providing built-in shorelines, country borders, and topographic data. By integrating geopandas, PyGMT enables users to overlay custom shapefile data, making it easy to highlight specific regions on a map. In this post, we demonstrate how to use county boundary data from Taiwan’s government portal to overlay on a high-resolution map of Taiwan, focusing on selected counties. This method provides a flexible, powerful approach for creating visually striking maps with customized geospatial information, applicable to various regions and datasets.

Understanding Docker: A Beginner’s Guide for Geophysics Students

a group of trucks parked next to each other in a parking lot
Docker is revolutionizing how we deploy and manage software applications, offering a simple and efficient way to ensure consistency across different environments. In this beginner-friendly guide, we break down the fundamentals of Docker, explore its key concepts, and walk you through creating your own Docker image using a simple Linux base. Whether you're just getting started with computational tools or looking to streamline your research workflows, this guide will equip you with the knowledge to harness the power of Docker in your geophysics studies.