Google Earth Engine ——Gridded Surface Meteorological 数据集提供了 1979 年以来美国本土的温度、降水、风、湿度和辐射的高空间分辨率(~4 公里)

GRIDMET: University of Idaho Gridded Surface Meteorological Dataset

The Gridded Surface Meteorological dataset provides high spatial resolution (~4-km) daily surface fields of temperature, precipitation, winds, humidity and radiation across the contiguous United States from 1979. The dataset blends the high resolution spatial data from PRISM with the high temporal resolution data from the National Land Data Assimilation System (NLDAS) to produce spatially and temporally continuous fields that lend themselves to additional land surface modeling.

This dataset contains provisional products that are replaced with updated versions when the complete source data become available. Products can be distinguished by the value of the 'status' property. At first, assets are ingested with status='early'. After several days, they are replaced by assets with status='provisional'. After about 2 months, they are replaced by the final assets with status='permanent'.

Gridded Surface Meteorological 数据集提供了 1979 年以来美国本土的温度、降水、风、湿度和辐射的高空间分辨率(~4 公里)每日表面场。该数据集将来自 PRISM 的高分辨率空间数据与高时间来自国家土地数据同化系统 (NLDAS) 的分辨率数据,以产生空间和时间连续的场,这些场有助于额外的地表建模。

此数据集包含在完整源数据可用时替换为更新版本的临时产品。可以通过“状态”属性的值来区分产品。首先,资产以 status='early' 被摄取。几天后,它们被 status='provisional' 的资产取代。大约 2 个月后,它们将被 status='permanent' 的最终资产所取代。

Dataset Availability

1979-01-01T00:00:00 - 2021-09-09T00:00:00

Dataset Provider

University of California Merced

Collection Snippet

ee.ImageCollection("IDAHO_EPSCOR/GRIDMET")

Resolution

2.5 arc minutes

Bands Table

NameDescriptionMin*Max*Units
prPrecipitation amount0690.44mm, daily total
rmaxMaximum relative humidity1.05100%
rminMinimum relative humidity0100%
sphSpecific humididy00.02kg/kg
sradSurface downward shortwave radiation0455.61W/m^2
thWind directionDegrees clockwise from North
tmmnMinimum temperature225.54314.88K
tmmxMaximum temperature233.08327.14K
vsWind velocity at 10m0.1429.13m/s
ercEnergy release component0131.85NFDRS fire danger index
etoDaily reference evapotranspiration017.27grass, mm
biBurning index0214.2NFDRS fire danger index
fm100100-hour dead fuel moisture0.2833.2%
fm10001000-hour dead fuel moisture0.3647.52%
etrDaily reference evapotranspiration027.02Alfalfa, mm
vpdMean vapor pressure deficit09.83kPa

* = Values are estimated

影像属性:

NameTypeDescription
statusString'early', 'provisional', or 'permanent'

使用说明:

This work (METDATA, by John Abatzoglou) is in the public domain and is free of known copyright restrictions. Users should properly cite the source used in the creation of any reports and publications resulting from the use of this dataset and note the date when the data was acquired.

数据引用:

Abatzoglou J. T., Development of gridded surface meteorological data for ecological applications and modelling, International Journal of Climatology. (2012) doi:10.1002/joc.3413

代码:

var dataset = ee.ImageCollection('IDAHO_EPSCOR/GRIDMET')
                  .filter(ee.Filter.date('2018-08-01', '2018-08-15'));
var maximumTemperature = dataset.select('tmmx');
var maximumTemperatureVis = {
  min: 290.0,
  max: 314.0,
  palette: ['d8d8d8', '4addff', '5affa3', 'f2ff89', 'ff725c'],
};
Map.setCenter(-115.356, 38.686, 5);
Map.addLayer(maximumTemperature, maximumTemperatureVis, 'Maximum Temperature');

最大气温影像数据展示:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值