前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Google Earth Engine——全球增强植被指数(EVI)产品的基础数据集是MODIS BRDF校正图像(MCD43B4)

Google Earth Engine——全球增强植被指数(EVI)产品的基础数据集是MODIS BRDF校正图像(MCD43B4)

作者头像
此星光明
发布2024-02-02 10:05:26
1400
发布2024-02-02 10:05:26
举报

The underlying dataset for this Enhanced Vegetation Index (EVI) product is MODIS BRDF-corrected imagery (MCD43B4), which was gap-filled using the approach outlined in Weiss et al. (2014) to eliminate missing data caused by factors such as cloud cover. Gap-free outputs were then aggregated temporally and spatially to produce the monthly ≈5km product.

This dataset was produced by Harry Gibson and Daniel Weiss of the Malaria Atlas Project (Big Data Institute, University of Oxford, United Kingdom, [http://www.map.ox.ac.uk/] (http://www.map.ox.ac.uk/)).

该增强植被指数(EVI)产品的基础数据集是MODIS BRDF校正图像(MCD43B4),使用Weiss等人(2014)中概述的方法填补了该图像的缺口,以消除由云层等因素造成的数据缺失。然后将无间隙输出在时间和空间上进行汇总,产生每月的≈5公里产品。

该数据集由Malaria Atlas项目的Harry Gibson和Daniel Weiss制作(英国牛津大学大数据研究所,[http://www.map.ox.ac.uk/] (http://www.map.ox.ac.uk/))。

Dataset Availability

2001-02-01T00:00:00 - 2015-06-01T00:00:00

Dataset Provider

Oxford Malaria Atlas Project

Collection Snippet

ee.ImageCollection("Oxford/MAP/EVI_5km_Monthly")

Resolution

5000 meters

Bands Table

Name

Description

Min*

Max*

Units

Mean

The mean value of the Enhanced Vegetation Index for each aggregated pixel.

0

1

FilledProportion

A quality control band that indicates the percentage of each resulting pixel that was comprised of raw data (as opposed to gap-filled estimates).

0

100

%

* = Values are estimated

数据引用:

Weiss, D.J., P.M. Atkinson, S. Bhatt, B. Mappin, S.I. Hay & P.W. Gething (2014) An effective approach for gap-filling continental scale remotely sensed time-series. ISPRS Journal of Photogrammetry and Remote Sensing, 98, 106-118.

代码:

代码语言:javascript
复制
var dataset = ee.ImageCollection('Oxford/MAP/EVI_5km_Monthly')
                  .filter(ee.Filter.date('2015-01-01', '2015-12-31'));
var evi = dataset.select('Mean');
var eviVis = {
  min: 0.0,
  max: 1.0,
  palette: [
    'ffffff', 'fcd163', '99b718', '66a000', '3e8601', '207401', '056201',
    '004c00', '011301'
  ],
};
Map.setCenter(-60.5, -20.0, 2);
Map.addLayer(evi, eviVis, 'EVI');
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2024-02-01,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
大数据
全栈大数据产品,面向海量数据场景,帮助您 “智理无数,心中有数”!
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档