Google Earth Engine ——GIMMS NDVI是由NOAA的几个AVHRR传感器为全球1/12度的纬度/龙格生成的数据集

GIMMS NDVI is generated from several NOAA's AVHRR sensors for a global 1/12-degree lat/lon grid. The latest version of the GIMMS NDVI dataset is named NDVI3g (third generation GIMMS NDVI from AVHRR sensors).

GIMMS NDVI是由NOAA的几个AVHRR传感器为全球1/12度的纬度/网格生成的。最新版本的GIMMS NDVI数据集被命名为NDVI3g(第三代GIMMS NDVI来自AVHRR传感器)。

Dataset Availability

1981-07-01T00:00:00 - 2013-12-31T00:00:00

Dataset Provider

NASA/NOAA

Collection Snippet

ee.ImageCollection("NASA/GIMMS/3GV0")

使用说明:

MODIS data and products acquired through the LP DAAC have no restrictions on subsequent use, sale, or redistribution.

Resolution

9277 meters

Bands Table

NameDescriptionMinMax
ndviNDVI-11
qaQA flag
qa Bitmask
  • Bits 0-2: QA flag values
    • 1: Good value
    • 2: Good value
    • 3: NDVI retrieved from spline interpolation
    • 4: NDVI retrieved from spline interpolation, possibly snow
    • 5: NDVI retrieved from average seasonal profile
    • 6: NDVI retrieved from average seasonal profile, possibly snow
    • 7: Missing data

引用:

This dataset is in the public domain and is available without restriction on use and distribution. See NASA's Earth Science Data & Information Policy for additional information.

代码:

var dataset = ee.ImageCollection('NASA/GIMMS/3GV0')
                  .filter(ee.Filter.date('2013-06-01', '2013-12-31'));
var ndvi = dataset.select('ndvi');
var ndviVis = {
  min: -1.0,
  max: 1.0,
  palette: ['000000', 'f5f5f5', '119701'],
};
Map.setCenter(-88.6, 26.4, 1);
Map.addLayer(ndvi, ndviVis, 'NDVI');

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

此星光明

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

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

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

打赏作者

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

抵扣说明:

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

余额充值