-
Notifications
You must be signed in to change notification settings - Fork 64
/
_pkgdown.yml
94 lines (87 loc) · 2.37 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
url: http://jxsw.de/getSpatialData
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: "Workflow"
href: index.html#workflow
- text: "Get Started"
href: index.html#get-started
- text: "Supported Products"
href: index.html#supported-products
- text: "Functions"
href: reference/index.html
- text: "Changelog"
href: news/index.html
- text: "Other packages"
menu:
- text: "moveVis"
href: http://movevis.org
- text: "basemaps"
href: http://jxsw.de/basemaps
- text: "RStoolbox"
href: http://www.github.com/bleutner/RStoolbox
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
reference:
- title: Logging in
desc: Log in at supported services
contents:
- starts_with("login")
- title: Defining session settings
desc: Set settings that are used by all functions for the current session
contents:
- set_aoi
- set_archive
- title: Retrieving and visualizing records
desc: Query records for multiple products such as Sentinel, MODIS or Landsat
contents:
- get_products
- get_records
- view_records
- title: Analysing previews
desc: Get previews and preview-based calculate AOI cloud cover for Sentinel, Landsat or MODIS
contents:
- get_previews
- view_previews
- get_cloudcov_supported
- calc_cloudcov
- title: Selecting records
desc: Select records (semi-)automatically according to temporal needs and cloud cover
contents:
- get_select_supported
- select_unitemporal
- select_bitemporal
- select_timeseries
- starts_with("is.")
- title: Checking, ordering and downloading records
desc: Check download availability, order datasets and download them
contents:
- check_availability
- order_data
- get_data
- title: Writing and reading
desc: Write and read getSpatialData outputs
contents:
- get_records_drivers
- write_records
- read_records
- read_previews
- title: Others
contents:
- aoi_data
- getSpatialData-package