fix(GEE_Scripts): 完善导出图像命名规则.

This commit is contained in:
谢泓 2026-01-06 16:00:24 +08:00
parent 70a7d1433b
commit c8cdbff7b9

View File

@ -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,