-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_quarto.yml
More file actions
105 lines (101 loc) · 3.15 KB
/
_quarto.yml
File metadata and controls
105 lines (101 loc) · 3.15 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
project:
type: book
output-dir: docs
execute:
# cache: true
freeze: auto # only changed files are re-executed
# freeze: false # disabled
book:
title: "Spatial Data Visualization with tmap"
subtitle: "A Practical Guide to Thematic Mapping in R"
page-footer: "Spatial Data Visualization with tmap: A Practical Guide to Thematic Mapping in R by Martijn Tennekes and Jakub Nowosad."
# number-sections: true
author: "Martijn Tennekes and Jakub Nowosad"
# - name: "Martijn Tennekes"
# - name: "Jakub Nowosad"
description: |
"Spatial Data Visualization with tmap: A Practical Guide to Thematic Mapping in R" is a free,
open-source book that teaches you how to create static and interactive maps using the tmap package in R.
Covering core concepts in thematic cartography, map design, and spatial visualization, this guide provides
step-by-step approaches to help you produce high-quality maps for reports, presentations, and web applications.
cover-image: images/cover_tmp_all_mockup.png
site-url: https://tmap.geocompx.org/
repo-url: https://github.com/geocompx/tmap/
date: now
date-format: iso
repo-branch: main
repo-actions: [edit]
# sharing: [twitter, facebook, linkedin]
google-analytics: G-ER2GMPEJNF
# favicon: favicon-32x32.png
chapters:
- "index.qmd"
- part: "Basics"
chapters:
- "intro.qmd"
- "geodata.qmd"
- "nutshell.qmd"
- "save.qmd"
- part: "Building blocks"
chapters:
- "tm-shape.qmd"
- "layers.qmd"
- "visual-variables.qmd"
- "scales.qmd"
- "legends.qmd"
- "map-components.qmd"
- "positions.qmd"
- "layout.qmd"
- part: "Adding new tools"
chapters:
- "map-projections.qmd"
- "charts.qmd"
- "arrangements.qmd"
- "facets.qmd"
- "animations.qmd"
- part: "Expanding the toolbox"
chapters:
- "interactive.qmd"
- "extensions.qmd"
- "creating-extensions.qmd"
- "shiny.qmd"
# - "options.qmd"
- part: "Mastering the craft"
chapters:
- "good-maps.qmd" #map examples, good practives, workflows, etc?
- "references.qmd"
appendices:
- "data-processing.qmd"
- "glossary.qmd"
format:
html:
theme: [brand, flatly]
# linkcolor: "#73A7A8"
code-link: true
template-partials: [helpers/toc.html, helpers/title-block.html]
toc-title: "On this page"
code-overflow: wrap
toc-depth: 4
# css: [helpers/mystyle.css]
# pdf: #note--simplify authors list before rendering pdf
# documentclass: krantz
# monofont: 'Source Code Pro'
# monofontoptions:
# - Scale=0.7
# pdf-engine: xelatex
# keep-tex: true
# number-sections: true
# top-level-division: chapter
# include-before-body: helpers/before_body.tex
# include-in-header:
# text: |
# \AtBeginEnvironment{longtable}{\footnotesize}
# \usepackage{makeidx}
# \makeindex
# \setlength{\defaultaddspace}{0pt} % to remove extra line in tables
# include-after-body:
# text: |
# \printindex
bibliography:
- r-tmap.bib
- packages.bib