forked from r-spatial/qgisprocess
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
100 lines (99 loc) · 2.85 KB
/
Copy pathNAMESPACE
File metadata and controls
100 lines (99 loc) · 2.85 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
# Generated by roxygen2: do not edit by hand
S3method(as_qgis_argument,"NULL")
S3method(as_qgis_argument,CRS)
S3method(as_qgis_argument,Extent)
S3method(as_qgis_argument,POINT)
S3method(as_qgis_argument,RasterBrick)
S3method(as_qgis_argument,RasterLayer)
S3method(as_qgis_argument,SpatExtent)
S3method(as_qgis_argument,SpatRaster)
S3method(as_qgis_argument,bbox)
S3method(as_qgis_argument,character)
S3method(as_qgis_argument,crs)
S3method(as_qgis_argument,default)
S3method(as_qgis_argument,list)
S3method(as_qgis_argument,logical)
S3method(as_qgis_argument,numeric)
S3method(as_qgis_argument,qgis_default_value)
S3method(as_qgis_argument,qgis_dict_input)
S3method(as_qgis_argument,qgis_list_input)
S3method(as_qgis_argument,sf)
S3method(as_qgis_argument,sfc)
S3method(as_qgis_argument,stars)
S3method(as_qgis_argument,stars_proxy)
S3method(print,qgis_result)
S3method(qgis_as_brick,qgis_outputLayer)
S3method(qgis_as_brick,qgis_outputRaster)
S3method(qgis_as_brick,qgis_result)
S3method(qgis_as_raster,qgis_outputLayer)
S3method(qgis_as_raster,qgis_outputRaster)
S3method(qgis_as_raster,qgis_result)
S3method(qgis_as_terra,qgis_outputLayer)
S3method(qgis_as_terra,qgis_outputRaster)
S3method(qgis_as_terra,qgis_result)
S3method(qgis_clean_argument,default)
S3method(qgis_clean_argument,qgis_dict_input)
S3method(qgis_clean_argument,qgis_list_input)
S3method(qgis_clean_argument,qgis_tempfile_arg)
export(as_qgis_argument)
export(assert_qgis)
export(assert_qgis_algorithm)
export(has_qgis)
export(is_macos)
export(is_qgis_default_value)
export(is_qgis_result)
export(is_qgis_tmp_file)
export(is_windows)
export(qgis_algorithms)
export(qgis_argument_spec)
export(qgis_argument_spec_by_name)
export(qgis_arguments)
export(qgis_as_brick)
export(qgis_as_raster)
export(qgis_as_terra)
export(qgis_clean_argument)
export(qgis_clean_arguments)
export(qgis_configure)
export(qgis_default_value)
export(qgis_description)
export(qgis_detect_macos)
export(qgis_detect_windows)
export(qgis_dict_input)
export(qgis_env)
export(qgis_error_output_does_not_exist)
export(qgis_function)
export(qgis_has_algorithm)
export(qgis_has_provider)
export(qgis_help)
export(qgis_list_input)
export(qgis_output)
export(qgis_outputs)
export(qgis_path)
export(qgis_pipe)
export(qgis_providers)
export(qgis_query_algorithms)
export(qgis_query_path)
export(qgis_query_version)
export(qgis_result_args)
export(qgis_result_clean)
export(qgis_result_single)
export(qgis_result_status)
export(qgis_result_stderr)
export(qgis_result_stdout)
export(qgis_run)
export(qgis_run_algorithm)
export(qgis_sanitize_arguments)
export(qgis_show_help)
export(qgis_tmp_base)
export(qgis_tmp_clean)
export(qgis_tmp_file)
export(qgis_tmp_folder)
export(qgis_tmp_raster)
export(qgis_tmp_vector)
export(qgis_unconfigure)
export(qgis_use_json_input)
export(qgis_use_json_output)
export(qgis_version)
importFrom(glue,glue)
importFrom(rlang,"%||%")
importFrom(rlang,abort)