Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Maplibre chapter #130

Merged
merged 6 commits into from
Oct 26, 2024
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
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
uv sync --python ${{ matrix.python-version }}
uv pip install -U leafmap
uv pip install py3dep

- name: Install optional dependencies
Expand All @@ -49,6 +50,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
MAPTILER_KEY: ${{ secrets.MAPTILER_KEY }}
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
uv sync --python ${{ matrix.python-version }}
uv pip install -U leafmap
uv pip install py3dep

- name: Install optional dependencies
Expand All @@ -49,6 +50,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
MAPTILER_KEY: ${{ secrets.MAPTILER_KEY }}
# Deploy the book's HTML to gh-pages branch
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v4
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ pour_point*
streams*
watershed*
histogram*
book/geospatial/cache/*
book/geospatial/cache/*
book/geospatial/*.html
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ execute:
execute_notebooks: "auto" # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
cache: "" # A path to the jupyter cache that will be used to store execution artifacts. Defaults to `_build/.jupyter_cache/`
exclude_patterns: [
"book/geospatial/vector_viz.ipynb",
"book/geospatial/raster_viz.ipynb",
"book/geospatial/maplibre.ipynb",
"book/geospatial/geemap.ipynb",
"book/geospatial/samgeo.ipynb",
Expand Down
Loading