Skip to content

Commit 5446899

Browse files
committed
Update slides
1 parent 523419a commit 5446899

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

docs/slides.qmd

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: GeoZarr
33
subtitle: February 2025 (subjective) status report
4-
footer: "Material based on past presentations by Brianna Pagán and Joe Hamman (mistakes my own)"
4+
footer: "Thanks: Brianna Pagán, Joe Hamman, GeoZarr WG, Zarr refactor WG"
55
format:
66
revealjs:
77
incremental: false
88
auto-stretch: false
9+
theme: solarized
10+
width: 1600
11+
height: 900
12+
slideNumber: true
913
---
1014

1115
## Goals {footer=false}
@@ -76,7 +80,14 @@ Read [the spec](https://github.com/zarr-developers/geozarr-spec/)!
7680

7781
## Why is this an exciting time?
7882

79-
CRS handling across libraries has been prototyped
83+
Multi-dimensional geospatial solutions can bring real impact across humanitarian, scientific, and industrial needs
84+
85+
::: footer
86+
:::
87+
88+
## Why is this an exciting time?
89+
90+
Experimental CRS handling across the Python ecosystem
8091

8192
![](_static/xproj-docs.png){fig-alt="XProj repository" fig-align="center" width="60%"}
8293

@@ -87,7 +98,7 @@ Read more in the [xproj docs](https://xproj.readthedocs.io/en/latest/index.html)
8798

8899
## Why is this an exciting time?
89100

90-
Generic support for analytic coordinates in Xarray
101+
Generic support for analytic/functional coordinates in Xarray
91102

92103
![](_static/flexible-coordinates.png){fig-alt="Flexible coordinates PR" fig-align="center" width="60%"}
93104

@@ -108,28 +119,30 @@ Check out the [conference](https://2025-ut.cloudnativegeo.org/)
108119

109120
## What do we need?
110121

111-
To prove whether CRS/coordinate encoding is solved
122+
To prove whether OGC TMS 2.0 is sufficient for performant and reliable rendering and analysis
112123

113-
![](_static/Pangeo-NetCDF-limitations.png){fig-alt="Pangeo issue on )NetCDF limitations" fig-align="center" width="60%"}
124+
![](_static/OGC-TMS.png){fig-alt="OGC TMS 2.0 Standard" fig-align="center" width="60%"}
114125

115126
::: footer
116-
Check out the [Discourse post](https://discourse.pangeo.io/t/example-which-highlights-the-limitations-of-netcdf-style-coordinates-for-large-geospatial-rasters/4140)
127+
Check out the [standard](https://www.ogc.org/standards/tms)
128+
117129
:::
118130

119131
## What do we need?
120132

121-
To prove whether OGC TMS 2.0 is sufficient
133+
To push forward Xarray functional coordinates for geospatial
122134

123-
![](_static/OGC-TMS.png){fig-alt="OGC TMS 2.0 Standard" fig-align="center" width="60%"}
135+
![](_static/Pangeo-NetCDF-limitations.png){fig-alt="Pangeo issue on )NetCDF limitations" fig-align="center" width="60%"}
124136

125137
::: footer
126-
Check out the [standard](https://www.ogc.org/standards/tms)
127-
138+
Check out the [Discourse post](https://discourse.pangeo.io/t/example-which-highlights-the-limitations-of-netcdf-style-coordinates-for-large-geospatial-rasters/4140)
128139
:::
129140

141+
142+
130143
## What do we need?
131144

132-
To prove whether we need both XPublish and Titiler's Xarray extension
145+
To demonstrate how XPublish and Titiler's Xarray extension fit together (or not)
133146

134147
:::: {.columns}
135148

0 commit comments

Comments
 (0)