-
Notifications
You must be signed in to change notification settings - Fork 43
/
_pkgdown.yaml
95 lines (95 loc) · 2.15 KB
/
_pkgdown.yaml
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
title: "sen2r"
template:
params:
bootswatch: yeti
reference:
- title: Automatic processing chain
desc: ~
contents:
- sen2r
- title: Find and download Sentinel-2 products
desc: ~
contents:
- s2_list
- s2_download
- s2_order
- sen2cor
- safe_is_online
- read_scihub_login
- title: Read and convert SAFE format
desc: ~
contents:
- s2_translate
- s2_merge
- gdal_warp
- s2_mask
- s2_rgb
- s2_calcindices
- s2_thumbnails
- title: Manage file names and metadata
desc: ~
contents:
- safe_getMetadata
- safe_shortname
- raster_metadata
- sen2r_getElements
- s2_dop
- s2_tiles
- title: Install and configure dependencies
desc: ~
contents:
- check_sen2r_deps
- load_binpaths
- install_sen2cor
- install_aria2
- check_gdal
- check_gcloud
- set_gipp
- title: Accessory functions
desc: ~
contents:
- build_example_param_file
- s2_gui
- list_indices
- tiles_intersects
- title: Generic accessory functions
desc: ~
contents:
- gdalUtil
- expand_path
- comsub
- abs2rel
- gdal_abs2rel
- mountpoint
- st_crs2
- str_pad2
- normalize_path
navbar:
type: inverse
left: []
right:
- icon: fa-home fa-lg
href: index.html
- text: "\u2000Reference"
icon: fa-file-code
href: reference/index.html
- text: "\u2000Articles"
icon: fa-book
menu:
- text: "Installation"
href: articles/installation.html
- text: "Run in a Docker container"
href: articles/docker.html
- text: "Using sen2r() from the GUI"
href: articles/sen2r_gui.html
- text: "Using sen2r() from the command line"
href: articles/sen2r_cmd.html
- text: "Output file structure"
href: articles/outstructure.html
- text: "\u2000Changelog"
icon: fa-newspaper
href: news/index.html
- icon: fa-user
href: http://luigi.ranghetti.info
- icon: fa-github fa-lg
href: https://github.com/ranghetti/sen2r/