Skip to content

Commit

Permalink
Add subset_using_polygons notebook and update doc (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreb31 authored Feb 19, 2025
1 parent ea38225 commit b1f20d5
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repos:
- id: check-ast
- id: fix-byte-order-marker
- id: check-added-large-files
exclude: ^(?!doc/usage/)
- id: check-case-conflict
- id: check-docstring-first
- id: check-executables-have-shebangs
Expand All @@ -28,7 +29,7 @@ repos:
args: [--pytest-test-first]
exclude: ^(tests/resources/|tests/scripts)
- id: pretty-format-json
exclude: ^doc/usage/quickoverview.ipynb
exclude: ^(doc/usage/quickoverview.ipynb|doc/usage/subset_using_polygons.ipynb)
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
Expand Down
Binary file added doc/usage/med_coastline.zip
Binary file not shown.
Loading

0 comments on commit b1f20d5

Please sign in to comment.