How to plot Rainfall Anomaly Index using Rstudio part one

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

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

  • @dikaduba7558
    @dikaduba7558 5 лет назад

    Thank you for your awesome video, which is really helpful, please go ahead and keep doing awesome

  • @ethioGeoinformatics
    @ethioGeoinformatics 5 лет назад

    Hi asche. Thank you for the video. I t is very useful for my project. Keep it up.

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

    Hello Sir, thank you for the informative tutorial. I am doing the same analysis for my school purposes, and I do not know how to access that data so I can then follow your analysis instructions. Would you help me to understand how can I access that data and arrange them in the right way? Thank you in advance.

  • @ahmed.lhamad122
    @ahmed.lhamad122 4 года назад +1

    Hello
    Thanks for the great explanation
    How do we calculate the Palmer drought index?

    • @geo-9578
      @geo-9578  4 года назад +1

      Thank you for your comment. The Palmer Drought Severity Index (PDSI), is
      indicator to quantify the long-term drought conditions, for an area at a certain time.
      pdsi(P, PE, AWC = 100, start = NULL, end = NULL, cal_start = NULL,
      cal_end = NULL, sc = TRUE)
      P Monthly precipitation series without NA [mm]. Can be a time series.
      PE Monthly potential evapotranspiration corresponding to the precipitation series.
      Can be calculated by the Penman-Monteith or the Thonthwate equation [mm].
      AWC Available soil water capacity of the soil layer [mm]. Default 100 mm.
      start Integer. Start year of the PDSI to be calculate default 1.
      end Integer. End year of the PDSI to be calculate.
      cal_start Integer. Start year of the calibrate period. Default is start year.
      cal_end Integer. End year of the calibrate period. Default is end year.
      sc Bool. Should use the self-calibrating procedure to calculate the climatical coefficient (K2 and duration coefficients).
      If I have got data I will show you how we can calculate the pdsi

    • @geo-9578
      @geo-9578  4 года назад +1

      How to calculate and map Palmer Drought Severity Index (PDSI) using Rstudio ruclips.net/video/ypZvpd7VSaM/видео.html

    • @ahmed.lhamad122
      @ahmed.lhamad122 4 года назад +1

      @@geo-9578 I do not know how to express my thanks and appreciation for this wonderful work
      Regards

  • @loladwi75
    @loladwi75 3 года назад

    Thanks for your video, its amazing, but..how i can perform, if i just have monthly data?

  • @nicolemeier4604
    @nicolemeier4604 5 лет назад +1

    Hello! Thank you for the video. I am having an issue with my monthly data containing NAs and your "na.value=NA" is not working. Do you have any advise please? Thank you

    • @geo-9578
      @geo-9578  5 лет назад

      Nic sorry i very late for the replay i was too busy by filed project any way thanks for your question the problem might be in preparing the data to feed in to the software so leave blank all the NAs in the excel it will be changed in to NA while you call the data in to the R software and you can perform the analysis

    • @geo-9578
      @geo-9578  4 года назад

      How to calculate and map Palmer Drought Severity Index (PDSI) using Rstudio ruclips.net/video/ypZvpd7VSaM/видео.html

  • @bhowmicksis
    @bhowmicksis 3 года назад

    thanks for your video.. its very helpful.. I have a question i want to calculate monthly ,seasonal, and yearly precipitation anomaly index. but i dont have daily data... what will i do? Because i don't have any daily data so i cant perform RAI?????? plss give me some suggestions .. I look forward to your suggestions.. thank you very much

    • @geo-9578
      @geo-9578  3 года назад

      I think if you have monthly rainfall you can perform, otherwise you have to collect daily point data from national metrological station.

    • @bhowmicksis
      @bhowmicksis 3 года назад

      Thank you for your valuable suggestions... if you share some monthly date set formate to calculation for RAI then it will be helpful for me.. or share your email id then i will send my data set...thank you..plss reply.. its essential for my project

    • @geo-9578
      @geo-9578  3 года назад

      mmbalm11@gmail.com

    • @bhowmicksis
      @bhowmicksis 3 года назад

      Thank you very much

    • @bhowmicksis
      @bhowmicksis 3 года назад

      I am just sending you one of my dataset.. and wait for your reply..thank you

  • @angelokazo9850
    @angelokazo9850 4 года назад

    Hello. Do you have some r codes and datas in R studio for Hidrological modelling? I need codes to load some graphs for making presentation about some data made in R studio. Please help. I have been searching a lot on google and youtube but cant find. I have to make ppt about Hidrological modelling in R so I need r codes and data, if you could recommend me some links I will be grateful.

    • @geo-9578
      @geo-9578  4 года назад +1

      Sri, thank you for your request i have no r codes.

  • @ayenewdesalegn3677
    @ayenewdesalegn3677 5 лет назад

    Hi Asiche, Thank for the video, really it is helpful. I follow the video and I tried to go through but I face this challenge during calculating seasonal rainfall. Your help will be ...
    as.seasonal(zm)
    Error in seq.default(start, nrow(object), by = 3) :
    'to' must be of length 1

    • @geo-9578
      @geo-9578  5 лет назад

      Sir thank you very mach, I think the data arrangement is may be wrong so first prepare your data first appropriately and leave the missing value blank and try it a gin if not it work please email me I will try to fix your problem.

  • @aschalewhabte6214
    @aschalewhabte6214 4 года назад

    can you show me how to calculate Aridity index using R

  • @rajendrakarki5682
    @rajendrakarki5682 3 года назад

    How to calculate one day maximum rainfall data in r studio

    • @geo-9578
      @geo-9578  3 года назад

      Install or prepare
      hydroTSM package
      then
      Loading daily precipitation data at the station in csv format
      # extreme indices/ daily maximum rainfall
      data(data)
      Selecting only a three-year time slice for the analysis
      x

  • @divyaroopsingh334
    @divyaroopsingh334 4 года назад

    Hi
    Can you share the data file with me?

    • @geo-9578
      @geo-9578  4 года назад

      Which data? sorry if you want the precip & tep data it is areal point data collected from NM Agency so i can't.