Skip to content

Commit 5aafa37

Browse files
authored
Add STAC example to the website (#18)
1 parent ebe439d commit 5aafa37

File tree

4 files changed

+217
-34
lines changed

4 files changed

+217
-34
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ scratch-notebooks/*
9494
# data
9595
data/*
9696
output/*
97-
docs/examples/sentinel-2-l2a_red_green_blue_S2C_33UWP_20250615_0_L2A.zarr
9897

9998
docs/data/*
10099
docs/output/*

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
rev: v2.4.1
1616
hooks:
1717
- id: codespell
18-
exclude: pixi.lock
18+
exclude: '^(pixi\.lock|.*\.ipynb)$'
1919
args: ["-L", "fo,ihs,kake,te", "-S", "fixture"]
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
2121
rev: v5.0.0

docs/_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ website:
4141
text: WebMercatorQuad overviews (Zarr V2)
4242
- href: examples/04_multiscales_as_WebMercatorQuad_ZarrV3.ipynb
4343
text: WebMercatorQuad overviews (Zarr V3)
44+
- href: examples/06_embedded_STAC_block.ipynb
45+
text: STAC metadata
4446

4547
format:
4648

docs/examples/06_embedded_STAC_block.ipynb

Lines changed: 214 additions & 32 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)