-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
76 lines (75 loc) · 1.99 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_area_field)
export(build_fishnet)
export(build_polygon)
export(calulate_polygon_part_area)
export(chopped_area)
export(convert_file)
export(fill_polygon_holes)
export(get_intersection_fractions)
export(get_raster_val_classes)
export(get_raster_val_classes_byslice)
export(grid_to_zone_fractions)
export(import_ncdf_to_raster)
export(import_points_from_csv)
export(import_raster)
export(import_shapefile)
export(init_bbox)
export(mask_raster_to_polygon)
export(ncdf_to_csv)
export(poly_intersect)
export(polygon_bounding_box)
export(polygon_to_raster)
export(project_raster)
export(raster_to_polygon)
export(slicer)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(fasterize,fasterize)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(gdalUtilities,gdal_translate)
importFrom(gdalUtilities,gdalwarp)
importFrom(magrittr,"%>%")
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncvar_get)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(raster,brick)
importFrom(raster,crop)
importFrom(raster,extract)
importFrom(raster,freq)
importFrom(raster,mask)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,res)
importFrom(raster,unique)
importFrom(sf,sf_use_s2)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_make_grid)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(smoothr,fill_holes)
importFrom(spex,qm_rasterToPolygons)
importFrom(tibble,as_tibble)
importFrom(units,set_units)