Skip to content

Commit 6d67aae

Browse files
jsignellmaxrjones
andauthored
Add icechunk / virtualizarr to pangeo-notebook 2025.08.14 (#45)
* Add icechunk / virtualizarr * Update base pangeo image and add test * Update geoviews by a patch to make it work with cartopy 0.25.0 --------- Co-authored-by: Max Jones <[email protected]>
1 parent 5a56c7c commit 6d67aae

File tree

4 files changed

+123
-15
lines changed

4 files changed

+123
-15
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pangeo/pangeo-notebook:2025.06.02
1+
FROM pangeo/pangeo-notebook:2025.08.14
22

33
LABEL org.opencontainers.image.source="https://github.com/nasa-impact/pangeo-notebook-veda-image"
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docker build -t pangeo-notebook-veda .
1717
docker run -v ./image-tests:/srv/repo/image-tests -e REGENERATE_OUTPUTS=true pangeo-notebook-veda bash /srv/repo/scripts/run_tests.sh
1818
```
1919

20-
### Regenrating the output of the test notebooks
20+
### Regenerating the output of the test notebooks
2121

2222
To regenerate the output of the test notebooks, we can use the same command we used in the previous section to generate the output of the notebooks while adding new tests:
2323

environment.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ dependencies:
77
- code-server>=3.2
88
- jupyter-vscode-proxy
99
- openssh
10-
# Remove once Pangeo has upstream. Pinned to match pangeo-notebook image
11-
- libgdal-arrow-parquet==3.10.3
12-
- libgdal-netcdf==3.10.3
1310
- pre_commit
11+
# Remove once Pangeo has upstream.
12+
- virtualizarr>=2.0.0
13+
- icechunk
14+
# Working around https://github.com/holoviz/geoviews/pull/794
15+
- geoviews-core==1.14.1
1416
- pip
1517
- pip:
1618
- git+https://github.com/MAAP-Project/[email protected]

0 commit comments

Comments
 (0)