当前位置:网站首页>Gee dataset: chirps pentad high resolution global grid rainfall dataset
Gee dataset: chirps pentad high resolution global grid rainfall dataset
2022-07-02 05:11:00 【Gee water ecological space】
1、 Data set introduction
CHIRPS Pentad:Climate Hazards Group InfraRed Precipitation With Station Data
This is a record set 1981 Data set of global rainfall from 2004 to the present .CHIRPS take 0.05° Resolution satellite images and in-situ Site data combination , Create a gridded rainfall time series .
Earth Engine Data Catalog Including many other gridded precipitation data sets , for example ERA5 and GPM—— Each data set has different spatial and temporal resolutions and methods . The technology of each dataset product is roughly the same as that of the above dataset .
CHIRP The main calculation time step is pentad.Pentad representative 5 Grouping of days . There are... In a calendar month 6 individual pentad:5 individual 5 Days of pentad and 1 individual pentad And the rest of the month 3 To 6 God . The pentagram is reset at the beginning of each month . We will use CHIRPS pentad Data sets . Please note that ,CHIRPS Also to everyday Time step provision , The time step is calculated by decomposing the five tuple data . Unless you specifically need daily data , Otherwise you should use pentad Data sets .
2、 Dataset application
- It is mainly used for trend analysis and seasonal drought monitoring
- It is used to analyze the spatial and temporal variation characteristics of regional precipitation
- It can be used for the input boundary of watershed runoff model
- It can be used for the analysis of precipitation characteristics in areas without data
3、GEE Load in
(1)JavaScript Code :
var dataset = ee.ImageCollection('UCSB-CHG/CHIRPS/PENTAD')
.filter(ee.Filter.date('2018-05-01', '2018-05-05'));
var precipitation = dataset.select('precipitation');
var precipitationVis = {
min: 0.0,
max: 112.0,
palette: ['001137', '0aab1e', 'e7eb05', 'ff4a2d', 'e90000'],
};
Map.setCenter(17.93, 7.71, 2);
Map.addLayer(precipitation, precipitationVis, 'Precipitation');
(2)Python Code :
dataset = ee.ImageCollection('UCSB-CHG/CHIRPS/PENTAD')
.filter(ee.Filter.date('2018-05-01', '2018-05-05'))
precipitation = dataset.select('precipitation')
precipitationVis = {
'min': 0.0,
'max': 112.0,
'palette': ['001137', '0aab1e', 'e7eb05', 'ff4a2d', 'e90000'],
}
Map.setCenter(17.93, 7.71, 2);
Map.addLayer(precipitation, precipitationVis, 'Precipitation')
4、 Dataset reference
Funk, Chris, Pete Peterson, Martin Landsfeld, Diego Pedreros, James Verdin, Shraddhanand Shukla, Gregory Husak, James Rowland, Laura Harrison, Andrew Hoell & Joel Michaelsen. "The climate hazards infrared precipitation with stations—a new environmental record for monitoring extremes". Scientific Data 2, 150066. doi:10.1038/sdata.2015.66 2015.
边栏推荐
- 黑馬筆記---Set系列集合
- CubeMx DMA笔记
- Getting started with pytest ----- confitest Application of PY
- Fabric.js 背景不受视口变换影响
- Fabric.js 基础笔刷
- Fabric.js 居中元素
- Domestic all Chinese automatic test software apifox
- 创新永不止步——nVisual网络可视化平台针对Excel导入的创新历程
- Precipitate yourself and stay up late to sort out 100 knowledge points of interface testing professional literacy
- 函数中使用sizeof(arr) / sizeof(arr[0])求数组长度不正确的原因
猜你喜欢
C case of communication between server and client based on mqttnet
Disable access to external entities in XML parsing
Fabric.js 渐变
解决:代理抛出异常错误
运维工作的“本手、妙手、俗手”
Learn BeanShell before you dare to say you know JMeter
No logic is executed after the El form is validated successfully
Fabric.js 居中元素
关于Steam 教育的知识整理
黑馬筆記---Set系列集合
随机推荐
go实现leetcode旋转数组
Video cover image setting, put cover images into multiple videos in the simplest way
Leetcode18题 【四数之和】递归解法
The underlying principle of go map (storage and capacity expansion)
C# 基于MQTTNet的服务端与客户端通信案例
数学知识——快速幂的理解及例题
Nodejs (03) -- custom module
删除排序数组中的重复项go语言实现
画波形图_数字IC
摆正元素(带过渡动画)
培养中小学生对教育机器人的热爱之心
Express logistics quick query method, set the unsigned doc No. to refresh and query automatically
Splice characters in {{}}
National all Chinese Automatic Test Software apifox
[high speed bus] Introduction to jesd204b
Global and Chinese market of pressure gauges 2022-2028: Research Report on technology, participants, trends, market size and share
ubuntu20.04安装mysql8
Pytest learning ----- pytest assertion of interface automation testing
数学问题(数论)试除法做质数的判断、分解质因数,筛质数
Fabric.js IText 上标和下标