From c8cdbff7b950aa6ad3b0bf0ec7baa7c6f70aca17 Mon Sep 17 00:00:00 2001 From: xhong Date: Tue, 6 Jan 2026 16:00:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(GEE=5FScripts):=20=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=9B=BE=E5=83=8F=E5=91=BD=E5=90=8D=E8=A7=84?= =?UTF-8?q?=E5=88=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GEE_Scripts/S1andS2_download.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GEE_Scripts/S1andS2_download.js b/GEE_Scripts/S1andS2_download.js index 6764a74..84bbce4 100644 --- a/GEE_Scripts/S1andS2_download.js +++ b/GEE_Scripts/S1andS2_download.js @@ -245,9 +245,10 @@ print( processed_img ); target_index = target_index + 1; +var target_name = "Target" + target_index; Export.image.toDrive({ image: processed_img, - description: "S1_S2_" + start_year + "_Target" + target_index, + description: "S1_S2_" + target_name + "_" + start_year, folder: "Sentinel", region: region, // 添加后会自动裁剪 scale: 10,