Skip to content

Commit 1c34b9a

Browse files
committed
Add more details
1 parent dea3536 commit 1c34b9a

File tree

7 files changed

+49
-0
lines changed

7 files changed

+49
-0
lines changed

docs/slides/2025-04.qmd

+49
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,43 @@ Christophe Noël structures the spec based on the Unified Data Model and Conform
5959
See [the GitHub pull request](https://github.com/zarr-developers/geozarr-spec/pull/64)!
6060
:::
6161

62+
## Background
63+
64+
Unidata's Common Data Model is an abstract data model that merges the NetCDF, OPenDAP, and HDF5 data models to create a common API for many types of scientific data.
65+
66+
![](_static/CDM.png){fig-alt="Common data model" fig-align="center" width="60%"}
67+
68+
::: footer
69+
Based on [Christophe Noël's ideas](https://github.com/zarr-developers/geozarr-spec/pull/64)
70+
:::
71+
72+
## Unified Abstract Data Model
73+
74+
A Unified Abstract Data Model would encapsulate traditional models from the modelling (NetCDF, CF) plus models from the earth observation (GeoTIFF, GDAL) communities
75+
76+
![](_static/UADM.png){fig-alt="Unified data model proposal" fig-align="center" width="60%"}
77+
78+
::: footer
79+
Based on [Christophe Noël's ideas](https://github.com/zarr-developers/geozarr-spec/pull/64)
80+
:::
81+
82+
## N-D functionality with E-O optimizations
83+
84+
![](_static/UADM_example.png){fig-alt="Unified data model proposal" fig-align="center" width="60%"}
85+
86+
::: footer
87+
:::
88+
89+
## Unified Abstract Data Model Implementation
90+
91+
The VirtualiZarr library could be an implementation of the Unified Abstract Data Model
92+
93+
![](_static/virtualizarr.png){fig-alt="Virtualizarr diagram" fig-align="center" width="60%"}
94+
95+
::: footer
96+
Check it out on [GitHub](https://github.com/zarr-developers/VirtualiZarr)
97+
:::
98+
6299
## Upcoming activity
63100

64101
Discussion about conformance classes April 17
@@ -99,8 +136,20 @@ EGU General Assembly including a EOPF Zarr discussion at the Pangeo session
99136
[Attend the session](https://meetingorganizer.copernicus.org/EGU25/session/52079)
100137
:::
101138

139+
## Shameless plug
140+
141+
Pangeo showcase immediately following the workshop will include a presentation about new Zarr optimizations!
142+
143+
![](_static/pangeo-showcase.png){fig-alt="Calendar event" fig-align="center" width="60%"}
144+
145+
::: footer
146+
[Attend the showcase](https://discourse.pangeo.io/t/spring-showcase-close-out-lightning-talks-april-16-2025-at-12-pm-et/5047)
147+
:::
148+
102149
## Thanks! 🚀
103150

151+
![](_static/geozarr-examples-repo.png){fig-alt="GitHub source" fig-align="center" width="60%"}
152+
104153
::: footer
105154
[Slides](https://developmentseed.org/geozarr-examples/slides/2025-04.html#/title-slide) and [source](https://github.com/developmentseed/geozarr-examples) available online
106155
:::

docs/slides/_static/CDM.png

64.2 KB
Loading

docs/slides/_static/UADM.png

62 KB
Loading

docs/slides/_static/UADM_example.png

92.3 KB
Loading
293 KB
Loading
264 KB
Loading

docs/slides/_static/virtualizarr.png

351 KB
Loading

0 commit comments

Comments
 (0)