-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_quarto.yml
49 lines (45 loc) · 1011 Bytes
/
_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
project:
type: book
book:
title: "Geospatial Data Science with Julia"
cover-image: "images/cover.svg"
author: "Júlio Hoffimann"
date: today
chapters:
- index.qmd
- foreword.qmd
- preface.qmd
- part: "Part I: Foundations"
chapters:
- 01-geodata.qmd
- 02-geoviz.qmd
- 03-geoio.qmd
- 04-geoproc.qmd
- part: "Part II: Transforms"
chapters:
- 05-transforms.qmd
- 06-projections.qmd
- 07-pipelines.qmd
- part: "Part III: Queries"
chapters:
- 08-splitcombine.qmd
- 09-geojoins.qmd
- part: "Part IV: Interpolation"
chapters:
- 10-correlation.qmd
- 11-interpolation.qmd
- part: "Part V: Applications"
chapters:
- 12-mining.qmd
- 13-agriculture.qmd
- 14-energy.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme:
light: flatly
dark: solar
mermaid:
theme: dark
jupyter: julia-1.11