forked from r-spatial/link2GI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 765 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(add2Path)
export(findGDAL)
export(findGRASS)
export(findOTB)
export(findSAGA)
export(gvec2sf)
export(initProj)
export(linkGDAL)
export(linkGRASS7)
export(linkOTB)
export(linkSAGA)
export(makGlobalVar)
export(paramGRASSw)
export(paramGRASSx)
export(parseOTBAlgorithms)
export(parseOTBFunction)
export(searchGDALW)
export(searchGDALX)
export(searchGRASSW)
export(searchGRASSX)
export(searchOTBW)
export(searchOTBX)
export(searchSAGAW)
export(searchSAGAX)
export(setenvGDAL)
export(setenvGRASSw)
export(setenvOTB)
export(sf2gvec)
import(devtools)
import(roxygen2)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_read)
importFrom(sf,st_write)
importFrom(utils,install.packages)