mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Can't finish everything tonight, will finish Friday/Saturday
This commit is contained in:
@@ -80,7 +80,9 @@ See our processing pipeline in action. View samples and documentation for our cu
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 🚀 Getting Started
|
||||
title: Getting Started
|
||||
weight: 1
|
||||
next: /docs/gettings_started/file_naming_convention/
|
||||
sidebar:
|
||||
@@ -13,7 +13,7 @@ Look through our [GitHub Organization](https://github.com/orgs/dataforcanada/rep
|
||||
{{< cards cols="2" >}}
|
||||
{{< card link="/docs/getting_started/file_naming_convention/" title="File Naming Convention" icon="cog" >}}
|
||||
{{< card link="/docs/dissemination/" title="Data Dissemination Strategy" icon="globe" >}}
|
||||
{{< card link="/docs/processes/" title="Processes" icon="cube" >}}
|
||||
{{< card link="/docs/data_packages/" title="Data Packages" icon="cube" >}}
|
||||
{{< card link="/infrastructure/" title="Infrastructure" icon="office-building" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: "Processes"
|
||||
title: "Data Packages"
|
||||
summary: d4c-pkgs
|
||||
weight: 2
|
||||
prev: /docs/getting_started
|
||||
next: /docs/dissemination
|
||||
@@ -7,11 +8,11 @@ sidebar:
|
||||
open: true
|
||||
---
|
||||
|
||||
For the moment, this project is composed of just a few processes, which are in development.
|
||||
This project is composed of multiple `data packages` (`d4c-pkgs`).
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="/docs/processes/foundation/" title="Foundation" icon="office-building" >}}
|
||||
{{< card link="/docs/processes/statistical_products/" title="Statistical" icon="presentation-chart-bar" >}}
|
||||
{{< card link="/docs/processes/orthoimagery/" title="Orthoimagery" icon="photograph" >}}
|
||||
{{< card link="/docs/processes/field_imagery/" title="Field Imagery" icon="eye" >}}
|
||||
{{< card link="/docs/data_packages/foundation/" title="Foundation" icon="office-building" >}}
|
||||
{{< card link="/docs/data_packages/statistical_products/" title="Statistical" icon="presentation-chart-bar" >}}
|
||||
{{< card link="/docs/data_packages/orthoimagery/" title="Orthoimagery" icon="photograph" >}}
|
||||
{{< card link="/docs/data_packages/field_imagery/" title="Field Imagery" icon="eye" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Elevation
|
||||
weight: 6
|
||||
draft: true
|
||||
---
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Environmental and Climate
|
||||
weight: 5
|
||||
draft: true
|
||||
---
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 📸 Field Imagery
|
||||
title: Field Imagery
|
||||
weight: 4
|
||||
next: /docs/dissemination/
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 🧱 Foundation
|
||||
title: Foundation
|
||||
weight: 1
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 🛰️ Orthoimagery
|
||||
title: Orthoimagery
|
||||
weight: 3
|
||||
prev: /docs/processes/statistical_products/statistics_canada/census_data/
|
||||
next: /docs/processes/field_imagery/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 📊 Statistical
|
||||
title: Statistical
|
||||
weight: 2
|
||||
toc: true
|
||||
prev: /docs/processes/foundation
|
||||
@@ -13,6 +13,6 @@ sidebar:
|
||||
The following two sections goes over the Statistics Canada data that was processed at [process-statcan-data-labs](https://github.com/dataforcanada/process-statcan-data-labs) There is still lots of work to do to make it ready for systems.
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="/docs/processes/statistical_products/statistics_canada/statistical_administrative_boundaries/" title="Statistical and Administrative Boundaries" icon="globe" >}}
|
||||
{{< card link="/docs/processes/statistical_products/statistics_canada/census_data/" title="Census Data" icon="map" >}}
|
||||
{{< card link="/docs/data_packages/statistical_products/statistics_canada/statistical_administrative_boundaries/" title="Statistical and Administrative Boundaries" icon="globe" >}}
|
||||
{{< card link="/docs/data_packages/statistical_products/statistics_canada/census_data/" title="Census Data" icon="map" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 🌐 Data Dissemination Strategy
|
||||
title: Data Dissemination Strategy
|
||||
weight: 3
|
||||
prev: /docs/processes/field_imagery/
|
||||
next: /contact/
|
||||
@@ -22,7 +22,7 @@ flowchart TD
|
||||
end
|
||||
|
||||
Sources[Open Data Sources]
|
||||
Processes[Data for Canada Packages Collection]
|
||||
Processes[Data Packages]
|
||||
Artifacts[Systems-Ready Data]
|
||||
|
||||
subgraph CoreInfra [Infrastructure]
|
||||
|
||||
Reference in New Issue
Block a user