forked from harryprince/getSpatialData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
92 lines (87 loc) · 2.26 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
development:
mode: unreleased
home:
links:
- text: Browse source code
href: http://github.com/16eagle/getSpatialData
- text: Find out more about our work
href: http://remote-sensing.eu
navbar:
#type: inverse
left:
- icon: fa-home fa-lg
href: index.html
- text: "Get Started"
menu:
- text: Sentinel query, preview and download
href: index.html#sentinel-query-preview-and-download
- text: Parallelized download of MODIS data (user example)
href: index.html#parallelized-download-of-modis-data-user-example
- text: "Functions"
href: reference/index.html
- text: "Changelog"
href: news/index.html
- text: "Other packages"
menu:
- text: "RStoolbox"
href: http://www.github.com/bleutner/RStoolbox
- text: "rsMove"
href: http://www.github.com/RRemelgado/rsmove
- text: "moveVis"
href: http://movevis.org
right:
- icon: fa-twitter fa-lg
href: http://www.twitter.com/schwalbwillmann
- icon: fa-github fa-lg
href: http://www.github.com/16eagle
- icon: fa-globe fa-lg
href: http://remote-sensing.eu
#template:
# params:
# docsearch:
# api_key: API_KEY
# index_name: INDEX_NAME
reference:
- title: Sentinel
desc: Query, preview and download Sentinel-1, Sentinel-2 and Sentinel-3 data
contents:
- getSentinel_query
- getSentinel_preview
- getSentinel_data
- getSentinel_restore
- title: Landsat
desc: Query, preview and download Landsat data
contents:
- getLandsat_names
- getLandsat_query
- getLandsat_preview
- getLandsat_data
- title: MODIS
desc: Query, preview and download MODIS data
contents:
- getMODIS_names
- getMODIS_query
- getMODIS_preview
- getMODIS_data
- title: Preprocessing
desc: Data preparation and preprocessing
contents:
- extractSentinel
- prepSentinel
- cropFAST
- title: Session Login
desc: Define login credentials that can be used throughout the running session
contents:
- starts_with("login")
- title: Session Tools
desc: Define settings for the running session and get session information
contents:
- set_archive
- set_aoi
- view_aoi
- get_aoi
- services_avail
- title: General
contents:
- aoi_data
- getSpatialData-package