-
Notifications
You must be signed in to change notification settings - Fork 33
/
_toc.yml
88 lines (85 loc) · 2.64 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: index
parts:
- caption: Preface
chapters:
- file: book/preface/instructor
- file: book/preface/syllabus
- file: book/preface/software
- caption: Python Basics
numbered: true
maxdepth: 2
chapters:
- file: book/python/01_getting_started
- file: book/python/02_variables_data_types
- file: book/python/03_introducing_lists
- file: book/python/04_working_with_lists
- file: book/python/05_if_statements
- file: book/python/06_dictionaries
- file: book/python/07_user_input_while_loops
- file: book/python/08_functions
- file: book/python/09_classes
- file: book/python/10_files_and_exceptions
- caption: Earth Engine
numbered: true
maxdepth: 2
chapters:
- file: book/gee/01_introduction
- file: book/gee/02_maps
- file: book/gee/03_gee_data
- file: book/gee/04_local_data
- file: book/gee/05_data_viz
- file: book/gee/06_data_analysis
- file: book/gee/07_data_export
- file: book/gee/08_cartoee
- file: book/gee/09_timelapse
- file: book/gee/10_webapps
- file: book/gee/11_applications
- caption: DuckDB
numbered: true
maxdepth: 2
chapters:
- file: book/duckdb/01_duckdb_intro
- file: book/duckdb/02_sql_basics
- file: book/duckdb/03_python_api
- file: book/duckdb/04_data_import
- file: book/duckdb/05_data_export
- file: book/duckdb/06_geometries
- file: book/duckdb/07_spatial_relationships
- file: book/duckdb/08_data_viz
- file: book/duckdb/09_spatial_joins
- file: book/duckdb/10_pmtiles
- file: book/duckdb/11_data_analysis
- caption: PostGIS
numbered: true
maxdepth: 2
chapters:
- file: book/postgis/installation
- file: book/postgis/sql_basics
- file: book/postgis/postgis_intro
- file: book/postgis/geometries
- file: book/postgis/spatial_relationships
- file: book/postgis/projection
- file: book/postgis/geopandas
- 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
- file: book/labs/lab_07
- file: book/labs/lab_08
- file: book/labs/lab_09
- file: book/labs/lab_10
- file: book/labs/final_project
# - caption: Appendix
# chapters:
# - file: book/gee/bibliography
# - file: book/gee/issues