-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
44 lines (41 loc) · 1019 Bytes
/
_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
url: https://docs.ropensci.org/chopin
template:
params:
mathjax: true
navbar:
structure:
left: [reference, articles, search]
right: [github]
reference:
- title: "Parallelization core functions"
desc: >
Functions for parallelizing `chopin`, `terra` and `sf` geospatial operations
contents:
- par_grid
- par_hierarchy
- par_multirasters
- par_grid_mirai
- par_hierarchy_mirai
- par_multirasters_mirai
- title: "`par_grid` preparation functions"
desc: >
Regular grid or equal number partitioning to run `par_grid`
contents:
- par_pad_grid
- par_pad_balanced
- par_merge_grid
- par_split_list
- title: "chopin calculation functions"
desc: "Functions for streamlining oft-used operations"
contents:
- starts_with("extract_at")
- starts_with("summarize_")
- title: "Helper function"
desc: "Parallelization helper function"
contents:
- par_convert_f
- title: "Dataset"
desc: "Bundled data in chopin package"
contents:
- prediction_grid
- ncpoints