Google Earth Engine——基于2000-2017年时间序列的长期MODIS LST地表温度昼夜差1公里分辨率数据集

简介: Google Earth Engine——基于2000-2017年时间序列的长期MODIS LST地表温度昼夜差1公里分辨率数据集

Long-term MODIS LST day-time and night-time differences at 1 km based on the 2000-2017 time series

Derived using the data.table package and quantile function in R . For more info about the MODIS LST product see this page. Antartica is not included.

To access and visualize maps outside of Earth Engine, use this page.

If you discover a bug, artifact or inconsistency in the LandGIS maps or if you have a question please use the following channels:


基于2000-2017年时间序列的长期MODIS LST昼夜差1公里

使用R中的data.table包和quantile函数得出。关于MODIS LST产品的更多信息,请参见本页面。不包括南极洲。

要访问和可视化地球引擎以外的地图,请使用这个页面。

如果您在LandGIS地图中发现了错误、伪装或不一致的地方,或者您有问题,请使用以下渠道。

关于代码的技术问题和疑问

一般问题和评论

Dataset Availability

2000-01-01T00:00:00 - 2018-01-01T00:00:00

Dataset Provider

EnvirometriX Ltd

Collection Snippet

ee.Image("OpenLandMap/CLM/CLM_LST_MOD11A2-DAYNIGHT_M/v01")

Resolution

1000 meters

Bands Table

Name Description Min* Max* Units Scale
jan Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
feb Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
mar Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
apr Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
may Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
jun Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
jul Long-term Land Surface Temperature monthly day-night difference -40.5137

1336.09

K 0.02
aug Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
sep Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
oct Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
nov Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02
dec Long-term Land Surface Temperature monthly day-night difference -40.5137 1336.09 K 0.02


* = Values are estimated

引用:

Long-term MODIS LST day-time and night-time temperatures, sd and differences at 1 km based on the 2000-2017 time series 10.5281/zenodo.1420116

Long-term MODIS LST day-time and night-time temperatures, sd and differences at 1 km based on the 2000–2017 time series | Zenodo

代码:

var dataset = ee.Image("OpenLandMap/CLM/CLM_LST_MOD11A2-DAYNIGHT_M/v01");
var visualization = {
  bands: ['jan'],
  min: -40.5137,
  max: 1336.09,
  palette: ['0000ff', '00ffff', 'ffff00', 'ff0000']
};
Map.centerObject(dataset);
Map.addLayer(dataset, visualization, "Long-term Land Surface Temperature monthly day-night difference");


相关文章
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
333 0
|
6月前
|
机器学习/深度学习 人工智能 算法
Google DeepMind新产物: 行星级卫星嵌入数据集(10m)光学+雷达+DEM+climate...
Google 推出 Earth Engine 卫星嵌入数据集,利用 AI 将一年的多源卫星数据压缩至每个 10 米像素,实现高效地理空间分析。基于 AlphaEarth Foundations 模型,该数据集提供 64 维嵌入向量,支持相似性搜索、变化检测、自动聚类和精准分类,助力环境研究与应用。
479 0
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
5443 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
427 0
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
281 0
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
920 0
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
527 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“.
398 0
|
编解码 定位技术
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
Google Earth Engine(GEE)——导出后的影像像素不同于原始Landsat影像的分辨率(投影差异)
587 0
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
759 0

热门文章

最新文章

推荐镜像

更多