-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
141 lines (140 loc) · 4.02 KB
/
NAMESPACE
File metadata and controls
141 lines (140 loc) · 4.02 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
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
# Generated by roxygen2: do not edit by hand
S3method(c,vrt_block)
S3method(c,vrt_collection)
S3method(multiband_reduce,default)
S3method(multiband_reduce,vrt_collection_warped)
S3method(plot,Rcpp_GDALRaster)
S3method(plot,vrt_block)
S3method(plot,vrt_collection)
S3method(plot,vrt_stack)
S3method(plot,vrt_stack_warped)
S3method(print,vrt_block)
S3method(print,vrt_collection)
S3method(print,vrt_plan)
S3method(print,vrt_stack)
S3method(r_to_MEM,array)
S3method(r_to_MEM,default)
S3method(r_to_MEM,matrix)
S3method(r_to_MEM,numeric)
S3method(singleband_m2m,default)
S3method(singleband_m2m,vrt_collection_warped)
S3method(vrt_add_empty_band,default)
S3method(vrt_add_empty_band,vrt_block)
S3method(vrt_add_empty_band,vrt_collection)
S3method(vrt_collect,character)
S3method(vrt_collect,default)
S3method(vrt_collect,doc_items)
S3method(vrt_compute,default)
S3method(vrt_compute,vrt_block)
S3method(vrt_compute,vrt_collection)
S3method(vrt_compute,vrt_collection_warped)
S3method(vrt_compute,vrt_stack)
S3method(vrt_compute,vrt_stack_warped)
S3method(vrt_create_mask,default)
S3method(vrt_create_mask,vrt_block)
S3method(vrt_create_mask,vrt_collection)
S3method(vrt_derived_block,default)
S3method(vrt_derived_block,vrt_block)
S3method(vrt_derived_block,vrt_collection)
S3method(vrt_derived_block,vrt_stack)
S3method(vrt_move_band,default)
S3method(vrt_move_band,vrt_block)
S3method(vrt_move_band,vrt_collection)
S3method(vrt_plan,default)
S3method(vrt_plan,doc_items)
S3method(vrt_save,default)
S3method(vrt_save,vrt_block)
S3method(vrt_set_band_names,default)
S3method(vrt_set_band_names,vrt_block)
S3method(vrt_set_band_names,vrt_collection)
S3method(vrt_set_band_names,vrt_stack)
S3method(vrt_set_gdal_pixelfun,default)
S3method(vrt_set_gdal_pixelfun,vrt_block)
S3method(vrt_set_gdal_pixelfun,vrt_collection)
S3method(vrt_set_maskfun,default)
S3method(vrt_set_maskfun,vrt_block)
S3method(vrt_set_maskfun,vrt_collection)
S3method(vrt_set_nodata,default)
S3method(vrt_set_nodata,vrt_block)
S3method(vrt_set_nodata,vrt_collection)
S3method(vrt_set_py_pixelfun,default)
S3method(vrt_set_py_pixelfun,vrt_block)
S3method(vrt_set_py_pixelfun,vrt_collection)
S3method(vrt_set_scale,default)
S3method(vrt_set_scale,vrt_block)
S3method(vrt_set_scale,vrt_collection)
S3method(vrt_stack,default)
S3method(vrt_stack,vrt_collection)
S3method(vrt_warp,default)
S3method(vrt_warp,vrt_block)
S3method(vrt_warp,vrt_collection)
S3method(vrt_warp,vrt_plan)
export(bbox_to_projected)
export(build_bitmask)
export(build_intmask)
export(check_muparser)
export(compute_with_py_env)
export(create_omnicloudmask)
export(daemons_load_vrtility)
export(extract_band_matrices)
export(gdal_config_options)
export(gdal_creation_options)
export(gdal_raster_drivers)
export(gdalwarp_options)
export(geomean_numpy)
export(geomedian)
export(geomedoid)
export(hampel_filter)
export(hls_stac_query)
export(matrix_to_rowlist)
export(mean_db_numpy)
export(mean_numpy)
export(median_numpy)
export(medoid)
export(multiband_reduce)
export(n_daemons)
export(ogr_bbox_from_file)
export(ogr_srs_from_file)
export(plot_raster_src)
export(quantile_numpy)
export(quantoid)
export(r_to_MEM)
export(sentinel1_stac_query)
export(sentinel2_stac_query)
export(set_gdal_cache_max)
export(set_gdal_config)
export(set_py_env_vals)
export(set_vrt_metadata)
export(sign_mpc_items)
export(singleband_m2m)
export(stac_cloud_filter)
export(stac_coverage_filter)
export(stac_drop_duplicates)
export(stac_orbit_filter)
export(stac_query)
export(vrt_add_empty_band)
export(vrt_cache_destroy)
export(vrt_cache_set)
export(vrt_collect)
export(vrt_compute)
export(vrt_create_mask)
export(vrt_derived_block)
export(vrt_move_band)
export(vrt_plan)
export(vrt_save)
export(vrt_schema)
export(vrt_set_band_names)
export(vrt_set_gdal_pixelfun)
export(vrt_set_maskfun)
export(vrt_set_nodata)
export(vrt_set_py_pixelfun)
export(vrt_set_scale)
export(vrt_stack)
export(vrt_warp)
export(vrtility_py_require)
importFrom(Rcpp,sourceCpp)
importFrom(carrier,crate)
importFrom(gdalraster,GDALRaster)
importFrom(methods,new)
importFrom(rlang,"%||%")
useDynLib(vrtility, .registration = TRUE)