|
9 | 9 | properties for different outputs, and use Variables to create
|
10 | 10 | dynamic visuals.
|
11 | 11 | </para>
|
12 |
| - <section xml:id="contents"> |
| 12 | + <section id="contents"> |
13 | 13 | <title>Contents</title>
|
14 | 14 | <para>
|
15 | 15 | The module covers the following topics:
|
|
48 | 48 | </listitem>
|
49 | 49 | </itemizedlist>
|
50 | 50 | </section>
|
51 |
| - <section xml:id="tools"> |
| 51 | + <section id="tools"> |
52 | 52 | <title>Tools</title>
|
53 | 53 | <para>
|
54 | 54 | The tools used in this module are as follows:
|
|
66 | 66 | </listitem>
|
67 | 67 | </itemizedlist>
|
68 | 68 | </section>
|
69 |
| - <section xml:id="setting-up-the-data-source"> |
| 69 | + <section id="setting-up-the-data-source"> |
70 | 70 | <title>Setting up the Data Source</title>
|
71 | 71 | <para>
|
72 | 72 | Data for the workshop is loaded into a MobilityDB database hosted
|
|
80 | 80 | repository</ulink>.
|
81 | 81 | </para>
|
82 | 82 | </section>
|
83 |
| - <section xml:id="setting-up-the-visualization-dashboard"> |
| 83 | + <section id="setting-up-the-visualization-dashboard"> |
84 | 84 | <title>Setting up the Visualization Dashboard</title>
|
85 | 85 | <para>
|
86 | 86 | We can use <ulink url="https://grafana.com/">Grafana</ulink>,
|
@@ -137,7 +137,7 @@ sudo apt-get install grafana-enterprise
|
137 | 137 | </listitem>
|
138 | 138 | </orderedlist>
|
139 | 139 | </section>
|
140 |
| - <section xml:id="sign-in-and-connect-to-data-source"> |
| 140 | + <section id="sign-in-and-connect-to-data-source"> |
141 | 141 | <title>Sign in and Connect to Data Source</title>
|
142 | 142 | <para>
|
143 | 143 | We can now sign in to Grafana by going to
|
@@ -209,13 +209,13 @@ sudo apt-get install grafana-enterprise
|
209 | 209 | </mediaobject>
|
210 | 210 | </figure>
|
211 | 211 | </section>
|
212 |
| - <section xml:id="creating-a-dashboard"> |
| 212 | + <section id="creating-a-dashboard"> |
213 | 213 | <title>Creating a Dashboard</title>
|
214 | 214 | <para>
|
215 | 215 | With the dashboard configured, and a datasource added, we can now
|
216 | 216 | build different panels to visualize data in intuitive ways.
|
217 | 217 | </para>
|
218 |
| - <section xml:id="speed-of-individual-ships"> |
| 218 | + <section id="speed-of-individual-ships"> |
219 | 219 | <title>Speed of Individual Ships</title>
|
220 | 220 | <para>
|
221 | 221 | Let's visualize the speed of the ships using the previously
|
@@ -408,7 +408,7 @@ LIMIT 5;
|
408 | 408 | </mediaobject>
|
409 | 409 | </figure>
|
410 | 410 | </section>
|
411 |
| - <section xml:id="routes-used-most-frequently-visualized-with-a-static-heat-map"> |
| 411 | + <section id="routes-used-most-frequently-visualized-with-a-static-heat-map"> |
412 | 412 | <title>Routes Used Most Frequently Visualized with a Static Heat
|
413 | 413 | Map</title>
|
414 | 414 | <para>
|
@@ -586,7 +586,7 @@ FROM aisinputfiltered TABLESAMPLE SYSTEM (40)
|
586 | 586 | </mediaobject>
|
587 | 587 | </figure>
|
588 | 588 | </section>
|
589 |
| - <section xml:id="number-of-boats-moving-through-a-given-area"> |
| 589 | + <section id="number-of-boats-moving-through-a-given-area"> |
590 | 590 | <title>Number of Boats Moving Through a Given Area</title>
|
591 | 591 | <orderedlist numeration="arabic">
|
592 | 592 | <listitem>
|
@@ -707,7 +707,7 @@ GROUP BY P.port_name, P.lat, P.lng
|
707 | 707 | </mediaobject>
|
708 | 708 | </figure>
|
709 | 709 | </section>
|
710 |
| - <section xml:id="boats-in-close-proximity-in-a-given-time-range"> |
| 710 | + <section id="boats-in-close-proximity-in-a-given-time-range"> |
711 | 711 | <title>Boats in Proximity in a Given Time Range</title>
|
712 | 712 | <para>
|
713 | 713 | Follow the similar steps to add a Geomap panel as before, we
|
@@ -891,7 +891,7 @@ FROM TimeClosestShips t;
|
891 | 891 | </figure>
|
892 | 892 | </section>
|
893 | 893 | </section>
|
894 |
| - <section xml:id="dynamic-dashboards---creating-variables"> |
| 894 | + <section id="dynamic-dashboards---creating-variables"> |
895 | 895 | <title>Dynamic Dashboards - Creating Variables</title>
|
896 | 896 | <para>
|
897 | 897 | We can use variables in Grafana to manipulate time-ranges that are
|
@@ -1002,7 +1002,7 @@ FROM TimeClosestShips t;
|
1002 | 1002 | window. We have now provided a user with the ability to
|
1003 | 1003 | dynamically modify visualization queries and slice through time.
|
1004 | 1004 | </para>
|
1005 |
| - <section xml:id="dynamic-query-number-of-boats-moving-through-a-given-area-in-a-certain-time-period"> |
| 1005 | + <section id="dynamic-query-number-of-boats-moving-through-a-given-area-in-a-certain-time-period"> |
1006 | 1006 | <title>Dynamic Query: Number of Boats Moving Through a Given Area
|
1007 | 1007 | in a Certain Time Period</title>
|
1008 | 1008 | <para>
|
@@ -1075,7 +1075,7 @@ GROUP BY P.port_name, P.lat, P.lng
|
1075 | 1075 | </mediaobject>
|
1076 | 1076 | </figure>
|
1077 | 1077 | </section>
|
1078 |
| - <section xml:id="global-variables"> |
| 1078 | + <section id="global-variables"> |
1079 | 1079 | <title>Global Variables</title>
|
1080 | 1080 | <para>
|
1081 | 1081 | Grafana also has some
|
@@ -1107,7 +1107,7 @@ GROUP BY P.port_name, P.lat, P.lng
|
1107 | 1107 | </para>
|
1108 | 1108 | </section>
|
1109 | 1109 | </section>
|
1110 |
| - <section xml:id="final-dashboard"> |
| 1110 | + <section id="final-dashboard"> |
1111 | 1111 | <title>Final Dashboard</title>
|
1112 | 1112 | <para>
|
1113 | 1113 | The final dashboard will look like this. Note there are a couple
|
|
0 commit comments