Download IMD gridded data into CSV without any software | IMDLIB | Python

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 49

  • @arunborgohain1500
    @arunborgohain1500 Месяц назад

    Very nice presentation!🎉🎉

  • @priyanshunathawat4628
    @priyanshunathawat4628 4 месяца назад

    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?

  • @swantikasharma4216
    @swantikasharma4216 8 месяцев назад

    Hello sir
    Can you please tell me that same procedure to download data for different variables like avg temperature, relative humidity, wind energy, etc.

  • @girishgshetty5986
    @girishgshetty5986 4 месяца назад

    Sir downloaded rainfall data is in mm or cm ?

  • @krishnaa6871
    @krishnaa6871 Год назад +1

    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?

    • @GeoGuru1
      @GeoGuru1  Год назад

      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.

  • @thespecialjuan9996
    @thespecialjuan9996 Год назад

    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!

  • @smurfk7678
    @smurfk7678 Месяц назад

    Is it global dataset or for India only

  • @amruthasri678
    @amruthasri678 3 месяца назад

    thank you sir, i want to download monthly i dont want the daily rainfall is it possible

  • @prakullath2200
    @prakullath2200 9 месяцев назад

    Thanku sir, please can you tell me for IMD maximum temperature .1*.1gridded data to CSV file

  • @panchihaloi415
    @panchihaloi415 6 месяцев назад

    Hello, have you tried downloading max and min temp data. Actually my data shows same values for different coordinates

  • @AmritaSaishree
    @AmritaSaishree 11 месяцев назад

    Thank you for the video. what is the resolution of the gridded dataset used here? Thanks!

    • @GeoGuru1
      @GeoGuru1  11 месяцев назад +1

      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

    • @AmritaSaishree
      @AmritaSaishree 11 месяцев назад

      @@GeoGuru1 Thank you.

  • @shankarprakasha
    @shankarprakasha 5 месяцев назад

    Thank you. I used your code to download temp data.

  • @sidharthnarade508
    @sidharthnarade508 Год назад +1

    Thanks sir to upload this, its very easy.

  • @shripadmanthen1152
    @shripadmanthen1152 5 месяцев назад

    Hello sir, How to find humidity data ?

  • @dipankarmondal8642
    @dipankarmondal8642 Год назад

    Is there any procedure to download whole India annual rainfal like 1920 without giving any particular location ?
    whether it NetCDF or XLs data.

    • @GeoGuru1
      @GeoGuru1  Год назад

      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.

  • @saikireetimachani4188
    @saikireetimachani4188 7 месяцев назад

    Sir...how can we download the data for only andhra pradesh state??

  • @ms.gunasheela8168
    @ms.gunasheela8168 4 месяца назад

    I want to download for Agra region how do I download

  • @Yeguzo_Mastawosha
    @Yeguzo_Mastawosha 10 месяцев назад +1

    Nice tutor, it helps me a lot🎉

    • @GeoGuru1
      @GeoGuru1  10 месяцев назад

      You're welcome!

  • @shubhamkanaujiya4126
    @shubhamkanaujiya4126 3 месяца назад

    How to download half year data from colab

  • @NirmalKumar-y4g
    @NirmalKumar-y4g Год назад +2

    good work. very helpfull.

  • @krishnakulkarni8816
    @krishnakulkarni8816 Год назад

    how to download real time gridded data from IMD website ?

  • @sailajaraagula7369
    @sailajaraagula7369 Год назад

    Very useful, THANK YOU, but could you please tell us how to download ARC GIS FOR FREE IN Desktop

  • @bandasainath8041
    @bandasainath8041 10 месяцев назад

    How to get monthly data?

  • @zimbletenzin
    @zimbletenzin Год назад

    Sir how to download data on hourly basis ?

  • @ArdenticNishtha
    @ArdenticNishtha 5 месяцев назад

    Thanks a lot 🙏 Amazing 🎉

  • @m.asifchauhan5179
    @m.asifchauhan5179 Год назад

    Can we download PBLH data for any location?

  • @pradixdixit2151
    @pradixdixit2151 Год назад

    very informative sir 🙏🙏

  • @TomPyth
    @TomPyth Год назад

    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")

    • @GeoGuru1
      @GeoGuru1  Год назад

      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

    • @TomPyth
      @TomPyth Год назад

      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?

    • @AnuragSingh-ko9dm
      @AnuragSingh-ko9dm 9 месяцев назад

      PLZ TELL SOLUTIONS
      @@TomPyth

  • @aayushshahthulgharia
    @aayushshahthulgharia Год назад

    Thank You very much

  • @chetaningawale3499
    @chetaningawale3499 Год назад +1

    Thanks sir

  • @khwairakpamrobindrosingh1387
    @khwairakpamrobindrosingh1387 11 месяцев назад

    please don't delete our python colab script link. it is very useful and I am still using it frequently.

    • @GeoGuru1
      @GeoGuru1  11 месяцев назад

      Thanks for using it and don't worry I am not going to delete it.

  • @erjogur
    @erjogur Год назад +1

    Sir, Data are wrong

    • @GeoGuru1
      @GeoGuru1  Год назад

      The data is owned by IMD (the authorative agency of Indian Govt.)