Αποτελέσματα Αναζήτησης
Download and process binary IMD meteorological data in Python - iamsaswata/imdlib.
Learn how to download IMD Weather Data using python or QGIS. Simply copy and paste these codes and get the desired data from the IMD servers.
IMDLIB is a python package to download and handle binary gridded data from the India Meteorological Department (IMD). For more information about the IMD datasets, the link of IMD Pune may be referred. It heavily employs the xarray for processing the datasets.
24 Φεβ 2024 · imdlib. This is a python package to download and handle binary grided data from Indian Meterological department (IMD).
This data product is a very high spatial resolution daily gridded rainfall data (0.25 x 0.25 degree). The unit of rainfall is in millimeter (mm). Data available for 122 years, 1901 to 2022. Data is arranged in 135x129 grid points. The first data in the record is at 6.5N & 66.5E, the second is at 6.5N & 66.75E, and so on.
Downloading IMDLIB is capable of downloading gridded rainfall and temperature (minimum and maximum) data. Here is an example of downloading rainfall data from 2010 to 2018:
IMD Weather Data Downloader: This repository contains Python code for downloading open acess Indian Meteorological Department (IMD) weather data for the Indian region. The script fetches Rainfall, Tmin (Minimum Temperature), and Tmax (Maximum Temperature) data at different temporal resolutions and spatial resolutions.