-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
87 lines (87 loc) · 2 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
url: https://elipousson.github.io/sfext/
template:
bootstrap: 5
reference:
- title: Read and write spatial data
contents:
- '`read_sf_ext`'
- '`write_sf_ext`'
- '`write_sf_svg`'
- '`read_sf_exif`'
- '`write_exif_from`'
- '`get_data_dir`'
- title: Check and convert sf, sfc, and bbox objects
contents:
- '`is_sf`'
- '`check_sf`'
- '`is_geom_type`'
- starts_with("as_point")
- starts_with("as_sf")
- '`as_xy`'
- '`as_crs`'
- title: Converting sf and data frame objects
contents:
- '`sf_to_df`'
- '`address_to_sf`'
- '`coords_to_sf`'
- '`lonlat_to_sfc`'
- title: Modify sf, sfc, and bbox objects
contents:
- '`st_bbox_ext`'
- '`st_buffer_ext`'
- '`st_erase`'
- '`st_clip`'
- '`st_concave_hull_ext`'
- '`st_union_ext`'
- '`st_dissolve`'
- '`st_join_ext`'
- '`st_filter_ext`'
- '`st_filter_pct`'
- '`st_misc`'
- '`st_square`'
- '`st_scale_rotate`'
- '`st_nudge`'
- '`st_transform_ext`'
- '`st_make_valid_ext`'
- '`st_cast_ext`'
- '`st_make_grid_ext`'
- title: Get information about sf, sfc, and bbox objects
contents:
- '`get_coords`'
- '`get_dist`'
- '`get_length`'
- title: Additional utility functions for sf and bbox objects
contents:
- '`misc_sf`'
- '`number_features`'
- '`count_features`'
- '`count_sf_ext`'
- '`make_sf_grid_list`'
- starts_with("sf_bbox")
- '`cli_format.sf`'
- title: Utility functions for units and scales
contents:
- starts_with("is_dist")
- '`convert_dist_units`'
- '`convert_dist_scale`'
- '`compare_dist`'
- starts_with("bind_units")
- '`get_scale`'
- title: Utility functions for paper and image sizes
contents:
- '`get_paper`'
- '`get_social_image`'
- '`get_asp`'
- '`get_margin`'
- title: Helper functions for interactive mapping
contents:
- starts_with("mapview")
- starts_with("rdeck")
- '`editor_options`'
- title: Reference data for units, scales, and paper
contents:
- '`dist_units`'
- '`dist_unit_options`'
- '`area_unit_options`'
- '`standard_scales`'
- '`paper_sizes`'