-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciidoc.txt
180 lines (120 loc) · 3.74 KB
/
asciidoc.txt
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
ASCIIDOC Documents
==================
Steven K. Baum
v0.2, 2016-06-29
:doctype: book
:toc:
:icons:
:numbered!:
CAGES
-----
http://pong.tamu.edu/\~baum/cages.html[+http://pong.tamu.edu/~baum/cages.html+]
=====
How CAGES data were put into MySQL and PostgreSQL databases and tables and made
available via ERDDAP.
=====
CTD Data
--------
http://pong.tamu.edu/\~baum/ctd.html[+http://pong.tamu.edu/~baum/ctd.html+]
=====
Notes on CTD data storage, display and processing software.
=====
CTD Files on ERDDAP
-------------------
http://pong.tamu.edu/\~baum/ctd_erddap.html[+http://pong.tamu.edu/~baum/ctd_erddap.html+]
=====
How NetCDF files containing CTD data have been made available via a combination of ERDDAP
and THREDDS servers.
=====
Notes on Git
------------
http://pong.tamu.edu/\~baum/git.html[+http://pong.tamu.edu/~baum/git.html+]
=====
Notes on spinning up on using the git system.
=====
Jupyter
-------
http://pong.tamu.edu/\~baum/jupyter.html[+http://pong.tamu.edu/~baum/jupyter.html+]
=====
Overview and sources for the Jupyter interactive notebook system.
=====
Machines
--------
http://pong.tamu.edu/\~baum/machines.html[+http://pong.tamu.edu/~baum/machines.html+]
=====
Summary information about the various local computers.
=====
NAM and NARR Grids
------------------
http://pong.tamu.edu/\~baum/nam\_grid.html[+http://pong.tamu.edu/~baum/nam_grid.html+]
=====
Notes on the grids used in the GRIB files from NCEP simulations and NARR reanalysis products.
=====
NetCDF Attributes
-----------------
http://pong.tamu.edu/\~baum/netcdf_att.html[http://pong.tamu.edu/~baum/netcdf_att.html]
=====
Overview of the required/recommended/etc. attributes found in various standards for NetCDF
headers.
=====
NetCDF Compliance
-----------------
http://pong.tamu.edu/\~baum/compliance.html[+http://pong.tamu.edu/~baum/compliance.html+]
=====
Compliance checkers for NetCDF files.
=====
NetCDF Recipes
--------------
http://pong.tamu.edu/\~baum/netcdf_recipes.html[http://pong.tamu.edu/~baum/netcdf_recipes.html]
=====
How to transmogrify NetCDF files using NCO, CDO, netCDF4-python and other useful tools.
=====
River Data
----------
http://pong.tamu.edu/\~baum/river.html[+http://pong.tamu.edu/~baum/river.html+]
=====
Notes on automating the acquisition of river discharge data.
=====
SOS
---
http://pong.tamu.edu/\~baum/sos.html[+http://pong.tamu.edu/~baum/sos.html+]
======
Information about the OGC Sensor Observation Service (SOS) and related software.
======
SSL Certificates
----------------
http://pong.tamu.edu/\~baum/cert.html[+http://pong.tamu.edu/~baum/cert.html+]
=====
How to obtain and install a signed SSL certificate for Centos/Apache at TAMU.
=====
THREDDS
-------
http://pong.tamu.edu/\~baum/thredds.html[+http://pong.tamu.edu/~baum/thredds.html+]
=====
Lengthy (and presently overcomplicated) tutorial on spinning up to use the THREDDS server.
=====
THREDDS Examples
----------------
http://pong.tamu.edu/\~baum/thredds\_examples.html[+http://pong.tamu.edu/~baum/thredds_examples.html+]
=====
Various real-world examples about how to do complex things with THREDDS.
=====
Unstructured Grids
------------------
http://pong.tamu.edu/\~baum/grids.html[+http://pong.tamu.edu/~baum/grids.html+]
=====
Notes on serving unstructured grids via NetCDF files and THREDDS servers.
=====
WAF
---
http://pong.tamu.edu/\~baum/waf.html[+http://pong.tamu.edu/~baum/waf.html+]
=====
Notes on the creation of Web Accessible Folders.
=====
Xarray Overview and Examples
----------------------------
http://pong.tamu.edu/\~baum/xarray.html[+http://pong.tamu.edu/~baum/xarray.html+]
=====
A brief tutorial on how to use the xarray extension to Numpy, and a lengthy example of
how it is used to transform a NetCDF file containing ADCP data into CF compliance.
=====