mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Simplify even further
This commit is contained in:
+5
-6
@@ -62,7 +62,6 @@ See our processing pipeline in action. View samples and documentation for our cu
|
|||||||
|
|
||||||
**Note:** The data sources in the diagram below are **prioritized from left to right**, reflecting our current focus on processing high-value [statistical](https://www.dataforcanada.org/docs/processes/statistical_products/), [foundational](https://www.dataforcanada.org/docs/processes/foundation/#download-and-preview), and [orthoimagery](https://www.dataforcanada.org/docs/processes/orthoimagery/#download-and-preview) datasets first.
|
**Note:** The data sources in the diagram below are **prioritized from left to right**, reflecting our current focus on processing high-value [statistical](https://www.dataforcanada.org/docs/processes/statistical_products/), [foundational](https://www.dataforcanada.org/docs/processes/foundation/#download-and-preview), and [orthoimagery](https://www.dataforcanada.org/docs/processes/orthoimagery/#download-and-preview) datasets first.
|
||||||
|
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TD
|
flowchart TD
|
||||||
classDef linkNode stroke:#0000EE,color:#0000EE,stroke-width:2px;
|
classDef linkNode stroke:#0000EE,color:#0000EE,stroke-width:2px;
|
||||||
@@ -104,6 +103,7 @@ flowchart TD
|
|||||||
AV1@{ shape: lean-l, label: "Next-Gen Video"}
|
AV1@{ shape: lean-l, label: "Next-Gen Video"}
|
||||||
JPEGXL@{ shape: lean-l, label: "Next-Gen Imagery"}
|
JPEGXL@{ shape: lean-l, label: "Next-Gen Imagery"}
|
||||||
WARC@{ shape: lean-l, label: "Unstructured Web Data"}
|
WARC@{ shape: lean-l, label: "Unstructured Web Data"}
|
||||||
|
FAIRDataDis@{ shape: lean-l, label: "FAIR Data Catalogue"}
|
||||||
end
|
end
|
||||||
|
|
||||||
%% Intermediate format (Standalone)
|
%% Intermediate format (Standalone)
|
||||||
@@ -139,7 +139,7 @@ flowchart TD
|
|||||||
%% ---------------------------------------------------------
|
%% ---------------------------------------------------------
|
||||||
subgraph di [Distribution Infrastructure]
|
subgraph di [Distribution Infrastructure]
|
||||||
ObjectStorage@{ shape: bow-rect, label: "Object Storage"}
|
ObjectStorage@{ shape: bow-rect, label: "Object Storage"}
|
||||||
Metadata@{ shape: rect, label: "FAIR Data Catalog"}
|
Metadata@{ shape: rect, label: "FAIR Data Catalogue"}
|
||||||
HTTP@{ shape: rect, label: "Static Files"}
|
HTTP@{ shape: rect, label: "Static Files"}
|
||||||
DecentralizedDistribution@{ shape: rect, label: "Decentralized Distribution"}
|
DecentralizedDistribution@{ shape: rect, label: "Decentralized Distribution"}
|
||||||
end
|
end
|
||||||
@@ -241,8 +241,6 @@ flowchart TD
|
|||||||
%% =========================================================
|
%% =========================================================
|
||||||
%% STYLING
|
%% STYLING
|
||||||
%% =========================================================
|
%% =========================================================
|
||||||
|
|
||||||
%% Color Palette (Option 1: Functional)
|
|
||||||
style sot fill:#FFF9C4
|
style sot fill:#FFF9C4
|
||||||
style ent fill:#E1BEE7
|
style ent fill:#E1BEE7
|
||||||
style vt fill:#FFCCBC
|
style vt fill:#FFCCBC
|
||||||
@@ -251,7 +249,7 @@ flowchart TD
|
|||||||
|
|
||||||
%% Link Node Styling
|
%% Link Node Styling
|
||||||
class Foundation,Statistical,Orthoimagery,FieldImagery,EnvironmentClimate,Elevation,WebCorpus linkNode
|
class Foundation,Statistical,Orthoimagery,FieldImagery,EnvironmentClimate,Elevation,WebCorpus linkNode
|
||||||
class Parquet,FlatGeoBuf,SQLite,FileGeodatabase,VectorTiles,NextGenVectorTiles,GeoTIFF,Zarr,WebP,PMTiles,JPEGXL,AV1,WARC linkNode
|
class FAIRDataDis,Parquet,FlatGeoBuf,SQLite,FileGeodatabase,VectorTiles,NextGenVectorTiles,GeoTIFF,Zarr,WebP,PMTiles,JPEGXL,AV1,WARC linkNode
|
||||||
class DecentralizedDistribution,HTTP,Metadata,GeoSpatialServices linkNode
|
class DecentralizedDistribution,HTTP,Metadata,GeoSpatialServices linkNode
|
||||||
|
|
||||||
%% =========================================================
|
%% =========================================================
|
||||||
@@ -278,13 +276,14 @@ flowchart TD
|
|||||||
click JPEGXL "https://jpeg.org/jpegxl/" _blank
|
click JPEGXL "https://jpeg.org/jpegxl/" _blank
|
||||||
click AV1 "https://aomedia.org/specifications/av1/" _blank
|
click AV1 "https://aomedia.org/specifications/av1/" _blank
|
||||||
click WARC "https://github.com/iipc/warc-specifications/" _blank
|
click WARC "https://github.com/iipc/warc-specifications/" _blank
|
||||||
|
click FAIRDataDis "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank
|
||||||
|
|
||||||
click HTTP "https://www.dataforcanada.org/docs/getting_started/" _blank
|
click HTTP "https://www.dataforcanada.org/docs/getting_started/" _blank
|
||||||
click DecentralizedDistribution "https://www.dataforcanada.org/docs/dissemination/" _blank
|
click DecentralizedDistribution "https://www.dataforcanada.org/docs/dissemination/" _blank
|
||||||
click Metadata "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank
|
click Metadata "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank
|
||||||
click GeoSpatialServices "https://github.com/dataforcanada/geo-services-labs/" _blank
|
click GeoSpatialServices "https://github.com/dataforcanada/geo-services-labs/" _blank
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Get Involved
|
## Get Involved
|
||||||
|
|
||||||
We are actively looking for new members and partners to help shape this project.
|
We are actively looking for new members and partners to help shape this project.
|
||||||
|
|||||||
Reference in New Issue
Block a user