forked from giswqs/geog-312
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
62 lines (59 loc) · 1.77 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: index
parts:
- caption: About
chapters:
- file: book/about/instructor
- file: book/about/syllabus
- file: book/about/schedule
- file: book/about/textbooks
- file: book/about/videos
- caption: Software
chapters:
- file: book/software/overview
- file: book/software/miniconda
- file: book/software/vscode
- file: book/software/git
- file: book/software/colab
- file: book/software/jupyterlab
- caption: Python Basics
numbered: true
maxdepth: 2
chapters:
- file: book/python/01_get_started
- file: book/python/02_variables
- file: book/python/03_data_structures
- file: book/python/04_string_operations
- file: book/python/05_looping
- file: book/python/06_functions_classes
- file: book/python/07_files
- file: book/python/08_numpy_pandas
- caption: GeoPython
numbered: true
maxdepth: 2
chapters:
- file: book/geospatial/get_started
- file: book/geospatial/geopandas
- file: book/geospatial/rasterio
- file: book/geospatial/xarray
- file: book/geospatial/rioxarray
- file: book/geospatial/leafmap
- file: book/geospatial/maplibre
- file: book/geospatial/whitebox
- file: book/geospatial/geemap
- file: book/geospatial/samgeo
- file: book/geospatial/hypercoast
- file: book/geospatial/duckdb
- caption: Labs
numbered: false
maxdepth: 2
chapters:
- file: book/labs/instructions
- file: book/labs/lab_01
- file: book/labs/lab_02
- file: book/labs/lab_03
- file: book/labs/lab_04
- file: book/labs/lab_05
- file: book/labs/lab_06