-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
35 lines (34 loc) · 1.27 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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Getting Started
chapters:
- file: book/00_motivation.md
- file: book/00_MinIO_Object_Store.ipynb
- file: book/00_Iceberg_Catalog.ipynb
- file: book/00_data_structure.md
- caption: Data Extraction
chapters:
- file: book/01a_Data_Extraction_DuckDB_PyIceberg.ipynb
- caption: Simple Data Analysis
chapters:
- file: book/02a_buildings_currentness_DuckDB_PyIceberg.ipynb
- file: book/02_vandalism_detection.ipynb
- file: book/02_attribute_completeness.ipynb
- file: book/06_Completeness_of_OSM_building_data.ipynb
- caption: Data Integration
chapters:
- file: book/03_hot_tm_project_analysis.ipynb
- file: book/03_mapillary_data_analysis.ipynb
- caption: Advanced Data Analysis
chapters:
- file: book/04_corporate_edits.ipynb
- file: book/04_Country_User_Activity_DuckDB_only.ipynb
- file: book/04_highways_timeline_DuckDB_only.ipynb
- caption: Background
chapters:
- file: book/05_partitioning_and_sorting.md
- file: book/02b_buildings_currentness_DuckDB_only.ipynb
- file: book/01b_Data_Extraction_DuckDB_only.ipynb