-
Notifications
You must be signed in to change notification settings - Fork 9
/
_pkgdown.yml
56 lines (55 loc) · 1.2 KB
/
_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
54
55
url: https://docs.ropensci.org/terrainr/
authors:
Mike Mahoney:
href: https://www.mm218.dev/
navbar:
structure:
right:
- home
- articles
- reference
# - tutorials
- news
- search
- github
components:
home:
icon: fas fa-home fa-lg
href: index.html
articles:
text: Vignettes
menu:
- text: A Gentle Introduction to terrainr
href: articles/overview.html
- text: Importing terrainr tiles into Unity
href: articles/unity_instructions.html
reference:
text: Reference
href: reference/index.html
news:
text: News
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/ropensci/terrainr
reference:
- title: Data Retrieval Functions
- contents:
- get_tiles
- hit_national_map_api
- title: Data Manipulation Functions
- contents:
- merge_rasters
- georeference_overlay
- title: Visualization Functions
- contents:
- geom_spatial_rgb
- raster_to_raw_tiles
- make_manifest
- make_unity
- vector_to_overlay
- combine_overlays
- title: Utility Functions
- contents:
- add_bbox_buffer
- set_bbox_side_length