-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
52 lines (51 loc) · 1.47 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
url: https://ninanor.github.io/oneimpact/
template:
bootstrap: 5
navbar:
components:
articles:
text: Articles
menu:
- text: Getting started
href: articles/oneimpact.html
- text: Computing zones of influence
href: articles/computing_zoi.html
- text: Zones of influence on GRASS GIS
href: articles/zoi_on_grass.html
reference:
- title: "Zone of influence (ZoI) functions"
desc: "Functions to represent the zone of influence"
contents:
- ends_with("decay")
- plot_zoi1d
- title: "Compute zones of influence (ZoI)"
desc: "Functions to compute the zone of influence for raster maps"
contents:
- starts_with("calc_zoi")
- title: "Spatial filters"
desc: "Creating spatial filters to compute a meaningful zone of influence"
contents:
- starts_with("filter")
- title: "Visualization"
desc: >
Functions to help interpreting parameters and visualizing
cumulative impacts
contents:
- rescale_coefficients
- title: "Raster processing ancillary functions"
desc: >
GRASS GIS ancillary functions to process rasters and prepare inputs
for computing zones of influence
contents:
- starts_with("grass")
- starts_with("raster")
- title: "Support for landscape simulation"
contents:
- starts_with("set_points")
- isolation
- title: "Datasets"
desc: "Datasets for testing the ZoI approach"
contents:
- starts_with("reindeer")
- ends_with("tif")
- ends_with("gpkg")