Google Earth Engine——PRISM日数据集和月数据集是美国本土的网格化气候数据集,由俄勒冈州立大学的PRISM气候小组制作。网格是使用PRISM(独立坡度模型的参数-海拔回归)开发的

简介: Google Earth Engine——PRISM日数据集和月数据集是美国本土的网格化气候数据集,由俄勒冈州立大学的PRISM气候小组制作。网格是使用PRISM(独立坡度模型的参数-海拔回归)开发的

The PRISM daily and monthly datasets are gridded climate datasets for the conterminous United States, produced by the PRISM Climate Group at Oregon State University. Grids are developed using PRISM (Parameter-elevation Regressions on Independent Slopes Model). PRISM interpolation routines simulate how weather and climate vary with elevation, and account for coastal effects, temperature inversions, and terrain barriers that can cause rain shadows. Station data are assimilated from many networks across the country. For more information, see the Descriptions of PRISM Spatial Climate Datasets.


Note

  • Warning, this dataset should not be used to calculate century-long climate trends due to non-climatic variations from to station equipment and location changes, openings and closings, varying observation times, and the use of relatively short-term networks. Please see the dataset documentation for more details.
  • It takes time for observation networks to conduct quality control and release station data. Therefore, PRISM datasets are re-modeled several times until six months have elapsed, when they are considered permanent. A release schedule is available.
  • For use of the 30 arc-second (~800 m) version of this dataset please contact the provider at prism-questions@nacse.org.


PRISM日数据集和月数据集是美国本土的网格化气候数据集,由俄勒冈州立大学的PRISM气候小组制作。网格是使用PRISM(独立坡度模型的参数-海拔回归)开发的。PRISM插值程序模拟了天气和气候如何随海拔变化,并考虑了海岸效应、温度反转和可能导致雨影的地形障碍。站点数据来自全国各地的许多网络。欲了解更多信息,请参见PRISM空间气候数据集的描述。

注意

警告,这个数据集不应该被用来计算一个世纪的气候趋势,因为非气候的变化来自于台站设备和位置的变化,开放和关闭,不同的观测时间,以及使用相对短期的网络。更多细节请见数据集文件。

观测网络需要时间来进行质量控制和发布站点数据。因此,PRISM数据集会被重新建模数次,直到六个月后被认为是永久性的。有一个发布时间表。

如需使用该数据集的30弧秒(~800米)版本,请与提供者联系,prism-questions@nacse.org。

Dataset Availability

1895-01-01T00:00:00 - 2021-08-01T00:00:00

Dataset Provider

PRISM / OREGONSTATE

Collection Snippet

ee.ImageCollection("OREGONSTATE/PRISM/AN81m")

Resolution

4638.3 meters

Bands Table

Name Description Min* Max* Units
ppt Monthly total precipitation (including rain and melted snow) 0 2639.82 mm
tmean Monthly average of daily mean temperature (calculated as (tmin+tmax)/2) -30.8 41.49 °C
tmin Monthly minimum temperature -35.11 34.72 °C
tmax Monthly average of daily maximum temperature -29.8 49.74 °C
tdmean Monthly average of daily mean dew point temperature -30.7 26.76 °C
vpdmin Monthly average of daily minimum vapor pressure deficit 0 44.79 hPa
vpdmax Monthly average of daily maximum vapor pressure deficit 0.009 110.06 hPa


* = Values are estimated

影像属性:

Name Type Description
PRISM_CODE_VERSION List of Strings List of code versions per-band, e.g: the first element is for the first band "ppt", the second element is for the second band "tmean"
PRISM_DATASET_CREATE_DATE List of Strings List of original creation dates per-band
PRISM_DATASET_FILENAME List of Strings List of original filenames for each band
PRISM_DATASET_TYPE List of Strings List of dataset types per-band
PRISM_DATASET_VERSION List of Strings List of dataset versions per-band e.g: D1 or D2 for daily products; M1, M2 or M3 for monthly products.
status String Data generated within 30 days of observation have the status "early". Data generated within 1-6 months of observation may have the status "provisional" and data older than 6 months are marked as "permanent".


引用:

Daly, C., Halbleib, M., Smith, J.I., Gibson, W.P., Doggett, M.K., Taylor, G.H., Curtis, J., and Pasteris, P.A. 2008. Physiographically-sensitive mapping of temperature and precipitation across the conterminous United States. International Journal of Climatology, 28: 2031-2064

