From 5378330dfb3e84ed1eef23d11d18c6b8b1b51136 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Sun, 1 Feb 2026 19:36:02 +0000 Subject: [PATCH] Renamed GitHub repos --- content/docs/processes/foundation.md | 2 +- content/docs/processes/orthoimagery.md | 4 ++-- content/docs/processes/statistical_products/_index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/processes/foundation.md b/content/docs/processes/foundation.md index 6bb90f7..56326ce 100644 --- a/content/docs/processes/foundation.md +++ b/content/docs/processes/foundation.md @@ -3,4 +3,4 @@ title: 🧱 Foundation weight: 1 --- -Look through our [process-foundation-dev](https://github.com/dataforcanada/process-foundation-dev) repo for the datasets that are currently being processed. There is still lots of work to do to make it ready for systems. +Look through our [process-foundation-labs](https://github.com/dataforcanada/process-foundation-labs) repo for the datasets that are currently being processed. There is still lots of work to do to make it ready for systems. diff --git a/content/docs/processes/orthoimagery.md b/content/docs/processes/orthoimagery.md index 7220e7e..0b7ac40 100644 --- a/content/docs/processes/orthoimagery.md +++ b/content/docs/processes/orthoimagery.md @@ -3,7 +3,7 @@ title: 🛰️ Orthoimagery weight: 3 --- -Look through our [process-orthoimagery-dev](https://github.com/dataforcanada/process-orthoimagery-dev) repo for the datasets processed. There is still lots of work to do to make it ready for systems. While the data processing workflow is still under development, you can [preview sample datasets](#download-and-preview) below. +Look through our [process-orthoimagery-labs](https://github.com/dataforcanada/process-orthoimagery-labs) repo for the datasets processed. There is still lots of work to do to make it ready for systems. While the data processing workflow is still under development, you can [preview sample datasets](#download-and-preview) below. ## Development Environment @@ -15,7 +15,7 @@ The specifications for the tile packages are defined in this code. ```bash #!/bin/bash -PROJECT_DIR="~/Documents/Personal/Projects/dataforcanada/process-orthoimagery" +PROJECT_DIR="~/Documents/Personal/Projects/dataforcanada/process-orthoimagery-labs" DATASET_ID="ca-mb_winnipeg-2024A00054611040_orthoimagery_2024_075mm" DATA_DIR="${PROJECT_DIR}/data" DATA_INPUT_DIR="${DATA_DIR}/input/${DATASET_ID}" diff --git a/content/docs/processes/statistical_products/_index.md b/content/docs/processes/statistical_products/_index.md index b68a1b0..b634a8d 100644 --- a/content/docs/processes/statistical_products/_index.md +++ b/content/docs/processes/statistical_products/_index.md @@ -5,4 +5,4 @@ weight: 2 ## Statistics Canada Data -Look through our [process-statcan-data-dev](https://github.com/dataforcanada/process-statcan-data-dev) repo for the datasets processed. There is still lots of work to do to make it ready for systems. +Look through our [process-statcan-data-labs](https://github.com/dataforcanada/process-statcan-data-labs) repo for the datasets processed. There is still lots of work to do to make it ready for systems.