Skip to content

Commit

Permalink
update notebooks and display currentness on map
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagellach37 committed Aug 25, 2024
1 parent 32312b5 commit 0bbaaba
Show file tree
Hide file tree
Showing 8 changed files with 1,047 additions and 7 deletions.
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ logo: HeiGIT_Logo_compact.svg
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
#execute_notebooks: force
execute_notebooks: auto
#execute_notebooks: auto
execute_notebooks: 'off'

exclude_patterns: [venv, data]

# Define the name of the latex output file for PDF builds
latex:
Expand Down
21 changes: 16 additions & 5 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@

format: jb-book
root: intro
chapters:
- file: notebooks/00_Getting_Started.ipynb
- file: notebooks/01_Data_Extraction.ipynb
- file: notebooks/02_building_currentness.ipynb
- file: notebooks/03_highway_timeline.ipynb
parts:
- caption: Getting Started
chapters:
- file: notebooks/00_Getting_Started.ipynb
- caption: Data Extraction
chapters:
- file: notebooks/01_Data_Extraction.ipynb
- file: notebooks/01b_Data_Extraction_DuckDB_only.ipynb
- caption: Simple Data Analysis
chapters:
- file: notebooks/02_buildings_currentness.ipynb
- file: notebooks/02b_buildings_currentness_DuckDB_only.ipynb
- file: notebooks/03_highways_timeline.ipynb
- caption: Advanced Data Analysis
chapters:
- file: notebooks/04_quadkey_map_germany.ipynb
1 change: 1 addition & 0 deletions data/berlin.geojson

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions data/mannheim.geojson

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/nairobi.geojson

Large diffs are not rendered by default.

Loading

0 comments on commit 0bbaaba

Please sign in to comment.