Doh, forgot to uncomment some of the code 😂

This commit is contained in:
Diego Ripley
2026-03-10 13:31:06 -04:00
parent 92b67feaa6
commit 342ad28898
@@ -1,11 +1,11 @@
DATASET_ID="ca-qc_government_and_municipalities_of_quebec-2026A000224_d4c-datapkg-orthoimagery_orthorectified_imagery_from_quebec" DATASET_ID="ca-qc_government_and_municipalities_of_quebec-2026A000224_d4c-datapkg-orthoimagery_orthorectified_imagery_from_quebec"
# Download tile index of data # Download tile index of data
#aria2c https://diffusion.mern.gouv.qc.ca/diffusion/RGQ/Imagerie/Orthomosaique/_Index/Index_Imagerie_orthorectifiee_GPKG.zip aria2c https://diffusion.mern.gouv.qc.ca/diffusion/RGQ/Imagerie/Orthomosaique/_Index/Index_Imagerie_orthorectifiee_GPKG.zip
## Extract ZIP file # Extract ZIP file
#unzip Index_Imagerie_orthorectifiee_GPKG.zip unzip Index_Imagerie_orthorectifiee_GPKG.zip
#
#mv Index_Imagerie_orthorectifiee.gpkg "${DATASET_ID}_2026-03-10.gpkg" mv Index_Imagerie_orthorectifiee.gpkg "${DATASET_ID}_2026-03-10.gpkg"
# Convert the GeoPackage to urls.txt # Convert the GeoPackage to urls.txt
ogr2ogr -f CSV /vsistdout/ "${DATASET_ID}_2026-03-10.gpkg" \ ogr2ogr -f CSV /vsistdout/ "${DATASET_ID}_2026-03-10.gpkg" \