Download Rainfall Data from 1981 to 2022 using Earth Engine

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • Visualize & Download monthly total Rainfall data (Rainfall Time series analysis) and export to Google Drive as a csv file using Google Earth Engine. Source code link: code.earthengi...
    Download codes in text format: drive.google.c...
    --------------------------------------------------------------------------------------
    Join this channel to get access to perks:
    --------------------------------------------------------------------------------------
    Data Description:
    Climate Hazards Group InfraRed Precipitation with Station Data (CHIRPS) is a global high-resolution dataset of precipitation that combines satellite imagery with ground-based station observations. The CHIRPS dataset provides monthly, decadal (every ten days), and daily precipitation data at a resolution of approximately 5 kilometres.
    --------------------------------------------------------------------------------------
    The CHIRPS dataset was developed by the Climate Hazards Group at the University of California, Santa Barbara, in collaboration with the United States Geological Survey (USGS). It is based on a combination of infrared satellite imagery from the National Oceanic and Atmospheric Administration's (NOAA) Geostationary Operational Environmental Satellite (GOES) system and ground-based station observations from a variety of sources, including national meteorological agencies and non-governmental organizations.
    -------------------------------------------------------------------------------------
    The CHIRPS dataset is particularly useful for regions of the world where ground-based station observations are sparse or unreliable, as the satellite imagery provides an alternative source of data. Additionally, the dataset incorporates corrections for systematic biases in both the satellite and station data, resulting in more accurate precipitation estimates.
    -------------------------------------------------------------------------------------
    The CHIRPS dataset is available for download from the Climate Hazards Group website and is updated on a daily basis. The dataset has been used in a wide range of applications, including drought monitoring, crop yield forecasting, and water resource management.
    -------------------------------------------------------------------------------------
    #CHIRPS #climate #group #precipitation #satelliteimagery #Groundbasedobservations #globaldata #drought #monitoring #cropyield #forecasting #WaterResourceManagement #climatechange #ClimateData #environmentalscience #weatherpatterns #climateresearch #geospatialanalysis #geospatialdata

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

  • @alemayehumullatuadashio5350
    @alemayehumullatuadashio5350 28 дней назад

    Thank you for the sharing.💯

    • @TerraSpatial
      @TerraSpatial  16 дней назад

      You're welcome! I'm glad I could help.👍

  • @shawkatali3207
    @shawkatali3207 7 месяцев назад +1

    Great video, thanks

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

      Thanks for your valuable comment

  • @gamerchan8754
    @gamerchan8754 Год назад +3

    Very good 👍

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

    Hello, the video is very interesting. I am working in an area of Chile and need to calculate climatic variables. I have a question about the Set visualization parameter: why is a max of 17 being used? Thank you in advance for clarifying my question. Best regards.

  • @carolinrock-yn5ic
    @carolinrock-yn5ic 8 месяцев назад

    Nice video

  • @A.G.channel
    @A.G.channel 11 месяцев назад

    FeatureCollection (Error)
    Error in map(ID=512):
    Image.reduceRegions: Need 1 bands for Reducer.mean, image has 0.

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

    Hello, thanks for sharing your knowledge. I am struggling to edit your code to filter a region, say Kampala region, instead of a country and get monthly precipitations. So far I have not been able to save the data in CSV. Any help?

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

      import shapefile of your region as asset and rename it to roi, thats the easiest way to do it... ofc delete or comment 1 part of code(// 1. Define countries boundary layer)
      To vizualize it only on your region add .clip here: Map.addLayer(rainfall.mean().clip(roi), rainfall_Vis, 'Rainfall')

    • @shawkatali3207
      @shawkatali3207 7 месяцев назад +1

      @@toadfootnsThank you so much, worked for me

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

    hi, may i know how can I modify it to get rainfall data for every country in the world and merge it into one dataset?

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

    how to get the annual mean in this code.. ? could you please help