Blog

Just some thoughts!

India Meteorological Department (IMD) grided data to GeoTIFF

Update [27 Feb 2021] For latest documentation, please visit https://imdlib.readthedocs.io/en/latest/ Now, you can convert the IMD dataset to GeoTIFF using d...

IMDLIB, A python package to download and handle binary grided data from India Meteorological Department (IMD)

Update [27 Feb 2021] For latest documentation, please visit https://imdlib.readthedocs.io/en/latest/ Description IMDLIB is a python package to download and ...

How to pick more beautiful colors for your data visualizations?

Go to this site: How to pick more beautiful colors for your data visualizations?!

Installing WRF from scratch in an HPC using Intel Compilers

The Weather Research and Forecasting (WRF) Model is a mesoscale numerical weather prediction system utilized worldwide for operational forecasts and research...

NetCDF to GeoTIFF using Python

A simple and elegant method to convert NetCDF to GeoTIFF using python. Python Script import xarray as xr import rioxarray as rio #Open the NetCDF #Download...

WRF surface plots using Python

Here is an example of generating a surface plot from WRF output file. I find this method to be more elegent. Python Script import wrf from netCDF4 import Da...

Installing WRF 4.2.1 on Ubuntu LTS 20.04

The Weather Research and Forecasting (WRF) Model is a mesoscale numerical weather prediction system utilized worldwide for operational forecasts and research...