-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
88 lines (87 loc) · 2.23 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
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
export("%>%")
export(count_watershed_data)
export(count_watershed_teleconnections)
export(get_cities)
export(get_crop_mapping)
export(get_demeter_file)
export(get_hydro_dataset)
export(get_irrigation_count)
export(get_nlud_names)
export(get_ucs_power_plants)
export(get_watershed_ts)
export(get_zonal_data)
export(import_raster)
export(import_shapefile)
export(mask_raster_to_polygon)
export(reclassify_raster)
export(sup)
export(suppress_intersect)
import(dams)
import(rgdal)
import(rgeos)
import(vroom)
importFrom(clisymbols,symbol)
importFrom(crayon,green)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_indices)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,one_of)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tribble)
importFrom(exactextractr,exact_extract)
importFrom(foreign,read.dbf)
importFrom(geosphere,areaPolygon)
importFrom(geosphere,distGeo)
importFrom(lwgeom,st_endpoint)
importFrom(lwgeom,st_startpoint)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(raster,area)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,getValues)
importFrom(raster,intersect)
importFrom(raster,mask)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,resample)
importFrom(raster,unique)
importFrom(readxl,read_xlsx)
importFrom(reservoir,yield)
importFrom(rgdal,readOGR)
importFrom(sf,as_Spatial)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_crs)
importFrom(sf,st_intersection)
importFrom(sf,st_make_valid)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_within)
importFrom(sp,CRS)
importFrom(sp,SpatialPointsDataFrame)
importFrom(stringr,str_remove)
importFrom(stringr,str_to_title)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(vroom,cols)
importFrom(vroom,vroom)