-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_toc.yml
76 lines (76 loc) · 2.32 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
format: jb-book
root: intro
title: Home
parts:
- caption: Introduction
chapters:
- file: docs/syllabus
- file: docs/team
- file: docs/schedule
- file: docs/assessment
title: Assessment
- file: docs/resources
- file: docs/policies
- caption: Lectures
numbered: True
chapters:
- file: lectures/01_unix
title: Intro to Unix and Bash
- file: lectures/02_git
title: Intro to Version Control and Git
- file: lectures/03_python-env.md
- file: lectures/04_jupyter.md
title: Intro to JupyterLab
- file: lectures/05_landscape.md
title: Geospatial Landscape
- file: lectures/06_crs
title: Review of CRS
- file: lectures/07_crs_python
title: CRS and Projections in Python
- file: lectures/08_docker.md
title: Intro to Docker
- file: lectures/09_earth_search_tutorial
title: Searching a STAC Catalog
- file: lectures/10_dask_intro
title: Intro to Dask & Dask Array
- file: lectures/11_stackstac
title: Scaling stackstac w Dask
- file: lectures/12_dask_dataframe
title: Into to Dask DataFrame
- file: lectures/13_raster
title: Review of Raster Data
- file: lectures/14_raster_analysis
title: Raster Data in Python
- file: lectures/15_raster_processing
title: Raster Data Processing
- file: lectures/16_vector
title: Review of Vector Data
- file: lectures/17_vector_analysis
title: Vector Data in Python
- file: lectures/18_dask_geopandas_intro
title: Intro to Dask-GeoPandas
- file: lectures/19_scalable_vector_analysis
title: Scalable Vector Analysis
- file: lectures/20_xarray_fundamentals
title: Xarray Fundamentals
- file: lectures/21_xarray_advanced
title: Advanced Xarray Operations
- file: lectures/22_workflows_intro
title: Workflows in Python
- file: lectures/23_workflows_pseudocode
title: Writing Pseudocode
- file: lectures/24_workflows_best_practices
title: Workflow Best Practices
- caption: Assignments
chapters:
- file: assignments/a1
- file: assignments/a2
- file: assignments/a3
- file: assignments/a4
- file: assignments/a5
- file: assignments/a6
- file: assignments/a7
- caption: Appendices
chapters:
- file: docs/license
- file: docs/references