-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
65 lines (55 loc) · 1.51 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
url: https://prioritizr.github.io/aoh
authors:
Jeffrey O Hanson:
href: http://jeffrey-hanson.com
template:
bootstrap: 5
params:
bootswatch: flatly
reference:
- title: Summary
desc: Summary of the package
contents:
- aoh
- title: Area of Habitat
desc: Functions for working with Area of Habitat data
contents:
- create_spp_info_data
- create_spp_aoh_data
- create_spp_frc_data
- calc_spp_frc_data
- plot_spp_aoh_data
- plot_spp_frc_data
- title: Importing data
desc: Functions for downloading and importing data
contents:
- read_spp_range_data
- starts_with("get_")
- title: Crosswalk data
desc: Crosswalks for IUCN habitat classification codes
contents:
- starts_with("crosswalk_")
- title: IUCN classifications
desc: Data and functions for querying classification codes
contents:
- iucn_habitat_data
- iucn_threat_data
- starts_with("iucn_habitat_codes")
- title: Simulating data
desc: Functions for simulating data
contents:
- simulate_spp_data
- title: External software
desc: Functions to check if external software or services are available
contents:
- ends_with("available")
- system_gdal_version
- title: Miscellaneous functions
desc: Assorted functions with various uses
contents:
- terra_combine
- terra_gdal_calc
- terra_gdal_crop
- terra_gdal_project
- terra_gdal_rasterize
- st_repair_geometry