Google Earth Engine——Daymet V3提供美国、墨西哥、加拿大、夏威夷和波多黎各的每日天气参数的网格化气象数据集

简介: Google Earth Engine——Daymet V3提供美国、墨西哥、加拿大、夏威夷和波多黎各的每日天气参数的网格化气象数据集

Daymet V3 provides gridded estimates of daily weather parameters for United States, Mexico, Canada, Hawaii, and Puerto Rico. It is derived from selected meteorological station data and various supporting data sources.

Compared to the previous version, Daymet V3 uses an entirely new suite of inputs including:

  • NASA SRTM DEM version 2.1.
  • Land/Water Mask: MODIS 250 MOD44W_v2.NASA_ORNL_
  • Horizon files derived from the SRTM DEM.
  • Ground station weather inputs from several sources with QA/QC.

Documentation:


Daymet V3提供美国、墨西哥、加拿大、夏威夷和波多黎各的每日天气参数的网格化估计。它是由选定的气象站数据和各种辅助数据来源得出的。

与前一版本相比,Daymet V3使用一套全新的输入,包括。

NASA SRTM DEM 2.1版。

土地/水掩码。MODIS 250 MOD44W_v2.NASA_ORNL_。

从SRTM DEM导出的地平线文件。

来自几个来源的地面站天气输入,有质量保证/质量控制。

文件。

ORNL DAAC数据集文档

数据集文档

该数据集的THREDDS位置

Dataset Availability

1980-01-01T00:00:00 - 2019-12-31T00:00:00

Dataset Provider

NASA ORNL DAAC at Oak Ridge National Laboratory

Collection Snippet

ee.ImageCollection("NASA/ORNL/DAYMET_V3")

Resolution

1000 meters

Bands Table

Name Description Min* Max* Units
dayl Duration of the daylight period. Based on the period of the day during which the sun is above a hypothetical flat horizon. 0 86400 seconds
prcp Daily total precipitation, sum of all forms converted to water-equivalent. 0 200 mm
srad Incident shortwave radiation flux density, taken as an average over the daylight period of the day. 0 800 W/m^2
swe Snow water equivalent, the amount of water contained within the snowpack. 0 1000 kg/m^2
tmax Daily maximum 2-meter air temperature. -50 50 °C
tmin Daily minimum 2-meter air temperature. -50 50 °C
vp Daily average partial pressure of water vapor. 0 10000 Pa


* = Values are estimated

数据引用:

Thornton, P.E., M.M. Thornton, B.W. Mayer, Y. Wei, R. Devarakonda, R.S.Vose, and R.B. Cook. {YEAR}. Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version3. ORNL DAAC, Oak Ridge, Tennessee, USA

Other Citation Details - Thornton, P.E., M.M. Thornton, B.W. Mayer, Y. Wei, R. Devarakonda, R.S. Vose, and R.B. Cook. 2016. Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 3. ORNL DAAC, Oak Ridge, Tennessee, USA. doi:10.3334/ORNLDAAC/1328

Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 3, https://doi.org/10.3334/ORNLDAAC/1328

代码:

var dataset = ee.ImageCollection('NASA/ORNL/DAYMET_V3')
                  .filter(ee.Filter.date('2017-04-01', '2017-04-30'));
var maximumTemperature = dataset.select('tmax');
var maximumTemperatureVis = {
  min: -40.0,
  max: 30.0,
  palette: ['1621A2', 'white', 'cyan', 'green', 'yellow', 'orange', 'red'],
};
Map.setCenter(-110.21, 35.1, 4);
Map.addLayer(maximumTemperature, maximumTemperatureVis, 'Maximum Temperature');


相关文章
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
5488 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
338 0
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
788 0
|
7月前
|
机器学习/深度学习 人工智能 算法
Google DeepMind新产物: 行星级卫星嵌入数据集(10m)光学+雷达+DEM+climate...
Google 推出 Earth Engine 卫星嵌入数据集,利用 AI 将一年的多源卫星数据压缩至每个 10 米像素,实现高效地理空间分析。基于 AlphaEarth Foundations 模型,该数据集提供 64 维嵌入向量,支持相似性搜索、变化检测、自动聚类和精准分类,助力环境研究与应用。
490 0
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
380 0
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
434 0
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
283 0
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
938 0
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
533 0
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
406 0

推荐镜像

更多