From 342ad28898b6dfbc0f8a485961b4992bb1405933 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Tue, 10 Mar 2026 13:31:06 -0400 Subject: [PATCH] =?UTF-8?q?Doh,=20forgot=20to=20uncomment=20some=20of=20th?= =?UTF-8?q?e=20code=20=F0=9F=98=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../download.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/ca-qc_government_and_municipalities_of_quebec-2026A000224_d4c-datapkg-orthoimagery_orthorectified_imagery_from_quebec/download.sh b/scripts/ca-qc_government_and_municipalities_of_quebec-2026A000224_d4c-datapkg-orthoimagery_orthorectified_imagery_from_quebec/download.sh index 96cf89b..71de9de 100644 --- a/scripts/ca-qc_government_and_municipalities_of_quebec-2026A000224_d4c-datapkg-orthoimagery_orthorectified_imagery_from_quebec/download.sh +++ b/scripts/ca-qc_government_and_municipalities_of_quebec-2026A000224_d4c-datapkg-orthoimagery_orthorectified_imagery_from_quebec/download.sh @@ -1,11 +1,11 @@ DATASET_ID="ca-qc_government_and_municipalities_of_quebec-2026A000224_d4c-datapkg-orthoimagery_orthorectified_imagery_from_quebec" # Download tile index of data -#aria2c https://diffusion.mern.gouv.qc.ca/diffusion/RGQ/Imagerie/Orthomosaique/_Index/Index_Imagerie_orthorectifiee_GPKG.zip -## Extract ZIP file -#unzip Index_Imagerie_orthorectifiee_GPKG.zip -# -#mv Index_Imagerie_orthorectifiee.gpkg "${DATASET_ID}_2026-03-10.gpkg" +aria2c https://diffusion.mern.gouv.qc.ca/diffusion/RGQ/Imagerie/Orthomosaique/_Index/Index_Imagerie_orthorectifiee_GPKG.zip +# Extract ZIP file +unzip Index_Imagerie_orthorectifiee_GPKG.zip + +mv Index_Imagerie_orthorectifiee.gpkg "${DATASET_ID}_2026-03-10.gpkg" # Convert the GeoPackage to urls.txt ogr2ogr -f CSV /vsistdout/ "${DATASET_ID}_2026-03-10.gpkg" \