Αποτελέσματα Αναζήτησης
Download and process binary IMD meteorological data in Python - iamsaswata/imdlib.
24 Φεβ 2024 · This is a python package to download and handle binary grided data from Indian Meterological department (IMD).
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, check the following link: IMD Pune. Installation IMDLIB is tested for both Windows and Linux platforms with 64-bit architecture. We recommend ‘Conda’ to install IMDLIB.
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: import imdlib as imd start_yr = 2010 end_yr = 2018 variable = 'rain' # other options are ('tmin'/ 'tmax') data = imd.get_data(variable, start_yr, end_yr, fn_format='yearwise')
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.
Downloading and processing options. Use this area to download and/or process IMD datasets. Step 2: Select variable to download i.e., rainfall, maximum, and minimum temperature. Step 3: Select type of download i.e., point, polygon, geojson file.