Skip to content

Commit

Permalink
Update whitebox notebook (#126)
Browse files Browse the repository at this point in the history
* Update whitebox notebook

* Update the whitebox notebook

* Add py3dep

* Add pyvista

* Remove pyvista

* Set quiet download
  • Loading branch information
giswqs authored Oct 23, 2024
1 parent 58f30df commit bf18986
Show file tree
Hide file tree
Showing 7 changed files with 1,032 additions and 308 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: uv python install ${{ matrix.python-version }}

- name: Install dependencies
run: uv sync --python ${{ matrix.python-version }}
run: |
uv sync --python ${{ matrix.python-version }}
uv pip install py3dep
- name: Install optional dependencies
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: uv python install ${{ matrix.python-version }}

- name: Install dependencies
run: uv sync --python ${{ matrix.python-version }}
run: |
uv sync --python ${{ matrix.python-version }}
uv pip install py3dep
- name: Install optional dependencies
run: |
Expand Down
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ book/geospatial/nyc_boroughs.*
# pixi environments
.pixi
*.egg-info
*.zip
*.las
longest_flowpath.*
pour_point*
streams*
watershed*
histogram*
book/geospatial/cache/*
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ execute:
"book/geospatial/vector_viz.ipynb",
"book/geospatial/raster_viz.ipynb",
"book/geospatial/maplibre.ipynb",
"book/geospatial/whitebox.ipynb",
"book/geospatial/geemap.ipynb",
"book/geospatial/samgeo.ipynb",
"book/geospatial/hypercoast.ipynb",
Expand Down
Loading

0 comments on commit bf18986

Please sign in to comment.