-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
export(bbox_ply)
export(ed_dim)
export(ed_dims)
export(ed_extract)
export(ed_info)
export(ed_vars)
export(get_ed_grds)
export(get_url_ply)
export(grds_to_ts)
export(grds_to_ts_cat)
export(plot_ts)
import(dplyr)
import(lubridate)
import(purrr)
import(rerddap)
import(sf)
import(stringr)
import(tidyr)
importFrom(R.utils,isUrl)
importFrom(dplyr,pull)
importFrom(dygraphs,dySeries)
importFrom(dygraphs,dygraph)
importFrom(fs,path)
importFrom(fs,path_ext_remove)
importFrom(glue,glue)
importFrom(here,here)
importFrom(magrittr,"%>%")
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,mask)
importFrom(raster,plot)
importFrom(raster,raster)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(rerddap,info)
importFrom(sf,read_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sp,coordinates)
importFrom(sp,gridded)
importFrom(tabularaster,as_tibble)
importFrom(terra,crop)
importFrom(terra,ext)
importFrom(terra,ncell)
importFrom(terra,rast)
importFrom(terra,subset)
importFrom(terra,trim)
importFrom(terra,values)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_wider)
importFrom(xts,xts)