-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
83 lines (83 loc) · 2.29 KB
/
_quarto.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
project:
type: book
output-dir: docs
book:
title: HSMA - Geographic Modelling and Visualisation
author: Sammi Rosser
date: 17/01/2024
chapters:
- index.qmd
- intro.qmd
#- webexercises.qmd
- what_geographic_problems_health_etc.qmd
- part: Part 1 - Geographic Concepts and Terms
chapters:
- concepts_and_terms.qmd
- ct_crs.qmd
- ct_filetypes.qmd
- the_importance_of_standardisation.qmd
- part: Part 2 - Mapping in QGIS
chapters:
- introduction_mapping_with_qgis.qmd
- qgis_setup.qmd
- qgis_basemaps.qmd
- qgis_point_data.qmd
- qgis_choropleth.qmd
- qgis_choropleths_joining.qmd
- qgis_filtering.qmd
- qgis_print_layouts.qmd
- qgis_exercises.qmd
- part: Part 3 - Mapping in Python
chapters:
- why_python_mapping.qmd
- python_geopandas.qmd
- python_geopandas_reading_files.qmd
- python_geopandas_matplotlib.qmd
- python_geopandas_folium_intro.qmd
- python_geopandas_folium_point_data.qmd
- python_geopandas_folium_choropleths.qmd
#- python_geopandas_folium_extensions.qmd
- part: Part 4 - Working with Travel Times
chapters:
- mapping_travel_times.qmd
- mtt_mapping_travel_times_python.qmd
- mtt_travel_time_apis.qmd
- valhalla_api_isochrones.ipynb
- part: Part 5 - Facility Location Problems
chapters:
- intro_facility_location.qmd
- fl_site_combinations.qmd
- fl_problems_coding.qmd
cover-image: resources/logos/hsma_logo_transparent_background_large.png
favicon: resources/logos/hsma_logo_transparent_background_large.png
search: true
page-navigation: true
back-to-top-navigation: true
navbar:
search: false
background: '#8A1E1E'
right:
- icon: github
href: https://github.com/hsma-programme/hsma6_geographic_optimisation_and_visualisation_book
aria-label: GitHub
sidebar:
search: true
style: docked
logo: resources/logos/hsma_logo_transparent_background_large.png
background: '#111111'
bibliography: references.bib
format:
html:
css: include/webex.css
include-after-body: include/webex.js
theme:
dark:
- darkly
- theme-dark.scss
- resources/fonts/css/lexend.css
light:
- flatly
- theme-light.scss
- resources/fonts/css/lexend.css
grid:
sidebar-width: 250px