-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
104 lines (103 loc) · 2.94 KB
/
NAMESPACE
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Generated by roxygen2: do not edit by hand
S3method("[",post_array)
S3method("st_crs<-",post_table)
S3method(arrange,post_table)
S3method(as_post_array,post_array)
S3method(as_post_array,post_table)
S3method(as_post_array,sf)
S3method(as_post_table,post_array)
S3method(as_post_table,post_table)
S3method(as_post_table,sf)
S3method(dplyr_reconstruct,post_table)
S3method(face_spatial,post_table)
S3method(face_temporal,post_table)
S3method(fill_gaps,post_table)
S3method(filter,post_array)
S3method(filter,post_table)
S3method(mutate,post_array)
S3method(mutate,post_table)
S3method(rename,post_array)
S3method(rename,post_table)
S3method(select,post_array)
S3method(select,post_table)
S3method(slice,post_array)
S3method(slice,post_table)
S3method(spatial,post_table)
S3method(st_as_sf,post_array)
S3method(st_as_sf,post_table)
S3method(st_normalize,post_table)
S3method(st_shift_longitude,post_table)
S3method(st_transform,post_table)
S3method(st_wrap_dateline,post_table)
S3method(st_zm,post_table)
S3method(transmute,post_array)
S3method(unfold,post_table)
export(as_post_array)
export(as_post_table)
export(get_group_ids)
export(remove_post_array)
export(remove_post_table)
export(restore_post_array)
export(restore_post_table)
export(restore_spatial_post_table)
export(restore_temporal_post_table)
export(summarise_geometry_bbox)
export(summarise_geometry_centroid)
export(summarise_geometry_convex_hull)
export(summarise_geometry_union)
export(summarize_geometry_bbox)
export(summarize_geometry_centroid)
export(summarize_geometry_convex_hull)
export(summarize_geometry_union)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(cubble,as_cubble)
importFrom(cubble,face_spatial)
importFrom(cubble,face_temporal)
importFrom(cubble,spatial)
importFrom(cubble,unfold)
importFrom(cubble,update_cubble)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,dplyr_reconstruct)
importFrom(dplyr,filter)
importFrom(dplyr,last_col)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,transmute)
importFrom(rlang,`!!`)
importFrom(rlang,`%||%`)
importFrom(rlang,sym)
importFrom(sf,`st_crs<-`)
importFrom(sf,`st_geometry<-`)
importFrom(sf,sf_use_s2)
importFrom(sf,st_agr)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_centroid)
importFrom(sf,st_combine)
importFrom(sf,st_convex_hull)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_equals)
importFrom(sf,st_geometry_type)
importFrom(sf,st_is_empty)
importFrom(sf,st_make_valid)
importFrom(sf,st_minimum_rotated_rectangle)
importFrom(sf,st_normalize)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(sf,st_shift_longitude)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_wrap_dateline)
importFrom(sf,st_zm)
importFrom(stars,st_as_stars)
importFrom(stars,st_dimensions)
importFrom(tidyr,complete)
importFrom(tidyr,unnest)
importFrom(tsibble,fill_gaps)