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

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

NameDescriptionMin*Max*Units
MeanThe mean value of the Enhanced Vegetation Index for each aggregated pixel.01
FilledProportionA quality control band that indicates the percentage of each resulting pixel that was comprised of raw data (as opposed to gap-filled estimates).0100%

* = 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.

代码:

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');

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值