-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
49 lines (48 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
export(cc_casey)
export(cc_davis)
export(cc_elevation)
export(cc_heard)
export(cc_kingston)
export(cc_location)
export(cc_macquarie)
export(cc_mawson)
export(ceramic_cache)
export(ceramic_tiles)
export(clear_ceramic_cache)
export(get_api_key)
export(get_tiles)
export(get_tiles_buffer)
export(get_tiles_dim)
export(get_tiles_zoom)
export(mercator_tile_extent)
export(plot_tiles)
export(read_tiles)
export(tiles_to_polygon)
export(unpack_rgb)
importFrom(curl,curl_download)
importFrom(dplyr,filter)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(fs,file_info)
importFrom(glue,glue)
importFrom(grDevices,dev.size)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(purrr,pmap)
importFrom(rappdirs,user_cache_dir)
importFrom(rlang,.data)
importFrom(sp,plot)
importFrom(stats,approx)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(terra,ext)
importFrom(terra,is.lonlat)
importFrom(terra,rast)
importFrom(terra,set.crs)
importFrom(terra,set.ext)
importFrom(terra,sprc)
importFrom(tibble,tibble)
importFrom(utils,askYesNo)
importFrom(wk,wk_bbox)
importFrom(wk,wk_crs)