-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
63 lines (62 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
S3method(print,pgi)
export(dbAddKey)
export(dbAsDate)
export(dbColumn)
export(dbComment)
export(dbDrop)
export(dbIndex)
export(dbReadDataFrame)
export(dbSchema)
export(dbTableInfo)
export(dbVacuum)
export(dbWriteDataFrame)
export(pgGetBoundary)
export(pgGetGeom)
export(pgGetRast)
export(pgInsert)
export(pgListGeom)
export(pgListRast)
export(pgMakePts)
export(pgMakeStp)
export(pgPostGIS)
export(pgSRID)
export(pgWriteGeom)
export(pgWriteRast)
import(DBI)
import(RPostgreSQL)
importFrom(DBI,dbDriver)
importFrom(DBI,dbQuoteIdentifier)
importFrom(DBI,dbQuoteString)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,slot)
importFrom(purrr,pmap)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(sf,as_Spatial)
importFrom(sf,st_as_binary)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_transform)
importFrom(sp,CRS)
importFrom(sp,SpatialPixelsDataFrame)
importFrom(stats,na.omit)
importFrom(terra,"values<-")
importFrom(terra,as.matrix)
importFrom(terra,blocks)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,ncol)
importFrom(terra,nlyr)
importFrom(terra,nrow)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,t)
importFrom(terra,values)