javascript - 8 day to daily temporal resolution in google earth engine - Stack Overflow

Hello I am trying to change the temporal resolution of the LAI dataset from 8 day to daily in google ea

Hello I am trying to change the temporal resolution of the LAI dataset from 8 day to daily in google earth engine. Would appreciate help with code

[link]

var point = ee.Geometry.Point([-94.73665965557193, 35.915990354302]);

print('Point Geometry:', point);
var startDate = '2019-01-01';
var endDate = '2019-12-31';

var LAIdataset = ee.ImageCollection('NASA/VIIRS/002/VNP15A2H')
                  .filterDate(startDate, endDate)
                  .filterBounds(point)
                  .map(function(image) { return image.clip(point); });
print("LAIdataset", LAIdataset)  ```

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744896308a4599718.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信