-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
71 lines (65 loc) · 2.23 KB
/
Copy path_quarto.yml
File metadata and controls
71 lines (65 loc) · 2.23 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
project:
type: website
output-dir: docs
website:
favicon: "images/icon_small.png"
page-footer: |
© 2026, Татьяна Балтыжакова, Институт дизайна и урбанистики, Университет ИТМО
sidebar:
style: "docked"
search: true
logo: "images/logo_urbanistika_ITMO_itog_RUS_plashka_ikonka_white.png"
contents:
- text: "Анализ рельефа"
href: 01-relief.qmd
- section: "Работа с данными дистанционного зондирования"
contents:
- 02-remote-sensing-data.qmd
- 03-remote-sensing-basics.qmd
- 04-vegetation-indices.qmd
- 05-surface-temperature.qmd
- 06-image-classification.qmd
- section: "Основы пространственной статистики"
contents:
- 07-spatial-weights.qmd
- 08-spatial-autocorrelation.qmd
- text: "Гравитационная модель Хаффа"
href: 09-gravity-model.qmd
- text: "Анализ точечных паттернов и кластеризация"
href: 10-point-pattern-analysis.qmd
- text: "Анализ размещения-распределения"
href: 11-location-allocation.qmd
- text: "Анализ доступности и обеспеченности сервисами"
href: 12-service-provision.qmd
- text: "Литература"
href: References.qmd
navbar:
left:
- text: "О курсе"
href: index.qmd
- text: "Курс лекций"
href: Lectures.qmd
- text: "Домашнее задание"
href: Homework.qmd
- text: "Вопросы к экзамену"
href: Exam.qmd
right:
- icon: github
href: https://github.com/baltti/spatial-analysis
format:
html:
theme: flatly
css: styles.css
grid:
sidebar-width: 350px # Default is often 300px
body-width: 800px
margin-width: 250px
toc: true
number-sections: true
number-depth: 3
shift-heading-level-by: 1
anchor-sections: true
link-external-icon: true
lang: ru-RU
language: custom.yml
editor: visual