-
Notifications
You must be signed in to change notification settings - Fork 7
/
_pkgdown.yml
53 lines (45 loc) · 1012 Bytes
/
_pkgdown.yml
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
url: https://paleolimbot.github.io/geos/
development:
mode: auto
reference:
- title: Create and Export GEOS Geometry Vectors
desc: Functions that read and write GEOS geometry to common formats.
contents:
- geos_read_wkt
- as_geos_geometry
- geos_empty
- geos_make_point
- geos_create_rectangle
- plot.geos_geometry
- title: Geometry operators
desc: Functions that operate on one or more geometry vectors
contents:
- geos_area
- geos_centroid
- geos_segment_intersection
- geos_disjoint
- geos_disjoint_matrix
- geos_distance
- geos_project
- geos_buffer
- geos_delaunay_triangles
- geos_intersection
- geos_nearest
- geos_polygonize
- geos_relate
- geos_is_valid
- geos_geometry_n
- geos_unnest
- geos_largest_empty_circle_spec
- title: Indexing and Joins
contents:
- geos_strtree
- geos_basic_strtree
- geos_inner_join
- title: GEOS Information
contents:
- geos_version
- title: S3 Details
contents:
- vctrs-methods
- wk-methods