Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ scratch-notebooks/*
# data
data/*
output/*
docs/examples/sentinel-2-l2a_red_green_blue_S2C_33UWP_20250615_0_L2A.zarr

docs/data/*
docs/output/*
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
rev: v2.4.1
hooks:
- id: codespell
exclude: pixi.lock
exclude: '^(pixi\.lock|.*\.ipynb)$'
args: ["-L", "fo,ihs,kake,te", "-S", "fixture"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down
2 changes: 2 additions & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ website:
text: WebMercatorQuad overviews (Zarr V2)
- href: examples/04_multiscales_as_WebMercatorQuad_ZarrV3.ipynb
text: WebMercatorQuad overviews (Zarr V3)
- href: examples/06_embedded_STAC_block.ipynb
text: STAC metadata

format:

Expand Down
246 changes: 214 additions & 32 deletions docs/examples/06_embedded_STAC_block.ipynb

Large diffs are not rendered by default.