forked from ropensci/MODIStsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
78 lines (77 loc) · 2.17 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
S3method(check_projection,character)
S3method(check_projection,crs)
S3method(check_projection,default)
S3method(check_projection,numeric)
export(MODIStsp)
export(MODIStsp_addindex)
export(MODIStsp_extract)
export(MODIStsp_get_prodlayers)
export(MODIStsp_get_prodnames)
export(MODIStsp_process)
export(MODIStsp_resetindexes)
export(check_projection)
export(install_MODIStsp_launcher)
importFrom(assertthat,is.dir)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(assertthat,see_if)
importFrom(bitops,bitAnd)
importFrom(bitops,bitShiftR)
importFrom(data.table,data.table)
importFrom(data.table,setkey)
importFrom(gdalUtilities,gdal_rasterize)
importFrom(gdalUtilities,gdal_translate)
importFrom(gdalUtilities,gdalbuildvrt)
importFrom(gdalUtilities,gdalwarp)
importFrom(gdalUtilities,ogr2ogr)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,write_disk)
importFrom(jsonlite,read_json)
importFrom(jsonlite,write_json)
importFrom(parallel,detectCores)
importFrom(raster,NAvalue)
importFrom(raster,calc)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getValues)
importFrom(raster,getZ)
importFrom(raster,nlayers)
importFrom(raster,overlay)
importFrom(raster,raster)
importFrom(raster,rasterOptions)
importFrom(raster,reclassify)
importFrom(raster,res)
importFrom(raster,setZ)
importFrom(raster,stack)
importFrom(sf,gdal_subdatasets)
importFrom(sf,gdal_utils)
importFrom(sf,sf_extSoftVersion)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_drivers)
importFrom(sf,st_geometry)
importFrom(sf,st_read)
importFrom(sf,st_set_crs)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(stats,na.omit)
importFrom(stringr,str_detect)
importFrom(stringr,str_pad)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,browseURL)
importFrom(utils,packageVersion)
importFrom(utils,unzip)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)
importFrom(xts,as.xts)