-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
S3method(print,vrt_block)
S3method(print,vrt_collection)
S3method(print,vrt_stack)
S3method(save_vrt,vrt_block)
S3method(to_wkt,character)
S3method(to_wkt,default)
S3method(to_wkt,numeric)
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_stack)
S3method(vrt_compute,vrt_stack_warped)
S3method(vrt_set_maskfun,default)
S3method(vrt_set_maskfun,vrt_block)
S3method(vrt_set_maskfun,vrt_collection)
S3method(vrt_set_pixelfun,default)
S3method(vrt_set_pixelfun,vrt_stack)
S3method(vrt_stack,default)
S3method(vrt_stack,vrt_collection)
S3method(vrt_warp,vrt_block)
S3method(vrt_warp,vrt_collection)
export(bbox_to_projected)
export(bitmask_numba)
export(bitmask_numpy)
export(median_numba)
export(median_numpy)
export(plot_raster_src)
export(save_vrt)
export(sentinel2_stac_query)
export(set_py_env_vals)
export(sign_planetary_computer)
export(stac_query)
export(to_wkt)
export(vrt_cache_destroy)
export(vrt_cache_set)
export(vrt_collect)
export(vrt_compute)
export(vrt_schema)
export(vrt_set_maskfun)
export(vrt_set_pixelfun)
export(vrt_stack)
export(vrt_warp)
export(vrtility_py_require)