-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
120 lines (118 loc) · 2.86 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
title: uasimg
url: https://ucanr-igis.github.io/uasimg/
template:
bootstrap: 5
bootswatch: yeti
includes:
in_header: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-68H6V5WRXH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-68H6V5WRXH');
</script>
development:
mode: unreleased
home:
sidebar:
structure: [toc, links, license, community, citation, authors, dev]
repo:
url:
home: https://github.com/ucanr-igis/uasimg/
source: https://github.com/ucanr-igis/uasimg/blob/master/
issue: https://github.com/ucanr-igis/uasimg/issues/
user: https://github.com/ucanr-igis/
reference:
- title: Base functions
desc: Base functions that support everything else
contents:
- uas_info
- print.uas_info
- title: Data Catalogs
desc: Functions to create data catalogs
contents:
- uas_report
- uas_toc
- uas_thumbnails_make
- title: Subsetting and Grouping
desc: Managing and manipulating groups of images
contents:
- uas_grp_flt
- print.uas_grp
- uas_move
- title: Exporting
desc: Exporting image locations and other geometries
contents:
- uas_exp_kml
- uas_exp_shp
- uas_exp_geotiff
- title: Single Images
desc: Individual image utilities
contents:
- uas_worldfile
- uas_cropctr
- uas_convert
- uas_rename
- title: Metadata
desc: Managing metadata
contents:
- uas_metadata_make
- uas_getflds
- uas_setflds
- uas_flds_oem
- title: Package Settings
desc: Manage package settings
contents:
- uas_getcache
- uas_setcache
- uas_clearcache
- uas_cameras
- uas_readcameras
- title: Other Utility Functions
desc: Other utility functions
contents:
- uas_path2name_fun
- uas_dirs_find
- findonpath
- geo2utm
- null2na
- title: Unit Conversion Functions
desc: Unit conversion functions
contents:
- cm2in
- ft2m
- m2ft
- msq2acres
navbar:
type: inverse
structure:
left:
- home
- intro
- reference
- articles
- presentations
- news
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
aria-label: Home
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/ucanr-igis/uasimg/
aria-label: GitHub
presentations:
text: Presentations
menu:
- text: "Drone Image Utilities for R Overview"
href: https://ucanr-igis.github.io/uasimg-res/pres/intro-uasimg_2024-06-27.html