forked from Unidata/netcdf-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetcdfJavaTutorial_sidebar.yml
More file actions
299 lines (241 loc) · 7.59 KB
/
Copy pathnetcdfJavaTutorial_sidebar.yml
File metadata and controls
299 lines (241 loc) · 7.59 KB
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
entries:
- title: Sidebar
product: Tutorial and Reference Documentation
folders:
- title:
output: pdf
type: frontmatter
folderitems:
- title:
url: /titlepage
output: pdf
type: frontmatter
- title:
url: /tocpage
output: pdf
type: frontmatter
- title: Overview
output: web, pdf
folderitems:
- title: NetCDF-Java Overview
url: /index.html
output: web, pdf
- title: The Common Data Model
url: /common_data_model_overview.html
output: web, pdf
- title: CDM Data Types
url: /cdm_datatypes.html
output: web, pdf
- title: CDM Object Names
url: /cdm_objectnames.html
output: web, pdf
- title: Building from Source
url: /building_from_source.html
output: web, pdf
- title: Using netCDF-Java Maven Artifacts
url: /using_netcdf_java_artifacts.html
output: web, pdf
- title: 5.x Changes
url: /upgrade.html
output: web, pdf
- title: Working with CDM datasets
output: web, pdf
folderitems:
- title: NetcdfFile - reading CDM files
url: /reading_cdm.html
output: web, pdf
- title: NetcdfDataset - enhanced files, coordinate systems
url: /netcdf_dataset.html
output: web, pdf
- title: Writing netCDF-3 and netCDF-4 Files (CDM 4.3+)
url: /writing_netcdf.html
output: web, pdf
- title: NcML
output: web, pdf
folderitems:
- title: Modifying existing files
url: /basic_ncml_tutorial.html
output: web, pdf
- title: Aggregation
url: /ncml_aggregation.html
output: web, pdf
- title: Writing an I/O Service Provider
output: web, pdf
folderitems:
- title: Implementing an IOSP - Overview
url: /writing_iosp.html
output: web, pdf
- title: IOSP details
url: /iosp_details.html
output: web, pdf
- title: Other classes needed when writing an IOSP
url: /other_classes.html
output: web, pdf
- title: Example - Lightning data
url: /lightning_example.html
output: web, pdf
- title: Coordinate Systems
output: web, pdf
folderitems:
- title: _Coordinate Attribute Examples
url: /coord_attribute_ex.html
output: web, pdf
- title: Coordinate System Builder
url: /coord_system_builder.html
output: web, pdf
- title: Coordinate Transforms - Projections and Vertical Transforms
url: /coord_transform.html
output: web, pdf
- title: Scientific Feature Types
output: web, pdf
folderitems:
- title: Feature Dataset Overview
url: /feature_datasets.html
output: web, pdf
- title: Coverage Feature Reference
url: /coverage_feature.html
output: web, pdf
- title: Grid Datasets
url: /grid_datasets.html
output: web, pdf
- title: Radial Datasets
url: /radial_datasets.html
output: web, pdf
- title: Point Feature Datasets
url: /point_feature_datasets.html
output: web, pdf
- title: Runtime Loading
output: web, pdf
folderitems:
- title: Summary
url: /runtime_loading.html
output: web, pdf
- title: Frequently Asked Questions
output: web, pdf
folderitems:
- title: FAQ
url: /faq.html
output: web, pdf
- title: netCDF-Java Reference Docs
output: web, pdf
folderitems:
- output: web, pdf
subfolders:
- title: More API
output: web, pdf
subfolderitems:
- title: ArrayStructures
url: /arraystructures_ref.html
output: web, pdf
- title: CDM Section Specification
url: /section_specification_ref.html
output: web, pdf
- title: CDM Calendar Date Handling
url: /cdm_calendar_date_time_ref.html
output: web, pdf
- title: CDM Disk Caching
url: /disk_caching.html
output: web, pdf
- title: Dataset URLs
url: /dataset_urls.html
output: web, pdf
- title: Forecast Model Run Collection
url: /fmrc_ref.html
output: web, pdf
- title: netCDF C Library
url: /netcdf4_c_library.html
output: web, pdf
- title: PointFeature Reference
url: /pointfeature_ref.html
output: web, pdf
- title: Standard Horizontal Coordinate Transforms
url: /std_horizonal_coord_transforms.html
output: web, pdf
- title: Unidata Defined System Properties
url: /systemproperties.html
output: web, pdf
- title: Common Data Model Mappings
output: web, pdf
subfolderitems:
- title: CDM to NetCDF Mapping
url: /cdm_netcdf_mapping.html
output: web, pdf
- title: CDM - OPeNDAP Interface
url: /cdm_opendap_interface.html
output: web, pdf
- title: Conventions
output: web, pdf
subfolderitems:
- title: CF DSG Encoding Table
url: /cf_dsg_encoding_ref.html
output: web, pdf
- title: Coordinate Attribute Convention
url: /coord_attr_conv.html
output: web, pdf
- title: Data Formats
output: web, pdf
subfolderitems:
- title: CDM File Types
url: /file_types.html
output: web, pdf
- title: BUFR Files
url: /bufr_processing.html
output: web, pdf
- title: BUFR Tables
url: /bufr_tables.html
output: web, pdf
- title: GRIB Files in CDM
url: /grib_files_cdm.html
output: web, pdf
- title: GRIB Tables in CDM
url: /grib_tables.html
output: web, pdf
- title: GRIB Collection Specification
url: /grib_feature_collections_ref.html
output: web, pdf
- title: Reading Zarr
url: /reading_zarr.html
output: web, pdf
- title: Remote Access
output: web, pdf
subfolderitems:
- title: Read CDM files over HTTP
url: /read_over_http.html
output: web, pdf
- title: CDMRemote
url: /cdmremote.html
output: web, pdf
- title: CDMRemote Feature Datasets
url: /cdmremote_feature_datasets.html
output: web, pdf
- title: NC Stream
url: /ncstream.html
output: web, pdf
- title: NC Stream Grammar
url: /ncstream_grammar.html
output: web, pdf
- title: NetCDF Subset Service
external_url: https://docs.unidata.ucar.edu/tds/current/userguide/netcdf_subset_service_ref.html
output: web, pdf
- title: NcML
output: web, pdf
subfolderitems:
- title: NcML Overview
url: /ncml_overview.html
output: web, pdf
- title: NcML Cookbook
url: /ncml_cookbook.html
output: web, pdf
- title: Annotated Schema for NcML
url: /annotated_ncml_schema.html
output: web, pdf
- title: CDM Utility Programs
url: /cdm_utility_programs.html
output: web, pdf
- title: ToolsUI Reference
url: /toolsui_ref.html
output: web, pdf
- title: netCDF-Java and TDS Doc Guide
url: /doc_guide.html
output: web, pdf