mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-15 23:10:51 +02:00
Add Zarr as one of the dissemination formats. TODO: fix diagram unique ids once the high-level overview diagram is complete
This commit is contained in:
@@ -39,6 +39,7 @@ flowchart TD
|
|||||||
FlatGeoBuf@{ shape: lean-l}
|
FlatGeoBuf@{ shape: lean-l}
|
||||||
PMTiles@{ shape: lean-l}
|
PMTiles@{ shape: lean-l}
|
||||||
COG@{ shape: lean-l}
|
COG@{ shape: lean-l}
|
||||||
|
Zarr@{ shape: lean-l}
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph "Distribution Infrastructure"
|
subgraph "Distribution Infrastructure"
|
||||||
@@ -79,6 +80,10 @@ flowchart TD
|
|||||||
a8@{animate: true, animation: slow}
|
a8@{animate: true, animation: slow}
|
||||||
Opt a9@--> COG
|
Opt a9@--> COG
|
||||||
a9@{animate: true, animation: slow}
|
a9@{animate: true, animation: slow}
|
||||||
|
Opt a29@--> Zarr
|
||||||
|
a29@{animate: true, animation: slow}
|
||||||
|
Zarr a30@--> ObjectStorage
|
||||||
|
a30@{animate: true, animation: slow}
|
||||||
Parquet a10@--> ObjectStorage
|
Parquet a10@--> ObjectStorage
|
||||||
a10@{animate: true, animation: slow}
|
a10@{animate: true, animation: slow}
|
||||||
FlatGeoBuf a11@--> ObjectStorage
|
FlatGeoBuf a11@--> ObjectStorage
|
||||||
@@ -122,6 +127,7 @@ flowchart TD
|
|||||||
click Parquet "https://github.com/apache/parquet-format/" _blank
|
click Parquet "https://github.com/apache/parquet-format/" _blank
|
||||||
click FlatGeoBuf "https://flatgeobuf.org/" _blank
|
click FlatGeoBuf "https://flatgeobuf.org/" _blank
|
||||||
click PMTiles "https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md" _blank
|
click PMTiles "https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md" _blank
|
||||||
|
click Zarr "https://github.com/zarr-developers/geozarr-spec/" _blank
|
||||||
click StatProducts "https://www.dataforcanada.org/docs/processes/statistical_products/" _blank
|
click StatProducts "https://www.dataforcanada.org/docs/processes/statistical_products/" _blank
|
||||||
click Orthoimagery "https://www.dataforcanada.org/docs/processes/orthoimagery/" _blank
|
click Orthoimagery "https://www.dataforcanada.org/docs/processes/orthoimagery/" _blank
|
||||||
click DecentralizedDistribution "https://www.dataforcanada.org/docs/dissemination/" _blank
|
click DecentralizedDistribution "https://www.dataforcanada.org/docs/dissemination/" _blank
|
||||||
|
|||||||
Reference in New Issue
Block a user