fix(GEE_Scripts): 完善导出图像命名规则.
This commit is contained in:
parent
70a7d1433b
commit
c8cdbff7b9
@ -245,9 +245,10 @@ print(
|
|||||||
processed_img
|
processed_img
|
||||||
);
|
);
|
||||||
target_index = target_index + 1;
|
target_index = target_index + 1;
|
||||||
|
var target_name = "Target" + target_index;
|
||||||
Export.image.toDrive({
|
Export.image.toDrive({
|
||||||
image: processed_img,
|
image: processed_img,
|
||||||
description: "S1_S2_" + start_year + "_Target" + target_index,
|
description: "S1_S2_" + target_name + "_" + start_year,
|
||||||
folder: "Sentinel",
|
folder: "Sentinel",
|
||||||
region: region, // 添加后会自动裁剪
|
region: region, // 添加后会自动裁剪
|
||||||
scale: 10,
|
scale: 10,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user