Google Earth Engine——PRISM日数据集和月数据集是美国本土的网格化气候数据集,由俄勒冈州立大学的PRISM气候小组制作。

简介: Google Earth Engine——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.
  • The assets have start time of noon UTC, not midnight UTC.
  • 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空间气候数据集的描述。

注意

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

这些资产的开始时间是UTC中午,而不是UTC午夜。

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

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

 

Dataset Availability

1981-01-01T00:00:00 - 2021-09-29T00:00:00

Dataset Provider

PRISM / OREGONSTATE

Collection Snippet

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

Resolution

4638.3 meters

Bands Table

Name Description Min* Max* Units
ppt Daily total precipitation (including rain and melted snow) 0 731.65 mm
tmean Daily mean temperature (calculated as (tmin+tmax)/2) -40.37 45.98 °C
tmin Daily minimum temperature -47.56 39.59 °C
tmax Daily maximum temperature -38.38 54.13 °C
tdmean Daily mean dew point temperature -46.18 31.61 °C
vpdmin Daily minimum vapor pressure deficit 0 69.86 hPa
vpdmax Daily maximum vapor pressure deficit 0 142.42 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".


影像使用:

These PRISM datasets are available without restriction on use or distribution. PRISM Climate Group does request that the user give proper attribution and identify PRISM, where applicable, as the source of the data.

引用:

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/AN81d')
                  .filter(ee.Filter.date('2018-08-01', '2018-08-15'));
var precipitation = dataset.select('ppt');
var precipitationVis = {
  min: 0.0,
  max: 50.0,
  palette: ['red', 'yellow', 'green', 'cyan', 'purple'],
};
Map.setCenter(-100.55, 40.71, 4);
Map.addLayer(precipitation, precipitationVis, 'Precipitation');

 


相关文章
|
6月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
2407 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
6月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
219 0
|
6月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
556 1
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
6月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
109 0
|
6月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
86 0
|
6月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
132 0
|
6月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
76 0
|
6月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
256 0
|
6月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
122 0
|
6月前
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“.
123 0

热门文章

最新文章