-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
96 lines (91 loc) · 2.52 KB
/
_pkgdown.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
84
85
86
87
88
89
90
91
92
93
94
95
96
url: https://bymaxanjos.github.io/LCZ4r/
development:
mode: auto
template:
bootstrap: 5
theme: a11y-light
bslib:
bg: '#faf9f6'
fg: black
primary: '#023b2c'
light: '#023b2c'
success: '#335c67'
heading_font:
google:
family: Montserrat
base_font:
google:
family: Open Sans
navbar:
type: dark
structure:
left: [home, tutorials, LCZ4r-QGIS, reference]
right: [search, github]
components:
home:
icon: fa-home
href: index.html
aria-label: Home
tutorials:
text: Tutorials
menu:
- text: Installation
- text: Installing LCZ4r in RStudio
href: articles/instalation_lcz4r.html
- text: '---'
- text: General Functions Overview
- text: Map, Area and Paramerters
href: articles/Introd_genera_LCZ4r.html
- text: '---'
- text: Local Functions Overview
- text: Introduction to Local Functions
href: articles/Introd_local_LCZ4r.html
- text: Time Series Analysis
href: articles/local_func_time_series.html
- text: Thermal Anomalies
href: articles/local_func_anomaly.html
- text: Temperature Modeling with LCZ
href: articles/local_func_modeling.html
- text: Urban Heat Island (UHI) Analysis
href: articles/local_func_uhi.html
LCZ4r-QGIS:
text: LCZ4r-QGIS
menu:
- text: Plugin Overview
- text: Introduction to LCZ4r-QGIS plugin
href: articles/Introd_QGIS_LCZ4r.html
- text: Installing LCZ4r in QGIS
href: articles/instalation_lcz4r_qgis.html
- text: '---'
- text: Multilingual Plugin (script)
- text: English
href: articles/english_lcz4r_qgis.html
reference:
- title: "General Functions"
desc: >
These functions enable you to extract LCZ maps and calculate related parameters for spatial and environmental analysis.
contents:
- lcz_get_map
- lcz_get_map_euro
- lcz_get_map_usa
- lcz_get_map2
- lcz_plot_map
- lcz_cal_area
- lcz_get_parameters
- lcz_plot_parameters
- title: "Local Functions"
desc: >
These functions support air temperature modeling, anomaly detection, and Urban Heat Island (UHI) intensity calculations.
contents:
- lcz_ts
- lcz_anomaly
- lcz_interp_map
- lcz_anomaly_map
- lcz_plot_interp
- lcz_uhi_intensity
- title: "LCZ Tutorials and Data Access"
desc: >
Access detailed tutorials and example data to enhance your understanding and application of the LCZ4r package.
contents:
- lcz_tutorial
- lcz_data