-
Notifications
You must be signed in to change notification settings - Fork 43
/
NAMESPACE
158 lines (157 loc) · 3.89 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# Generated by roxygen2: do not edit by hand
S3method(as.character,safelist)
S3method(as.data.frame,safelist)
S3method(as.data.table,safelist)
S3method(print,safelist)
S3method(st_as_sf,safelist)
S3method(st_crs2,character)
S3method(st_crs2,default)
S3method(st_crs2,integer)
S3method(st_crs2,numeric)
export(abs2rel)
export(build_example_param_file)
export(check_gcloud)
export(check_gcloud_connection)
export(check_gdal)
export(check_gui_deps)
export(check_scihub_connection)
export(check_scihub_login)
export(check_sen2r_deps)
export(comsub)
export(expand_path)
export(gdalUtil)
export(gdal_abs2rel)
export(gdal_rel2abs)
export(gdal_warp)
export(install_aria2)
export(install_sen2cor)
export(is_gcloud_configured)
export(is_scihub_configured)
export(link_sen2cor)
export(list_indices)
export(load_binpaths)
export(mountpoint)
export(normalize_path)
export(projname)
export(projpar)
export(raster2rgb)
export(raster_metadata)
export(read_gipp)
export(read_scihub_login)
export(rm_invalid_safe)
export(s2_calcindices)
export(s2_dop)
export(s2_download)
export(s2_gui)
export(s2_list)
export(s2_mask)
export(s2_merge)
export(s2_order)
export(s2_perc_masked)
export(s2_rgb)
export(s2_thumbnails)
export(s2_tiles)
export(s2_translate)
export(safe_getMetadata)
export(safe_is_online)
export(safe_isvalid)
export(safe_shortname)
export(sen2cor)
export(sen2r)
export(sen2r_getElements)
export(set_gipp)
export(st_crs2)
export(stack2rgb)
export(str_pad2)
export(tiles_intersects)
export(write_scihub_login)
import(data.table)
importFrom(RcppTOML,parseTOML)
importFrom(XML,htmlTreeParse)
importFrom(XML,readHTMLTable)
importFrom(XML,saveXML)
importFrom(XML,xmlAttrs)
importFrom(XML,xmlRoot)
importFrom(XML,xmlToList)
importFrom(XML,xmlTreeParse)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(geojsonio,geojson_json)
importFrom(httr,RETRY)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,handle)
importFrom(httr,progress)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(methods,as)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(raster,blockSize)
importFrom(raster,brick)
importFrom(raster,calc)
importFrom(raster,dataType)
importFrom(raster,getValues)
importFrom(raster,mask)
importFrom(raster,overlay)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(raster,values)
importFrom(raster,writeStart)
importFrom(raster,writeStop)
importFrom(raster,writeValues)
importFrom(sf,gdal_crs)
importFrom(sf,gdal_utils)
importFrom(sf,sf_extSoftVersion)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_collection_extract)
importFrom(sf,st_combine)
importFrom(sf,st_convex_hull)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_difference)
importFrom(sf,st_drivers)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_is_longlat)
importFrom(sf,st_is_valid)
importFrom(sf,st_make_valid)
importFrom(sf,st_point)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_write)
importFrom(sf,st_zm)
importFrom(stars,read_stars)
importFrom(stars,st_as_stars)
importFrom(stars,st_dimensions)
importFrom(stars,write_stars)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)