Skip to content

Commit b76ff30

Browse files
committed
Update documentation
1 parent 516a66e commit b76ff30

10 files changed

+964
-321
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"(product:format:page)=\n",
8+
"# Product Format Information"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"<br />\n",
16+
"\n",
17+
"```{contents}\n",
18+
"```\n",
19+
"\n",
20+
"<br />"
21+
]
22+
},
23+
{
24+
"cell_type": "markdown",
25+
"metadata": {},
26+
"source": [
27+
"This notebook highlights more spesific product information about the SAR Doppler data. \n",
28+
"\n",
29+
"<br />\n",
30+
"<br />"
31+
]
32+
},
33+
{
34+
"cell_type": "markdown",
35+
"metadata": {},
36+
"source": [
37+
"## NetCDF File Format\n",
38+
"\n",
39+
"NetCDF (Network Common Data Form) comprises software libraries and machine-independent data formats designed to facilitate the creation, access, and sharing of array-oriented scientific data. Additionally, it serves as a community standard for exchanging scientific data.\n",
40+
"\n",
41+
"<br />"
42+
]
43+
},
44+
{
45+
"cell_type": "markdown",
46+
"metadata": {},
47+
"source": [
48+
"### Qualities of netCDF"
49+
]
50+
},
51+
{
52+
"cell_type": "markdown",
53+
"metadata": {},
54+
"source": [
55+
"* __Self-Describing__:\n",
56+
"<br /> \n",
57+
" > Each netCDF file contains metadata that details the data it holds.\n",
58+
"<br />\n",
59+
"\n",
60+
"* __Portable__:\n",
61+
"<br /> \n",
62+
" > NetCDF files can be accessed on different computer systems, regardless of how they store integers, characters, and floating-point numbers.\n",
63+
"<br />\n",
64+
"\n",
65+
"* __Scalable__:\n",
66+
"<br /> \n",
67+
" > NetCDF interfaces allow efficient access to small subsets of large datasets in various formats, even when stored on remote servers.\n",
68+
"<br />\n",
69+
"\n",
70+
"* __Appendable__:\n",
71+
"<br /> \n",
72+
" > New data can be added to an existing netCDF file without the need to copy the entire dataset or alter its structure.\n",
73+
"<br />\n",
74+
"\n",
75+
"* __Sharable__:\n",
76+
"<br /> \n",
77+
" > A single netCDF file can be accessed by one writer and multiple readers concurrently.\n",
78+
"<br />\n",
79+
"\n",
80+
"* __Archivable__:\n",
81+
"<br /> \n",
82+
" > Access to all earlier forms of netCDF data will be supported by current and future versions of the software.\n",
83+
"\n",
84+
"<br />\n",
85+
"<br />"
86+
]
87+
},
88+
{
89+
"cell_type": "markdown",
90+
"metadata": {},
91+
"source": [
92+
"## Filenames\n",
93+
"\n",
94+
"PUT FILENAME DEF HERE"
95+
]
96+
},
97+
{
98+
"cell_type": "markdown",
99+
"metadata": {},
100+
"source": []
101+
}
102+
],
103+
"metadata": {
104+
"language_info": {
105+
"name": "python"
106+
}
107+
},
108+
"nbformat": 4,
109+
"nbformat_minor": 2
110+
}

genindex.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,10 @@
163163
</li>
164164
</ul>
165165
<ul class="nav bd-sidenav">
166-
<li class="toctree-l1"><a class="reference internal" href="notebooks/Find_and_Access_Data.html">1. Find and Access Data</a></li>
167-
<li class="toctree-l1"><a class="reference internal" href="notebooks/Use_and_Visualise_Data.html">2. Use and Visualise Data</a></li>
168-
<li class="toctree-l1"><a class="reference internal" href="notebooks/Parameter_Descriptions.html">3. Parameter Descriptions</a></li>
166+
<li class="toctree-l1"><a class="reference internal" href="notebooks/Product_Format_Information.html">1. Product Format Information</a></li>
167+
<li class="toctree-l1"><a class="reference internal" href="notebooks/Find_and_Access_Data.html">2. Find and Access Data</a></li>
168+
<li class="toctree-l1"><a class="reference internal" href="notebooks/Use_and_Visualise_Data.html">3. Use and Visualise Data</a></li>
169+
<li class="toctree-l1"><a class="reference internal" href="notebooks/Parameter_Descriptions.html">4. Parameter Descriptions</a></li>
169170
</ul>
170171

171172
</div>

intro.html

+65-56
Large diffs are not rendered by default.

notebooks/Find_and_Access_Data.html

+83-143
Large diffs are not rendered by default.

notebooks/Parameter_Descriptions.html

+89-88
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)