-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.11 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(om_get)
export(om_map)
export(om_read)
export(om_write)
importFrom(graphics,par)
importFrom(lwgeom,st_split)
importFrom(mapsf,mf_credits)
importFrom(mapsf,mf_map)
importFrom(mapsf,mf_scale)
importFrom(mapsf,mf_title)
importFrom(osmdata,add_osm_feature)
importFrom(osmdata,add_osm_features)
importFrom(osmdata,opq)
importFrom(osmdata,osmdata_sf)
importFrom(osmdata,unique_osmdata)
importFrom(sf,"st_agr<-")
importFrom(sf,"st_geometry<-")
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_collection_extract)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_is_longlat)
importFrom(sf,st_length)
importFrom(sf,st_linestring)
importFrom(sf,st_make_valid)
importFrom(sf,st_point)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_write)
importFrom(tictoc,tic)
importFrom(tictoc,toc)