Batch download 30-minutes rainfall data from multiple coordinates and dates

Remote Sensing
Research
The need for the availability of 30-minutes rainfall time series data are very crucial, especially when we are working on the study of extreme rainfall induced landslide
Author

Benny Istanto

Published

September 1, 2021

The need for the availability of 30-minutes rainfall time series data are very crucial, especially when we are working on the study of extreme rainfall induced landslide.

During 2018, landslide dominated natural disasters occurred in Central Java. The Regional Disaster Management Agency (BPBD) of Central Java Province recorded that there were about 2,000 landslides in this area. Most landslide is preceeded by continuous extreme rainfall for few days, as most of the area isn’t located near ground weather station, therefore rainfall records are often not available.

In this post, I have talk about how we can extract half-hourly IMERG rainfall in single location and date. Now I will explain on how to batch download 30-minutes rainfall data from multiple coordinates and dates.

For this example, I am still using Landslide event as the case, and Google Earth Engine as a tool for downloading the data.

Data Source

  1. Half hourly IMERG at Earth Engine Data Catalogue - https://developers.google.com/earth-engine/datasets/catalog/NASA_GPM_L3_IMERG_V06
  2. Landslide event in Magelang, Central Java - Indonesia during 2018. Compiled by Department of Environmental Geography, Faculty of Geography - Universitas Gadjah Mada.

  • Available in CSV format with column structure: ID, Lon, Lat, Day, DD, MM, YYYY, TimeWIB.

  • Example of landslide event data accessible via this link, and below picture. There are 10 landslide event that happen during 2018.

Script

The script below describe how to extract 30-minute rainfall from NASA GPM-IMERG, based on points location and convert it into CSV file using Google Earth Engine code editor.

Full GEE script available via this link https://code.earthengine.google.com/b7ccc8291d23770301e96a22bd1be2c8

Output

30-minutes of rainfall that occurred 10-days before landslide. Generated using GEE, CSV output is accessible via this link.

About

I worked with my 2 other colleagues: Ridwan Mulyadi from WFP-VAM and Guruh Samodra from UGM. This activity is part of research and development of threshold for extreme rainfall that could trigger a landslide event in Indonesia. Reference: https://bennyistanto.github.io/erm/ls/#extreme-rainfall-triggered-landslide-alert

Source: https://github.com/bennyistanto/landslide-rainfall

Back to top