-
Notifications
You must be signed in to change notification settings - Fork 9
/
_pkgdown.yml
85 lines (84 loc) · 1.93 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
url: https://r-spatial.github.io/s2/
development:
mode: auto
template:
bootstrap: 5
reference:
- title: Geography Constructors and Exporters
desc: Convert objects to and from geography vectors
contents:
- s2_lnglat
- s2_point
- as_s2_geography
- s2_geog_point
- s2_make_line
- s2_make_polygon
- s2_geog_from_text
- s2_geog_from_wkb
- s2_as_text
- s2_as_binary
- title: Geography Transformations
desc: Functions that operate on geography vectors and return geography vectors
contents:
- s2_boundary
- s2_centroid
- s2_closest_point
- s2_difference
- s2_sym_difference
- s2_intersection
- s2_union
- s2_snap_to_grid
- s2_union_agg
- s2_centroid_agg
- title: Binary Geography Predicates
desc: Functions that operate two geography vectors and return a logical vector
contents:
- s2_contains
- s2_covered_by
- s2_covers
- s2_disjoint
- s2_equals
- s2_intersects
- s2_intersects_box
- s2_touches
- s2_within
- s2_dwithin
- title: Geography Accessors
desc: Functions that operate one or more geography vectors and return a vector of
values
contents:
- s2_is_collection
- s2_is_empty
- s2_dimension
- s2_num_points
- s2_is_empty
- s2_area
- s2_length
- s2_perimeter
- s2_x
- s2_y
- s2_distance
- s2_max_distance
- s2_bounds_cap
- title: Matrix Functions
desc: These functions return various relationships between two geography vectors
contents: s2_closest_feature
- title: Linear Referencing
contents: s2_interpolate
- title: S2 Cell Utilities
contents:
- s2_cell_union
- s2_cell_union_normalize
- s2_cell
- s2_cell_is_valid
- title: Utility Functions
contents:
- s2_earth_radius_meters
- s2_options
- s2_plot
- title: Example Data
desc: Useful data for testing and demonstrating s2 functions
contents: starts_with("s2_data")
- title: Low-level Details
desc: Interact with spherical geometry at a low level
contents: wk_handle.s2_geography