forked from 16EAGLE/getSpatialData
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
74 lines (73 loc) · 1.89 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
# Generated by roxygen2: do not edit by hand
export(cropFAST)
export(extractSentinel)
export(getLandsat_data)
export(getLandsat_names)
export(getLandsat_preview)
export(getLandsat_query)
export(getMODIS_data)
export(getMODIS_names)
export(getMODIS_preview)
export(getMODIS_query)
export(getSentinel_data)
export(getSentinel_preview)
export(getSentinel_query)
export(getSentinel_restore)
export(get_aoi)
export(login_CopHub)
export(login_USGS)
export(prepSentinel)
export(services_avail)
export(set_aoi)
export(set_archive)
export(view_aoi)
importFrom(cli,cat_bullet)
importFrom(devtools,system_check)
importFrom(gdalUtils,gdal_setInstallation)
importFrom(gdalUtils,gdal_translate)
importFrom(gdalUtils,gdalbuildvrt)
importFrom(getPass,getPass)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,message_for_status)
importFrom(httr,progress)
importFrom(httr,stop_for_status)
importFrom(httr,warn_for_status)
importFrom(httr,write_disk)
importFrom(mapedit,drawFeatures)
importFrom(mapview,addFeatures)
importFrom(mapview,mapview)
importFrom(mapview,viewRGB)
importFrom(raster,"crs<-")
importFrom(raster,"extent<-")
importFrom(raster,NAvalue)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,intersect)
importFrom(raster,nlayers)
importFrom(raster,plotRGB)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(raster,writeRaster)
importFrom(sf,"st_crs<-")
importFrom(sf,as_Spatial)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_polygon)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sp,SpatialPolygons)
importFrom(tools,md5sum)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(xml2,as_list)
importFrom(xml2,as_xml_document)
importFrom(xml2,xml_contents)