-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(dim_ncdf)
export(extract_ncdf)
export(getTRMM)
export(get_brick)
export(get_header)
export(get_layer)
export(trmm2ncdf)
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(lubridate,week)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_create)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,nc_sync)
importFrom(ncdf4,ncdim_def)
importFrom(ncdf4,ncvar_def)
importFrom(ncdf4,ncvar_get)
importFrom(ncdf4,ncvar_put)
importFrom(raster,crop)
importFrom(raster,raster)
importFrom(sp,"proj4string<-")
importFrom(sp,CRS)
importFrom(sp,GridTopology)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialGrid)
importFrom(sp,SpatialGridDataFrame)
importFrom(sp,SpatialPixels)
importFrom(sp,SpatialPixelsDataFrame)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(sp,bbox)
importFrom(sp,coordinates)
importFrom(sp,geometry)
importFrom(sp,over)
importFrom(sp,proj4string)
importFrom(sp,spTransform)
importFrom(sp,split)
importFrom(stringr,str_match)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)