From 6fe62c63eec0f515ad68612f09a499354a2d3c30 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Thu, 19 Mar 2026 06:53:21 -0400 Subject: [PATCH] Fix #24 --- .../download.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm/download.sh b/scripts/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm/download.sh index e69de29..5e2763b 100644 --- a/scripts/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm/download.sh +++ b/scripts/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm/download.sh @@ -0,0 +1,5 @@ +rclone copy googledrive:"Orthophoto Repository 2023" \ + sourcecoop:us-west-2.opendata.source.coop/dataforcanada/d4c-datapkg-orthoimagery/archive/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm \ + --include "*.tif" --include "*.tfw" --include "*.tif.aux.xml" \ + --drive-shared-with-me --progress \ + --transfers 16 --checkers 16 \ No newline at end of file