mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Various improvements
This commit is contained in:
+2
-1
@@ -87,6 +87,7 @@ See our processing pipeline in action. View samples and documentation for our cu
|
||||
</style>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
<!-- Put back mermaid until I figure it all out -->
|
||||
{{< svg src="static/high-level-overview-homepage.svg" alt="High Level Overview" >}}
|
||||
|
||||
## Get Involved
|
||||
@@ -101,7 +102,7 @@ We are looking for academic institutions, research organizations, or **infrastru
|
||||
|
||||
### Contributing & Feedback
|
||||
|
||||
Right now, we primarily need **feedback on file naming convention, our datasets and their underlying processes, and the infrastructure** used to generate them. If you have thoughts on data quality, format optimization, or pipeline improvements, we want to hear from you.
|
||||
Right now, we primarily need **feedback on file naming convention, our [data packages](https://www.dataforcanada.org/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data/), and the infrastructure** used to generate them. If you have thoughts on data quality, format optimization, or pipeline improvements, we want to hear from you.
|
||||
|
||||
* **Discussions:** Head over to [#dataforcanada:matrix.org](https://matrix.to/#/#dataforcanada:matrix.org) to chat, or go to the individual process GitHub repos to comment on specific issues.
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ The specifications for the tile packages are defined in this code.
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
PROJECT_DIR="~/Documents/Personal/Projects/dataforcanada/process-orthoimagery-labs"
|
||||
PROJECT_DIR="~/Documents/Personal/Projects/dataforcanada/d4c-datapkg-orthoimagery"
|
||||
DATASET_ID="ca-mb_winnipeg-2024A00054611040_orthoimagery_2024_075mm"
|
||||
DATA_DIR="${PROJECT_DIR}/data"
|
||||
DATA_INPUT_DIR="${DATA_DIR}/input/${DATASET_ID}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Census Data
|
||||
weight: 2
|
||||
next: /docs/d4c-datapkg-orthoimagery/
|
||||
next: /docs/d4c-datapkg-orthoimagery
|
||||
---
|
||||
|
||||
I have updated the README.md to reflect the new repository URL, standardized dataset naming conventions, and the updated PMTiles base URL.
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Data Providers
|
||||
weight: 1
|
||||
next: /docs/d4c-pkgs
|
||||
sidebar:
|
||||
open: true
|
||||
draft: true
|
||||
---
|
||||
|
||||
- Statistics Canada
|
||||
- NRCan
|
||||
- OSM
|
||||
- [Versatiles](https://versatiles.org/)
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Terminology
|
||||
weight: 2
|
||||
next: /docs/terminology
|
||||
sidebar:
|
||||
open: true
|
||||
draft: true
|
||||
---
|
||||
@@ -17,9 +17,9 @@ flowchart TD
|
||||
%% ---------------------------------------------------------
|
||||
%% 3. PROCESSING PIPELINE
|
||||
%% ---------------------------------------------------------
|
||||
subgraph pp [Processing Pipeline]
|
||||
subgraph pp
|
||||
%% Not the orchestrator, but a key towards achieving project mission.
|
||||
DataforCanadaPackagesCollection@{ shape: rect, label: "Data for Canada Packages Collection"}
|
||||
DataforCanadaPackagesCollection@{ shape: rect, label: "Data Packages"}
|
||||
%% Internal Link
|
||||
end
|
||||
|
||||
@@ -216,15 +216,15 @@ class Parquet,FlatGeoBuf,SQLite,FileGeodatabase,VectorTiles,NextGenVectorTiles,G
|
||||
%% =========================================================
|
||||
%% CLICK ACTIONS
|
||||
%% =========================================================
|
||||
click DataforCanadaPackagesCollection "https://github.com/dataforcanada/dataforcanadapkgs-labs/" _blank
|
||||
click DataforCanadaPackagesCollection "https://github.com/dataforcanada/d4c-pkgs" _blank
|
||||
|
||||
click Foundation "https://github.com/dataforcanada/process-foundation-labs/" _blank
|
||||
click Statistical "https://github.com/dataforcanada/process-statistical-labs/" _blank
|
||||
click Orthoimagery "https://github.com/dataforcanada/process-orthoimagery-labs/" _blank
|
||||
click FieldImagery "https://github.com/dataforcanada/process-field-imagery-labs/" _blank
|
||||
click EnvironmentClimate "https://github.com/dataforcanada/process-environmental-climate-health-labs/" _blank
|
||||
click Elevation "https://github.com/dataforcanada/process-elevation-labs/" _blank
|
||||
click WebCorpus "https://github.com/dataforcanada/process-web-corpus-labs/" _blank
|
||||
click Foundation "https://github.com/dataforcanada/d4c-datapkg-foundation" _blank
|
||||
click Statistical "https://github.com/dataforcanada/process-statistical-labs" _blank
|
||||
click Orthoimagery "https://github.com/dataforcanada/d4c-datapkg-orthoimagery" _blank
|
||||
click FieldImagery "" _blank
|
||||
click EnvironmentClimate "https://github.com/dataforcanada/d4c-datapkg-environment-climate-health" _blank
|
||||
click Elevation "https://github.com/dataforcanada/process-elevation-labs" _blank
|
||||
click WebCorpus "" _blank
|
||||
|
||||
click Parquet "https://github.com/apache/parquet-format/" _blank
|
||||
click FlatGeoBuf "https://flatgeobuf.org/" _blank
|
||||
|
||||
Reference in New Issue
Block a user