hello sir. thanks for solving this issue of getting it in csv. but sir, it is making the downloads for a particular point. What should i do if i want the daily tmax and tmin data 2001-2021 for an entire polygon (study area)? what will be the code for that?
Hello sir Can you please tell me that same procedure to download data for different variables like avg temperature, relative humidity, wind energy, etc.
Rainfall data for the city Chennai having latitude 13.08 and longitude 80.27 are not availability in IMDLIB. What will be the reason? Can you please reply?
Don't the reason it could be possible that IMD model hasn't resulted data for above lat and long. Most probably IMD official would be the right persons to answer this.
Thank you so much for this! I would like to ask if there a code to extract from already downloaded files without following the whole process from beginning to end? I saw that the raw files were already downloaded for rainfall, max temp, min temp. But the code only works for the last downloaded file (in my case max temp). If I want to extract for rainfall, I have to download all raw files again just to extract a single point. Please help!
you can tweak little bit the given python code to take all the lat long available in the netcdf or you can provide manually all the lat long (with 25km grid size) of India.
While downloading rain datasets I am obtaining an error to Check consistency of data points: if len(data) != nlen: raise Exception("Error in file reading," "mismatch in size of data-length")
this is line: data = imd.get_data(variable, start_yr, end_yr, fn_format='yearwise') Error: 1 frames /usr/local/lib/python3.9/dist-packages/imdlib/core.py in open_data(var_type, start_yr, end_yr, fn_format, file_dir) 325 # Check consistency of data points 326 if len(data) != nlen: --> 327 raise Exception("Error in file reading," 328 "mismatch in size of data-length") 329 Exception: Error in file reading,mismatch in size of data-length following error comes while downloading data from imdlib, suggest possible solutions for this?
Very nice presentation!🎉🎉
hello sir. thanks for solving this issue of getting it in csv. but sir, it is making the downloads for a particular point. What should i do if i want the daily tmax and tmin data 2001-2021 for an entire polygon (study area)? what will be the code for that?
Hello sir
Can you please tell me that same procedure to download data for different variables like avg temperature, relative humidity, wind energy, etc.
Sir downloaded rainfall data is in mm or cm ?
Rainfall data for the city Chennai having latitude 13.08 and longitude 80.27 are not availability in IMDLIB. What will be the reason? Can you please reply?
Don't the reason it could be possible that IMD model hasn't resulted data for above lat and long. Most probably IMD official would be the right persons to answer this.
Thank you so much for this! I would like to ask if there a code to extract from already downloaded files without following the whole process from beginning to end? I saw that the raw files were already downloaded for rainfall, max temp, min temp. But the code only works for the last downloaded file (in my case max temp). If I want to extract for rainfall, I have to download all raw files again just to extract a single point. Please help!
Is it global dataset or for India only
thank you sir, i want to download monthly i dont want the daily rainfall is it possible
Thanku sir, please can you tell me for IMD maximum temperature .1*.1gridded data to CSV file
Hello, have you tried downloading max and min temp data. Actually my data shows same values for different coordinates
same here
Thank you for the video. what is the resolution of the gridded dataset used here? Thanks!
for rainfall it is 0.25 * 0.25 degrees i.e. approx. 25 Km * 25 Km. For temperature it is 0.5 * 0.5 degrees
@@GeoGuru1 Thank you.
Thank you. I used your code to download temp data.
Thanks sir to upload this, its very easy.
Hello sir, How to find humidity data ?
Is there any procedure to download whole India annual rainfal like 1920 without giving any particular location ?
whether it NetCDF or XLs data.
you can tweak little bit the given python code to take all the lat long available in the netcdf or you can provide manually all the lat long (with 25km grid size) of India.
Sir...how can we download the data for only andhra pradesh state??
I want to download for Agra region how do I download
Nice tutor, it helps me a lot🎉
You're welcome!
How to download half year data from colab
good work. very helpfull.
Thanks
Glad it helped
how to download real time gridded data from IMD website ?
Very useful, THANK YOU, but could you please tell us how to download ARC GIS FOR FREE IN Desktop
How to get monthly data?
Sir how to download data on hourly basis ?
Thanks a lot 🙏 Amazing 🎉
Can we download PBLH data for any location?
No idea about this
very informative sir 🙏🙏
Thank you
While downloading rain datasets I am obtaining an error to Check consistency of data points:
if len(data) != nlen:
raise Exception("Error in file reading,"
"mismatch in size of data-length")
Please tell in which line you are getting this error. So that we can see if there is an error in IMDLIB or with the datasets
this is line: data = imd.get_data(variable, start_yr, end_yr, fn_format='yearwise')
Error: 1 frames
/usr/local/lib/python3.9/dist-packages/imdlib/core.py in open_data(var_type, start_yr, end_yr, fn_format, file_dir)
325 # Check consistency of data points
326 if len(data) != nlen:
--> 327 raise Exception("Error in file reading,"
328 "mismatch in size of data-length")
329
Exception: Error in file reading,mismatch in size of data-length
following error comes while downloading data from imdlib, suggest possible solutions for this?
PLZ TELL SOLUTIONS
@@TomPyth
Thank You very much
Thanks sir
please don't delete our python colab script link. it is very useful and I am still using it frequently.
Thanks for using it and don't worry I am not going to delete it.
Sir, Data are wrong
The data is owned by IMD (the authorative agency of Indian Govt.)