-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
49 lines (44 loc) · 1.24 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
project:
type: book
output-dir: docs
book:
title: "PyNotes GEE"
author: "Andres Patrignani"
date: "3/18/2024"
date-format: "long"
cover-image: cover.jpg
favicon: favicon.jpg
repo-url: https://github.com/soilwater/pynotes-gee
repo-actions: [edit]
downloads: [pdf]
page-navigation: true
google-analytics: "G-H7B15Q02BW"
chapters:
- index.qmd
- intro.qmd
- notebooks/colormaps.ipynb
- notebooks/value_at_a_point.ipynb
- notebooks/value_at_multiple_points.ipynb
- notebooks/time_series_at_a_point.ipynb
- notebooks/image_for_an_area.ipynb
- notebooks/reduce_image_collection_to_image.ipynb
- notebooks/reduce_image_collection_to_timeseries.ipynb
- notebooks/use_my_vector_file.ipynb
- notebooks/band_computations.ipynb
- notebooks/animate_image_collection.ipynb
- notebooks/integrate_with_geopandas.ipynb
- notebooks/unsupervised_classification.ipynb
- notebooks/supervised_classification.ipynb
- notebooks/export_data.ipynb
- notebooks/interactive_maps.ipynb
format:
html:
theme: cosmo
number-sections: true
number-depth: 1
code-overflow: scroll
code-fold: false
html-math-method: katex
highlight-style: dracula
toc: true
pdf: default