Google Earth Engine ——Terra MODIS植被覆盖度(VCF)产品是全球地表植被估计的亚像素级250m分辨率产品

The Terra MODIS Vegetation Continuous Fields (VCF) product is a sub-pixel-level representation of surface vegetation cover estimates globally. Designed to continuously represent Earth's terrestrial surface as a proportion of basic vegetation traits, it provides a gradation of three surface cover components: percent tree cover, percent non-tree cover, and percent bare. VCF products provide a continuous, quantitative portrayal of land surface cover with improved spatial detail, and hence, are widely used in environmental modeling and monitoring applications.

Generated yearly, the VCF product is produced using monthly composites of Terra MODIS 250 and 500 meters Land Surface Reflectance data, including all seven bands, and Land Surface Temperature.

Documentation:

Terra MODIS植被连续场(VCF)产品是全球地表植被估计的亚像素级表示。它被设计成连续代表地球陆地表面基本植被特征的比例,它提供了三种表面覆盖成分的梯度:树木覆盖百分比、非树木覆盖百分比和裸露百分比。VCF产品提供了一个连续的、定量的土地表面覆盖的描述,具有更好的空间细节,因此,被广泛用于环境建模和监测应用。

VCF产品每年生成一次,使用Terra MODIS 250米和500米地表反射率数据(包括所有七个波段)和地表温度的月度合成物。

Dataset Availability

2000-03-05T00:00:00 - 2020-03-05T00:00:00

Dataset Provider

NASA LP DAAC at the USGS EROS Center

Collection Snippet

ee.ImageCollection("MODIS/006/MOD44B")

Resolution

250 meters

Bands Table

NameDescriptionMinMaxUnitsScale
Percent_Tree_CoverPercent of a pixel which is covered by tree canopy0100%0
Percent_NonTree_VegetationPercent of a pixel which is covered by non-tree vegetation0100%0
Percent_NonVegetatedPercent of a pixel which is not vegetated0100%0
QualityDescribes those inputs that had poor quality (cloudy, high aerosol, cloud shadow, or view zenith >45°). Each bit in the field represents 1 out of 8 input surface reflectance files to the model.0
Quality Bitmask
  • Bit 0: State of input layers DOY 065-097
    • 0: Clear
    • 1: Bad
  • Bit 1: State of input layers DOY 113-145
    • 0: Clear
    • 1: Bad
  • Bit 2: State of input layers DOY 161-193
    • 0: Clear
    • 1: Bad
  • Bit 3: State of input layers DOY 209-241
    • 0: Clear
    • 1: Bad
  • Bit 4: State of input layers DOY 257-289
    • 0: Clear
    • 1: Bad
  • Bit 5: State of input layers DOY 305-337
    • 0: Clear
    • 1: Bad
  • Bit 6: State of input layers DOY 353-017
    • 0: Clear
    • 1: Bad
  • Bit 7: State of input layers DOY 033-045
    • 0: Clear
    • 1: Bad
Percent_Tree_Cover_SDStandard deviation (SD) of the 30 models that were used to generate the pixel value in the percent tree cover data layer032767%0.01
Percent_NonVegetated_SDStandard deviation (SD) of the 30 models that were used to generate the pixel value in the percent non-vegetated data layer032767%0.01
CloudClarifies the 'Quality' layer to give the user an indication that the 'bad' data refers to cloudy input data. Each bit in the field represents 1 out of 8 input surface reflectance files to the model.0
Cloud Bitmask
  • Bit 0: State of input layers DOY 065-097
    • 0: Clear
    • 1: Cloudy
  • Bit 1: State of input layers DOY 113-145
    • 0: Clear
    • 1: Cloudy
  • Bit 2: State of input layers DOY 161-193
    • 0: Clear
    • 1: Cloudy
  • Bit 3: State of input layers DOY 209-241
    • 0: Clear
    • 1: Cloudy
  • Bit 4: State of input layers DOY 257-289
    • 0: Clear
    • 1: Cloudy
  • Bit 5: State of input layers DOY 305-337
    • 0: Clear
    • 1: Cloudy
  • Bit 6: State of input layers DOY 353-017
    • 0: Clear
    • 1: Cloudy
  • Bit 7: State of input layers DOY 033-045
    • 0: Clear
    • 1: Cloudy

使用说明:

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

数据引用:

Please visit LP DAAC 'Citing Our Data' page for information on citing LP DAAC datasets.

代码:

var dataset = ee.ImageCollection('MODIS/006/MOD44B');

var visualization = {
  bands: ['Percent_Tree_Cover'],
  min: 0.0,
  max: 100.0,
  palette: ['bbe029', '0a9501', '074b03']
};

Map.centerObject(dataset);

Map.addLayer(dataset, visualization, 'Percent Tree Cover');

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

此星光明

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

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

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

打赏作者

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

抵扣说明:

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

余额充值