-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.75 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
# Generated by roxygen2: do not edit by hand
export(generer_fiches_terrain)
export(install_traitements_qgis)
export(renommer_couche)
export(telecharger_roe_sandre)
importFrom(OpenStreetMap,openmap)
importFrom(OpenStreetMap,openproj)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,theme_void)
importFrom(happign,get_wms_raster)
importFrom(httr,build_url)
importFrom(httr,parse_url)
importFrom(openxlsx,insertImage)
importFrom(openxlsx,loadWorkbook)
importFrom(openxlsx,openxlsx_setOp)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,writeData)
importFrom(progress,progress_bar)
importFrom(purrr,list_merge)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sp,CRS)
importFrom(stars,geom_stars)
importFrom(stars,read_stars)
importFrom(stars,st_rgb)
importFrom(stringr,fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tidyr,pivot_longer)