Αποτελέσματα Αναζήτησης
24 Φεβ 2024 · imdlib. This is a python package to download and handle binary grided data from Indian Meterological department (IMD).
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') Output.
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.
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.
How to download IMD weather (rain, temperture) data in biary (gridded data) using python or qgis.
21 Ιαν 2020 · This is a python package to download and handle binary grided data from Indian Meterological department (IMD). IMDLIB can be installed via pip, conda, or using the source file from Github. It is tested for both Windows and Linux platforms with 64 bit architecture only.
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.