The MCD15A3H V6 level 4, Combined Fraction of Photosynthetically Active Radiation (FPAR), and Leaf Area Index (LAI) product is a 4-day composite data set with 500 meter pixel size. The algorithm chooses the "best" pixel available from all the acquisitions of both MODIS sensors located on NASA's Terra and Aqua satellites from within the 4-day period.
Documentation:
MCD15A3H V6 level 4, Combined Fraction of Photosynthetically Active Radiation (FPAR), and Leaf Area Index (LAI) product是一个为期4天的综合数据集,像素大小为500米。该算法从位于NASA Terra和Aqua卫星上的MODIS传感器在4天内的所有采集中选择 "最佳 "像素。
文件。
用户指南
算法理论基础文件(ATBD)
一般文件
Dataset Availability
2002-07-04T00:00:00 - 2021-09-14T00:00:00
Dataset Provider
NASA LP DAAC at the USGS EROS Center
Collection Snippet
ee.ImageCollection("MODIS/006/MCD15A3H")
var dataset = ee.ImageCollection('MODIS/006/MCD15A3H'); var defaultVisualization = dataset.first().select('Fpar'); var defaultVisualizationVis = { min: 0.0, max: 100.0, palette: ['e1e4b4', '999d60', '2ec409', '0a4b06'], }; Map.setCenter(6.746, 46.529, 6); Map.addLayer( defaultVisualization, defaultVisualizationVis, 'Default visualization');