[Daly, C., J.I. Smith, and K.V. Olson. 2015. Mapping atmospheric moisture climatologies across the conterminous United States. PloS ONE 10(10):e0141140. doi:10.1371/journal.pone.0141140.

代码:

var dataset = ee.ImageCollection('OREGONSTATE/PRISM/AN81m')
                  .filter(ee.Filter.date('2018-07-01', '2018-07-31'));
var precipitation = dataset.select('ppt');
var precipitationVis = {
  min: 0.0,
  max: 300.0,
  palette: ['red', 'yellow', 'green', 'cyan', 'purple'],
};
Map.setCenter(-100.55, 40.71, 4);
Map.addLayer(precipitation, precipitationVis, 'Precipitation');


目录
打赏
0
0
0
0
213
分享
相关文章
Google Gemma 模型服务:开放的生成式 AI 模型服务
Google Gemma 模型服务:开放的生成式 AI 模型服务
307 4
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
151 0
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
352 0
Google 发布其开源模型系列最新模型 Gemma 3
Google 发布了其开源模型系列的最新成员 Gemma 3,这是一款轻量级、高性能的 AI 模型,支持多语言和复杂任务。它具备 140+ 语言支持、128K-token 上下文窗口、增强的多模态分析能力以及函数调用功能,适用于聊天 AI、代码生成等多种场景。Gemma 3 在性能上超越 Llama 3-8B 和 Mistral 7B,且仅需单 GPU 即可运行,大幅降低计算成本。提供 1B 至 27B 不同参数规模版本,满足多样化需求,并优化了量化模型以适应边缘计算和移动设备。其多模态设计整合了 SigLIP 图像编码器,扩展上下文窗口至 128k token,显著提升了视觉和文本理解能力。
109 3
Google 发布其开源模型系列最新模型 Gemma 3
TensorFlow 是一个由 Google 开发的开源深度学习框架
TensorFlow 是一个由 Google 开发的开源深度学习框架
152 3
🔥Android Jetpack全解析!拥抱Google官方库,让你的开发之旅更加顺畅无阻!🚀
【7月更文挑战第28天】在Android开发中追求高效稳定的路径?Android Jetpack作为Google官方库集合,是你的理想选择。它包含多个独立又协同工作的库,覆盖UI到安全性等多个领域,旨在减少样板代码,提高开发效率与应用质量。Jetpack核心组件如LiveData、ViewModel、Room等简化了数据绑定、状态保存及数据库操作。引入Jetpack只需在`build.gradle`中添加依赖。例如,使用Room进行数据库操作变得异常简单,从定义实体到实现CRUD操作,一切尽在掌握之中。拥抱Jetpack,提升开发效率,构建高质量应用!
181 4
一键开启 GPU 闲置模式,基于函数计算低成本部署 Google Gemma 模型服务
本文介绍如何使用函数计算 GPU 实例闲置模式低成本、快速的部署 Google Gemma 模型服务。
165077 58
详解:Google AI Gemini中文版本(基于API 开发实现对话)
谷歌旗下的人工智能应用Gemini,自问世以来凭借其强大的计算能力和高效的处理性能,迅速成为全球用户的宠儿。作为一款由世界顶尖科技公司开发的产品,Gemini不仅在语言处理、图像识别、数据分析等领域表现出色,还在多种复杂任务中展现了其卓越的智能决策能力。然而,由于网络限制等问题,国内用户往往无法直接访问和使用Gemini的网站,这也导致了许多技术爱好者和专业人士未能亲身体验这一先进技术所带来的便利和强大功能。
[AI Google] 新的生成媒体模型和工具,专为创作者设计和构建
探索谷歌最新的生成媒体模型:用于高分辨率视频生成的 Veo 和用于卓越文本生成图像能力的 Imagen 3。还可以了解使用 Music AI Sandbox 创作的新演示录音。
[AI Google] 新的生成媒体模型和工具,专为创作者设计和构建
再超Transformer!Google提出两个新模型(Griffin、Hawk),强于Mamba,更省资源
【2月更文挑战第15天】再超Transformer!Google提出两个新模型(Griffin、Hawk),强于Mamba,更省资源
309 1
再超Transformer!Google提出两个新模型(Griffin、Hawk),强于Mamba,更省资源

热门文章

最新文章

AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等