forked from geocompx/geocompr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
07-vector.Rmd
56 lines (38 loc) · 852 Bytes
/
07-vector.Rmd
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
# Working with vector data {#vector}
## Prerequisites {-}
<!--
- summary
- proj4string
## Attribute joins
- merge, cbind, rbind
- left_join, full_join, inner_join, etc
## Spatial relations I
- st_union
- st_difference
- st_intersection
- st_sym_difference
## Spatial relations II
- st_intersects, st_disjoint, st_touches, st_crosses, st_within, st_contains, st_overlaps, st_equals, st_covers, st_covered_by, st_equals_exact, st_is_within_distance
## Spatial joins
## Spatial transformation
- st_cast
## Spatial aggregation/disaggregation
- group_by and summarise
- st_simplify
- st_centroid
- st_convex_hull
- st_simplify
- st_triangulate
- st_polygonize
- st_centroid
- st_segmentize
- st_buffer
- st_boundary
- rmapshaper
## Spatial sampling
## Spatial properties
- area, distance, etc.
- st_distance(x,y)
- st_length
- st_area
-->