-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
67 lines (66 loc) · 1.75 KB
/
NAMESPACE
File metadata and controls
67 lines (66 loc) · 1.75 KB
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
# Generated by roxygen2: do not edit by hand
export(calc_ndvi)
export(canopy_pct)
export(green_cover_streets)
export(greenspace_access)
export(greenspace_pct)
export(land_cover)
export(sf_to_rast)
export(vgvi_from_address)
export(vgvi_from_sf)
export(viewshed)
export(visibility_proportion)
importFrom(dplyr,everything)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(raster,raster)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_line_sample)
importFrom(sf,st_make_grid)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sfnetworks,activate)
importFrom(sfnetworks,as_sfnetwork)
importFrom(sfnetworks,to_spatial_smooth)
importFrom(terra,aggregate)
importFrom(terra,boundaries)
importFrom(terra,cellFromXY)
importFrom(terra,colFromX)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,extract)
importFrom(terra,mask)
importFrom(terra,ncol)
importFrom(terra,plot)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,res)
importFrom(terra,rowFromY)
importFrom(terra,terraOptions)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,writeRaster)
importFrom(terra,xyFromCell)
importFrom(tidygraph,convert)
importFrom(tidygraph,edge_is_loop)
importFrom(tidygraph,edge_is_multiple)
importFrom(tidygraph,filter)
importFrom(tmaptools,geocode_OSM)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(GreenExp, .registration = TRUE)