USGS MODIS 蒸散量数据集

编程入门 行业动态 更新时间:2024-10-07 14:32:22

USGS MODIS 蒸散量<a href=https://www.elefans.com/category/jswz/34/1771445.html style=数据集"/>

USGS MODIS 蒸散量数据集

USGS MODIS 蒸散量¶

这里提供的蒸散量 (ET) 数据集是遥感技术的结果,主要利用 MODIS 热图像和全球天气数据集。该数据集对应于 Climate Engine 使用的全球 ET 产品的第 5 版。它为 2003 年至 2023 年期间的 ET 时空动态提供了宝贵的见解。该数据集的基石是可操作的简化表面能量平衡 (SSEBop) 模型,由 Senay 等人精心详细介绍。(2013)。建立在简化表面能量平衡 (SSEB) 方法的基础上,该方法最初由 Senay 等人提出。SSEBop 模型于 2007 年发布,并在随后的出版物中得到进一步完善(Senay 等人,2011 年),它具有专门为操作应用量身定制的独特参数化功能,类似于与湿度测定相关的原理。Velpuri 等人进行的综合模型评估强调了其稳健性。2013年。前言 – 人工智能教程

全球蒸散估计是通过将从 Aqua 卫星获取的基于 MODIS 的陆地表面温度数据与来自 WorldClim 的最高气温数据相结合而精心得出的。此外,参考ET值是通过全球数据同化系统(GDAS)获得的,用于校准和验证目的,进一步提高了该数据集的准确性。这种综合方法不仅丰富了我们对全球范围内复杂的蒸散过程的理解,而且还为这些动态提供了宝贵的时间和空间见解。有关该数据集的更多信息可以在此处找到。您可以在此处找到气候引擎组织中此数据集的链接

数据集详细信息¶
空间范围全球的
空间分辨率1 公里网格(1/96 度)
时间分辨率Dekadal、每月和每年
时间跨度2003年至今
更新频率每10-12天更新一次

变量

多变的蒸散量 (ETa) ('et')
单位毫米
比例因子1.0
引文¶
Senay, G.B., Kagone S., Velpuri N.M., 2020, Operational Global Actual Evapotranspiration using the SSEBop model: U.S. Geological Survey data release, [.5066/P9OUVUUI.](.5066/P9OUVUUI) Publication: , G. B., Budde, M. E., & Verdin, J. P. (2011). Enhancing the Simplified Surface Energy Balance (SSEB) approach for estimating landscape ET: Validation with the METRIC model. Agricultural Water Management, 98(4), 606-618.Senay, G. B., Budde, M., Verdin, J. P., & Melesse, A. M. (2007). A coupled remote sensing and simplified surface energy balance approach to estimate actual evapotranspiration from irrigated fields. Sensors, 7(6), 979-1000.Velpuri, N. M., Senay, G. B., Singh, R. K., Bohms, S., and Verdin, J. P. (2013). A comprehensive evaluation of two MODIS evapotranspiration products over the conterminous United States: Using point and gridded FLUXNET and water balance ET, Remote Sensing of Environment, 139, 35-49, [(Abstract and Article)](.1016/j.rse.2013.07.013)

 

地球引擎片段¶

// Read in dekadal, monthly, and annual Image Collections and get single image from each
var modis_et_d_ic = ee.ImageCollection('projects/earthengine-legacy/assets/projects/usgs-ssebop/modis_et_v5_dekadal')
var modis_et_d_i = modis_et_d_ic.first()
var modis_et_m_ic = ee.ImageCollection('projects/earthengine-legacy/assets/projects/usgs-ssebop/modis_et_v5_monthly')
var modis_et_m_i = modis_et_m_ic.first()
var modis_et_a_ic = ee.ImageCollection('projects/earthengine-legacy/assets/projects/usgs-ssebop/modis_et_v5_annual')
var modis_et_a_i = modis_et_a_ic.first()// Print first image to see bands
print(modis_et_d_i)
print(modis_et_m_i)
print(modis_et_a_i)// Visualize select bands from first image
var et_palette = ['#f5e4a9', '#fff4ad', '#c3e683', '#6bcc5c', '#3bb369', '#20998f', '#1c8691']
Map.addLayer(modis_et_d_i.select('et'), {min: 0, max: 10, palette: et_palette}, 'et, dekadal')
Map.addLayer(modis_et_m_i.select('et'), {min: 0, max: 30, palette: et_palette}, 'et, monthly')
Map.addLayer(modis_et_a_i.select('et'), {min: 0, max: 1000, palette: et_palette}, 'et, annual')

示例代码:/ ?scriptPath=users/sat-io/awesome-gee-catalog-examples:agriculture-vegetation-forestry/USGS-MODIS-ET

执照¶

美国地质勘探局创作或制作的数据和信息被视为属于美国公共领域。

关键词:蒸散量、MODIS、ETa、SSEBop、全球、近实时、月度、年度、dekadal

创建和提供:USGS

策划者:美国地质勘探局和气候引擎组织

更多推荐

USGS MODIS 蒸散量数据集

本文发布于:2023-12-03 23:34:01,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1658991.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:数据   USGS   MODIS   蒸散量

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!