-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
235 lines (226 loc) · 8.38 KB
/
mkdocs.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
site_name: KCEO Glossary
site_url: https://ec-jrc.github.io/KCEO-Glossary/
site_author: KCEO
site_description: KCEO
nav:
- Home: index.md
- Glossary:
- Introduction: introduction.md
- Concepts: concepts.md
- Dependency Graph: mermaid.md
- Topology: glossary_topology.md
- Tags: tags.md
- Terms:
- Ancillary data: ancillary_data.md
- Anthroposphere: anthroposphere.md
- Area of interest: area_of_interest.md
- Auxiliary data: auxiliary_data.md
- Band central wavelength: band_central_wavelength.md
- Baseline: baseline.md
- Biosphere: biosphere.md
- Calibration: calibration.md
- Cartographic projection: cartographic_projection.md
- Cell: cell.md
- Characteristic: characteristic.md
- Classification system: classification_system.md
- Classification system levels: classification_system_levels.md
- Climate projection: climate_projection.md
- Confidence interval: confidence_interval.md
- Copernicus Service Provider: copernicus_service_provider.md
- Coverage interval: coverage_interval.md
- Cryosphere: cryosphere.md
- Data: data.md
- Data access: data_access.md
- Data format: data_format.md
- Data licencing: data_licencing.md
- Duration: duration.md
- Dwell time: dwell_time.md
- Earth Observation based output: earth_observation_based_output.md
- Earth Observation product: earth_observation_product.md
- Earth Spheres: earth_spheres.md
- Earth observation: earth_observation.md
- Environmental Process: environmental_process.md
- Entity: entity.md
- Expanded Uncertainty: expanded_uncertainty.md
- Feature: feature.md
- Forecast range: forecast_range.md
- Geocoding: geocoding.md
- Geographic coordinate reference system: geographic_coordinate_reference_system.md
- Geographic data: geographic_data.md
- Geographic grid: geographic_grid.md
- Geographic identifier: geographic_identifier.md
- Geolocating: geolocating.md
- Geolocation information: geolocation_information.md
- Geopositioning: geopositioning.md
- Georectifying: georectifying.md
- Geospatial data: geospatial_data.md
- Geosphere: geosphere.md
- Grid: grid.md
- Hydrosphere: hydrosphere.md
- Impact: impact.md
- In-Situ Observation: in-situ_observation.md
- Information: information.md
- Laboratory observation: laboratory_observation.md
- Latency: latency.md
- Lead time: lead_time.md
- Lithosphere: lithosphere.md
- Location: location.md
- Location error: location_error.md
- Measurement: measurement.md
- Measurement uncertainty: measurement_uncertainty.md
- Measurand: measurand.md
- Minimum Mapping Unit: minimum_mapping_unit.md
- Minimum Mapping Width: minimum_mapping_width.md
- Model: model.md
- Object: object.md
- Observation: observation.md
- Outcome: outcome.md
- Path: path.md
- Period: period.md
- Period Identifier: period_identifier.md
- Phenomenon: phenomenon.md
- Place: place.md
- Policy: policy.md
- Policy cycle: policy_cycle.md
- Policy file: policy_file.md
- Policy making: policy_making.md
- Policy milestone: policy_milestone.md
- Policy objective: policy_objective.md
- Policy target: policy_target.md
- Position: position.md
- Property: property.md
- Quality indicator: quality_indicator.md
- Quantity: quantity.md
- Reference: reference.md
- Remote Sensing: remote_sensing.md
- Replicability: replicability.md
- Reproducibility: reproducibility.md
- Representativeness: representativeness.md
- Sample: sample.md
- Sensor: sensor.md
- Spatial completeness: spatial_completeness.md
- Spatial consistency: spatial_consistency.md
- Spatial extent: spatial_extent.md
- Spatial reporting unit: spatial_reporting_unit.md
- Spatial resolution: spatial_resolution.md
- Spectral Bandwidth: spectral_bandwidth.md
- Spectral band: spectral_band.md
- Spectral resolution: spectral_resolution.md
- Stability: stability.md
- Standard Uncertainty: standard_uncertainty.md
- Temporal consistency: temporal_consistency.md
- Temporal extent: temporal_extent.md
- Temporal reporting period: temporal_reporting_period.md
- Temporal resolution: temporal_resolution.md
- Temporal revisit: temporal_revisit.md
- Thematic resolution: thematic_resolution.md
- Thematic uncertainty: thematic_uncertainty.md
- Time of day: time_of_day.md
- Time of year: time_of_year.md
- Timeliness: timeliness.md
- Traceability: traceability.md
- Trait: trait.md
- Uncertainty: uncertainty.md
- Update frequency: update_frequency.md
- User: user.md
- User Interface: user_interface.md
- Value: value.md
- Validation: validation.md
- Verification: verification.md
- Vertical levels: vertical_levels.md
#- Changelog: changelog.md
- Blog:
- blog/index.md
- Contact: impressum.md
theme:
name: material
custom_dir: docs/theme_override_home/
# 404 page
static_templates:
- 404.html
# enable light/dark mode
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Don't include MkDocs' JavaScript
include_search_page: true
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.footer
- navigation.top
- navigation.sections
- content.action.edit
- content.code.copy
- search.highlight
- search.share
- search.suggest
font: false
icon: # from .icons path. Add to theme override for custom logo.
logo: earth # top left header logo
repo: fontawesome/brands/git-alt
edit: material/file-edit-outline
favicon: assets/favicon.ico # browser tab logo
extra_javascript:
- stylesheets/extra.js
- stylesheets/tablesort.min.js
- stylesheets/tablesort.js
extra_css:
- stylesheets/extra.css
- stylesheets/font-awesome-4.7.0/css/font-awesome.min.css
repo_url: https://github.com/ec-jrc/KCEO-Glossary
repo_name: ec-jrc/KCEO-Glossary
edit_uri: ./edit/main/docs
# Copyright
copyright: Copyright © Knowledge Centre on Earth Observation
markdown_extensions:
- attr_list
- md_in_html # enable lazy loading images via ![!](assets/test.jpg){ loading=lazy }
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- markdown.extensions.toc:
baselevel: 1
permalink: ""
- toc:
title: Table of Contents
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- search:
lang: en
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: do-me/kceo_glossary
branch: main
enabled: !ENV [CI, false]
- tags:
tags_file: tags.md
- glightbox
- blog
- social
- privacy