-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
51 lines (50 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(create_spatialRaster)
export(create_vector)
export(create_vector_shape)
export(list_crs)
export(package_vector_shape)
export(write_raster_factors)
export(zipRelatedFiles)
import(EML)
import(sf)
importFrom(capeml,read_attributes)
importFrom(capeml,read_package_configuration)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select_if)
importFrom(purrr,map)
importFrom(raster,bandnr)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,ncell)
importFrom(raster,ncol)
importFrom(raster,nrow)
importFrom(raster,raster)
importFrom(raster,ratify)
importFrom(raster,xres)
importFrom(raster,yres)
importFrom(readr,read_csv)
importFrom(rlang,get_expr)
importFrom(rlang,is_expression)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_replace_all)
importFrom(tidyr,unnest_longer)
importFrom(tidyr,unnest_wider)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(tools,md5sum)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(utils,zip)
importFrom(xml2,read_html)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_contents)
importFrom(xml2,xml_find_all)
importFrom(yaml,as.yaml)
importFrom(yaml,write_yaml)
importFrom(yaml,yaml.load_file)