From aac2812847919f0ff8172b99ccd9397749e2a89b Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Wed, 18 Mar 2026 16:18:06 -0400 Subject: [PATCH] Update download script for Vancouver 2022 orthoimagery --- .../download.sh | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/scripts/ca-bc_vancouver-2022A00055915022_d4c-datapkg-orthoimagery_2022_075mm/download.sh b/scripts/ca-bc_vancouver-2022A00055915022_d4c-datapkg-orthoimagery_2022_075mm/download.sh index 090b3c7..ba6f421 100755 --- a/scripts/ca-bc_vancouver-2022A00055915022_d4c-datapkg-orthoimagery_2022_075mm/download.sh +++ b/scripts/ca-bc_vancouver-2022A00055915022_d4c-datapkg-orthoimagery_2022_075mm/download.sh @@ -47,25 +47,4 @@ duckdb -noheader -csv -c \ | tr -d '"' \ > "${URL_FILE}" -echo " URL list written to: ${URL_FILE}" - -# --------------------------------------------------------------------------- -# Step 3 — Create the data input directory -# --------------------------------------------------------------------------- -echo "==> Step 3: Creating data input directory..." -mkdir -p "${DATA_INPUT_DIR}" -# Resolve to an absolute path to avoid any relative-path surprises -DATA_INPUT_DIR="$(cd "${DATA_INPUT_DIR}" && pwd)" -echo " Directory ready: ${DATA_INPUT_DIR}" - -# --------------------------------------------------------------------------- -# Step 4 — Download all images into the data input directory -# --------------------------------------------------------------------------- -echo "==> Step 4: Downloading images with aria2c..." -aria2c \ - -i "${URL_FILE}" \ - -j 12 \ - -x 4 \ - -d "${DATA_INPUT_DIR}" - -echo "==> Done. All files downloaded to: ${DATA_INPUT_DIR}" +echo " URL list written to: ${URL_FILE}" \ No newline at end of file