GEE_ET

// available from 2000-02-26 to 2020-05-24
// Update at 2020-09-11, Dongdong Kong
var imgcol_8d = ee.ImageCollection("projects/pml_evapotranspiration/PML/OUTPUT/PML_V2_8day_v016");

/**
 * Copyright (c) 2019 Dongdong Kong. All rights reserved.
 * This work is licensed under the terms of the MIT license.
 * For a copy, see <https://opensource.org/licenses/MIT>.
 */
var pkg_export = require('users/kongdd/pkgs:pkg_export.js');
// var pkg_trend  = require('users/kongdd/public:Math/pkg_trend.js');
// export parameters
var options = {
    type: "drive",
    range:[73, 4, 135, 53], 
    cellsize: 1 / 100,
    // crsTransform : [463.312716528, 0, -20015109.354, 0, -463.312716527, 10007554.677], // prj.crsTransform;
    // scale        : 463.3127165275, // prj.scale
    crs: 'EPSG:4326', // 'SR-ORG:6974', // EPSG:4326
    folder: 'PMLV21'
};
var date_begin = '2001', // begin time
    date_end   = '2005'; // end time
    
imgcol_8d = imgcol_8d.filterDate(date_begin, date_end);
pkg_export.ExportImgCol(imgcol_8d, 'PMLV2_latest', options);

//参考于Exporting images without clicking on RUN button (google.com)
 
runTasks = function() {
    const evt = new MouseEvent('click', {bubbles: true, cancelable: true, ctrlKey: true})
    $$('.run-button' ,$$('ee-task-pane')[0].shadowRoot).forEach(function(e) {
        e.dispatchEvent(evt)
    })
}
runTasks()

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值