-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
79 lines (78 loc) · 1.81 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
79
# Generated by roxygen2: do not edit by hand
export("%>%")
export(download.url)
export(explore)
export(findAirports)
export(findCDL)
export(findGAGESII)
export(findNED)
export(findNHD)
export(findNID)
export(findNLCD)
export(findNLDI)
export(findNWIS)
export(findNearestAirports)
export(findNearestCOMID)
export(findNearestHUC12)
export(findNearestNWIS)
export(findNearestWaterbodies)
export(findRoads)
export(findSSURGO)
export(findSnotel)
export(findWBD)
export(findWaterPoly)
export(findWaterbodies)
export(meta.data)
export(mosaic.hd)
export(query_cida)
export(return.what)
export(saveHD)
export(to_sf)
export(writeHD)
import(AOI)
import(leaflet)
importFrom(crayon,"%+%")
importFrom(crayon,blue)
importFrom(crayon,cyan)
importFrom(crayon,white)
importFrom(crayon,yellow)
importFrom(htmlwidgets,saveWidget)
importFrom(httr,GET)
importFrom(httr,progress)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,intersect)
importFrom(raster,mosaic)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(raster,stackApply)
importFrom(raster,writeRaster)
importFrom(sf,as_Spatial)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_intersection)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(sf,st_zm)
importFrom(sp,CRS)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,spTransform)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_children)
importFrom(xml2,xml_root)