-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathNAMESPACE
162 lines (161 loc) · 3.86 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
159
160
161
162
# Generated by roxygen2: do not edit by hand
S3method(length,pixel_data)
S3method(levels,pixel_data)
S3method(print,Track_time)
S3method(print,accuracy)
S3method(print,pixel_data)
S3method(print,summary.accuracy)
S3method(print,summary.pixel_data)
S3method(rbind,pixel_data)
S3method(summary,accuracy)
S3method(summary,pixel_data)
export("src_name<-")
export("training_flag<-")
export(ARVI)
export(DFPS)
export(EVI)
export(MSAVI2)
export(NDVI)
export(Track_time)
export(accuracy)
export(adj_areas)
export(apply_windowed)
export(auto_QA_stats)
export(auto_calc_predictors)
export(auto_chg_detect)
export(auto_classify)
export(auto_cloud_fill)
export(auto_gap_fill)
export(auto_normalize)
export(auto_preprocess_landsat)
export(auto_setup_dem)
export(browse_image)
export(calc_chg_dir)
export(chg_dir)
export(chg_mag)
export(chg_traj)
export(chg_traj_stats)
export(class_statistics)
export(classify)
export(cloud_remove)
export(color_image)
export(compcont)
export(ee_plot)
export(ee_read)
export(espa_download)
export(espa_extract)
export(espa_scenelist)
export(fill_gaps)
export(get_band_names_from_hdr)
export(get_extent_polys)
export(get_metadata_item)
export(get_pixels)
export(gridsample)
export(linear_stretch)
export(ls_catalog)
export(match_rasters)
export(minnaert_samp)
export(n_test)
export(n_train)
export(normalize)
export(overlay_poly)
export(proj4comp)
export(qgis_colormap)
export(sample_raster)
export(scale_raster)
export(simplify_polygon)
export(split_classes)
export(src_name)
export(start_timer)
export(stop_timer)
export(subsample)
export(threshold)
export(topocorr_samp)
export(topographic_corr)
export(tpa2df)
export(tpadf2raster)
export(train_classifier)
export(training_flag)
export(traj_lut)
export(tts2df)
export(ttsdf2raster)
export(unstack_ledapscdr)
export(utm_zone)
exportClasses(accuracy)
exportClasses(error_adj_area)
exportClasses(pixel_data)
import(Rcpp)
import(caret)
import(e1071)
import(ggplot2)
import(kernlab)
import(methods)
import(mgcv)
import(randomForest)
import(raster)
importFrom(RCurl,getCurlHandle)
importFrom(RCurl,getURL)
importFrom(RCurl,postForm)
importFrom(SDMTools,ConnCompLabel)
importFrom(XML,xmlInternalTreeParse)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(XML,xmlValue)
importFrom(XML,xpathApply)
importFrom(dplyr,group_by)
importFrom(dplyr,sample_frac)
importFrom(dplyr,sample_n)
importFrom(dplyr,summarize)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(gdalUtils,gdal_translate)
importFrom(gdalUtils,gdalbuildvrt)
importFrom(gdalUtils,gdalinfo)
importFrom(gdalUtils,gdalwarp)
importFrom(gdalUtils,get_subdatasets)
importFrom(gdalUtils,mosaic_rasters)
importFrom(glcm,glcm)
importFrom(grid,unit)
importFrom(iterators,iter)
importFrom(lmodel2,lmodel2)
importFrom(lubridate,"%within%")
importFrom(lubridate,as.duration)
importFrom(lubridate,new_interval)
importFrom(lubridate,now)
importFrom(maptools,spRbind)
importFrom(mclust,Mclust)
importFrom(reshape2,melt)
importFrom(rgdal,CRSargs)
importFrom(rgdal,readOGR)
importFrom(rgdal,writeGDAL)
importFrom(rgdal,writeOGR)
importFrom(rgeos,gBuffer)
importFrom(rgeos,gCentroid)
importFrom(rgeos,gDifference)
importFrom(rgeos,gIntersection)
importFrom(rgeos,gIntersects)
importFrom(rgeos,gSimplify)
importFrom(rgeos,gUnaryUnion)
importFrom(sp,"proj4string<-")
importFrom(sp,CRS)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,Spatial)
importFrom(sp,SpatialPixelsDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(sp,bbox)
importFrom(sp,coordinates)
importFrom(sp,is.projected)
importFrom(sp,proj4string)
importFrom(sp,spChFIDs)
importFrom(sp,spTransform)
importFrom(spatial.tools,rasterEngine)
importFrom(spatial.tools,sfQuickInit)
importFrom(spatial.tools,sfQuickStop)
importFrom(stringr,str_extract)
importFrom(tools,file_path_sans_ext)
importFrom(wrspathrow,pathrow_num)
importFrom(wrspathrow,pathrow_poly)
useDynLib(teamlucc)