Skip to content

Commit

Permalink
Add geospatial chapters (#7)
Browse files Browse the repository at this point in the history
* Add geospatial chapters

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
giswqs and pre-commit-ci[bot] authored Aug 19, 2024
1 parent 3043919 commit 7b3230c
Show file tree
Hide file tree
Showing 12 changed files with 6,614 additions and 25 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ only_build_toc_files: true
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: [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
exclude_patterns: ["book/geospatial/*.ipynb"] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
timeout: 100 # The maximum time (in seconds) each notebook cell is allowed to run.
run_in_temp:
false # If `True`, then a temporary directory will be created and used as the command working directory (cwd),
Expand Down
10 changes: 9 additions & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@ parts:
numbered: true
maxdepth: 2
chapters:
- file: book/geospatial/01_get_started
- file: book/geospatial/get_started
- file: book/geospatial/leafmap
- file: book/geospatial/vector_viz
- file: book/geospatial/raster_viz
- file: book/geospatial/maplibre
- file: book/geospatial/whitebox
- file: book/geospatial/geemap
- file: book/geospatial/samgeo
- file: book/geospatial/hypercoast
- caption: Labs
numbered: false
maxdepth: 2
Expand Down
23 changes: 0 additions & 23 deletions book/geospatial/01_get_started.md

This file was deleted.

Loading

0 comments on commit 7b3230c

Please sign in to comment.