-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
70 lines (67 loc) · 2.01 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
url: https://emodnet.github.io/EMODnetWCS/
template:
bootstrap: 5
bslib:
primary: "#3471B4"
secondary: "#F5B333"
text-muted: "#F5B333"
navbar:
bg: primary
components:
articles:
text: Articles
menu:
- text: Getting metadata about Services & Coverages
href: articles/metadata.html
- text: -------
- text: Downloading Coverages
href: articles/coverages.html
reference:
- title: "Connecting to EMODnet WCS Services"
desc: >
Get details of available EMODnet WCS services and create `<WCSClient>`
class objects to connect to them.
contents:
- emdn_wcs
- emdn_init_wcs_client
- title: "Compile metadata about EMODnet WCS Services and the coverages they serve"
desc: >
Functions for compiling metadata on services and available coverages for easy
review.
contents:
- emdn_get_wcs_info
- emdn_get_wcs_info_all
- emdn_get_coverage_info
- title: "Extract metadata & metadata objects from a `<WCSClient>` object"
desc: >
Functions for extracting a variety of both service and coverage level metadata
including `<WCSCoverageSummary>` objects from a `<WCSClient>` object.
contents:
- emdn_get_coverage_summaries
- emdn_get_coverage_summaries_all
- emdn_get_coverage_ids
- emdn_has_dimension
- emdn_get_coverage_dim_coefs
- title: "Extract individual coverage level metadata from a `<WCSCoverageSummary>` object"
desc: >
Functions for extracting individual metadata for specific coverages from
a `<WCSCoverageSummary>` object.
contents:
- emdn_get_bbox
- emdn_get_WGS84bbox
- emdn_get_band_nil_values
- emdn_get_band_descriptions
- emdn_get_band_uom
- emdn_get_band_constraints
- emdn_get_grid_size
- emdn_get_resolution
- emdn_get_coverage_function
- emdn_get_temporal_extent
- emdn_get_vertical_extent
- emdn_get_dimensions_info
- emdn_get_dimensions_names
- emdn_get_dimensions_n
- emdn_get_dimension_types
- title: "Download a coverage from a EMODnet WCS service"
contents:
- emdn_get_coverage