Skip to content
Draft
Show file tree
Hide file tree
Changes from 5 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
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ repos:
files: README.md
stages: [ pre-commit ]
always_run: true
- id: check-notebook-self-contained
name: Check notebooks are self-contained
entry: python3 ./scripts/check_notebook_self_contained.py
language: system
files: '\.ipynb$'
stages: [ pre-commit ]
- repo: https://github.com/srstevenson/nb-clean
rev: 4.0.1
hooks:
Expand Down
403 changes: 400 additions & 3 deletions Analyzing_Data/GPS_Map_Matching.ipynb

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion Analyzing_Data/PMTiles-railroad.ipynb

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion Analyzing_Data/RasterFlow_CHM.ipynb

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion Analyzing_Data/RasterFlow_Chesapeake.ipynb

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion Analyzing_Data/RasterFlow_FTW.ipynb

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion Analyzing_Data/RasterFlow_Tile2Net.ipynb

Large diffs are not rendered by default.

Loading
Loading