-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
55 lines (54 loc) · 1.38 KB
/
NAMESPACE
File metadata and controls
55 lines (54 loc) · 1.38 KB
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
# Generated by roxygen2: do not edit by hand
export(bb_shrink)
export(collapse_geo)
export(export_as_kmz)
export(get_bbox)
export(get_coverage)
export(get_covered_percent)
export(get_cropped_to_bb)
export(get_trails)
export(map_coverage)
export(map_track_v_trail)
export(read_geo)
export(read_gpx_in_folder)
export(read_kmz)
export(read_single_gpx)
export(trailcover_example)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_color_viridis_c)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggrepel,geom_label_repel)
importFrom(magrittr,"%>%")
importFrom(osmdata,add_osm_feature)
importFrom(osmdata,opq)
importFrom(osmdata,osmdata_sf)
importFrom(purrr,map)
importFrom(scales,percent_format)
importFrom(sf,read_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_intersection)
importFrom(sf,st_layers)
importFrom(sf,st_length)
importFrom(sf,st_point_on_surface)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_zm)
importFrom(tidyselect,any_of)
importFrom(zip,unzip)