Create beamer slides using Python

We will use the Python package to create beamer presentation and append exist...

A Quick Overview on Geospatial Data Visualization using PyGMT

We will see how to plot a topographic map, overlay earthquake data on topogra...

Recent posts

How to deal with irregularly sampled time series data

How to deal with irregularly sampled time series data

5 minute read      TECHNIQUES     

While analyzing time series data, we often come across data that is non-uniformly sampled, i.e., they have non-equidistant time-steps. Infact, most of the re...

How to install jekyll on apple m1 macbook

How to install jekyll on apple m1 macbook

2 minute read      BLOGGING     

If you have recently bought a M1 mac and have been doing blogging using Jekyll, then you must have experienced that installing Jekyll on the M1 architecture ...

How to create a simple makefile in linux

How to create a simple makefile in linux

3 minute read      UTILITIES     

We learn how to write a Makefile to automate the compilation of our source code. We will use one example from Fortran.

Create beamer slides using python

Create beamer slides using python

1 minute read      UTILITIES     

We will use the Python package to create beamer presentation and append existing figures to each slide

How to deal with irregularly sampled time series data

How to deal with irregularly sampled time series data

5 minute read      TECHNIQUES     

While analyzing time series data, we often come across data that is non-uniformly sampled, i.e., they have non-equidistant time-steps. Infact, most of the re...

How to install jekyll on apple m1 macbook

How to install jekyll on apple m1 macbook

2 minute read      BLOGGING     

If you have recently bought a M1 mac and have been doing blogging using Jekyll, then you must have experienced that installing Jekyll on the M1 architecture ...

How to create a simple makefile in linux

How to create a simple makefile in linux

3 minute read      UTILITIES     

We learn how to write a Makefile to automate the compilation of our source code. We will use one example from Fortran.