Skip to content

Commit 6a45e97

Browse files
Correct xmlllint errors
1 parent ca0763b commit 6a45e97

File tree

3 files changed

+33
-45
lines changed

3 files changed

+33
-45
lines changed

docs/AIS_Dashboard.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
properties for different outputs, and use Variables to create
1010
dynamic visuals.
1111
</para>
12-
<section xml:id="contents">
12+
<section id="contents">
1313
<title>Contents</title>
1414
<para>
1515
The module covers the following topics:
@@ -48,7 +48,7 @@
4848
</listitem>
4949
</itemizedlist>
5050
</section>
51-
<section xml:id="tools">
51+
<section id="tools">
5252
<title>Tools</title>
5353
<para>
5454
The tools used in this module are as follows:
@@ -66,7 +66,7 @@
6666
</listitem>
6767
</itemizedlist>
6868
</section>
69-
<section xml:id="setting-up-the-data-source">
69+
<section id="setting-up-the-data-source">
7070
<title>Setting up the Data Source</title>
7171
<para>
7272
Data for the workshop is loaded into a MobilityDB database hosted
@@ -80,7 +80,7 @@
8080
repository</ulink>.
8181
</para>
8282
</section>
83-
<section xml:id="setting-up-the-visualization-dashboard">
83+
<section id="setting-up-the-visualization-dashboard">
8484
<title>Setting up the Visualization Dashboard</title>
8585
<para>
8686
We can use <ulink url="https://grafana.com/">Grafana</ulink>,
@@ -137,7 +137,7 @@ sudo apt-get install grafana-enterprise
137137
</listitem>
138138
</orderedlist>
139139
</section>
140-
<section xml:id="sign-in-and-connect-to-data-source">
140+
<section id="sign-in-and-connect-to-data-source">
141141
<title>Sign in and Connect to Data Source</title>
142142
<para>
143143
We can now sign in to Grafana by going to
@@ -209,13 +209,13 @@ sudo apt-get install grafana-enterprise
209209
</mediaobject>
210210
</figure>
211211
</section>
212-
<section xml:id="creating-a-dashboard">
212+
<section id="creating-a-dashboard">
213213
<title>Creating a Dashboard</title>
214214
<para>
215215
With the dashboard configured, and a datasource added, we can now
216216
build different panels to visualize data in intuitive ways.
217217
</para>
218-
<section xml:id="speed-of-individual-ships">
218+
<section id="speed-of-individual-ships">
219219
<title>Speed of Individual Ships</title>
220220
<para>
221221
Let's visualize the speed of the ships using the previously
@@ -408,7 +408,7 @@ LIMIT 5;
408408
</mediaobject>
409409
</figure>
410410
</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">
412412
<title>Routes Used Most Frequently Visualized with a Static Heat
413413
Map</title>
414414
<para>
@@ -586,7 +586,7 @@ FROM aisinputfiltered TABLESAMPLE SYSTEM (40)
586586
</mediaobject>
587587
</figure>
588588
</section>
589-
<section xml:id="number-of-boats-moving-through-a-given-area">
589+
<section id="number-of-boats-moving-through-a-given-area">
590590
<title>Number of Boats Moving Through a Given Area</title>
591591
<orderedlist numeration="arabic">
592592
<listitem>
@@ -707,7 +707,7 @@ GROUP BY P.port_name, P.lat, P.lng
707707
</mediaobject>
708708
</figure>
709709
</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">
711711
<title>Boats in Proximity in a Given Time Range</title>
712712
<para>
713713
Follow the similar steps to add a Geomap panel as before, we
@@ -891,7 +891,7 @@ FROM TimeClosestShips t;
891891
</figure>
892892
</section>
893893
</section>
894-
<section xml:id="dynamic-dashboards---creating-variables">
894+
<section id="dynamic-dashboards---creating-variables">
895895
<title>Dynamic Dashboards - Creating Variables</title>
896896
<para>
897897
We can use variables in Grafana to manipulate time-ranges that are
@@ -1002,7 +1002,7 @@ FROM TimeClosestShips t;
10021002
window. We have now provided a user with the ability to
10031003
dynamically modify visualization queries and slice through time.
10041004
</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">
10061006
<title>Dynamic Query: Number of Boats Moving Through a Given Area
10071007
in a Certain Time Period</title>
10081008
<para>
@@ -1075,7 +1075,7 @@ GROUP BY P.port_name, P.lat, P.lng
10751075
</mediaobject>
10761076
</figure>
10771077
</section>
1078-
<section xml:id="global-variables">
1078+
<section id="global-variables">
10791079
<title>Global Variables</title>
10801080
<para>
10811081
Grafana also has some
@@ -1107,7 +1107,7 @@ GROUP BY P.port_name, P.lat, P.lng
11071107
</para>
11081108
</section>
11091109
</section>
1110-
<section xml:id="final-dashboard">
1110+
<section id="final-dashboard">
11111111
<title>Final Dashboard</title>
11121112
<para>
11131113
The final dashboard will look like this. Note there are a couple

docs/FlightDataDashboard.xml

+17-29
Original file line numberDiff line numberDiff line change
@@ -1150,14 +1150,7 @@ AND (maxValue(geoaltitude) IS NOT NULL
11501150
</section>
11511151
<section><title>Flights Taking-off in Some Interval of Time (User-Defined)</title>
11521152
<para>
1153-
<emphasis role="strong">Note:</emphasis>
1154-
This query makes used
1155-
of a sample set of data that has 200 flights to return results.
1156-
<quote>flight_traj_sample</quote>
1157-
is just a sampled version of
1158-
<quote>flight_traj</quote>. As of the writing of this workshop,
1159-
Grafana does not support display of vectors, and so individual
1160-
latitude and longitude points are used as a proxy.
1153+
<emphasis role="strong">Note:</emphasis> This query makes used of a sample set of data that has 200 flights to return results. <quote>flight_traj_sample</quote> is just a sampled version of <quote>flight_traj</quote>. As of the writing of this workshop, Grafana does not support display of vectors, and so individual latitude and longitude points are used as a proxy.
11611154
</para>
11621155
<para>
11631156
In order to make the query use Grafana global time range panel replace
@@ -1310,11 +1303,9 @@ AND geoaltitude IS NOT NULL;
13101303
</itemizedlist>
13111304
</listitem>
13121305
<listitem>
1313-
<para>
1314-
We will also add a manual override (top right of panel options, beside "All") to limit the minimum value of vertrate. This will make all values
1315-
below the minimum the same color, making larger values more obvious. This can be used to quickly
1316-
pinpoint locations where a large rate of ascent existed.
1317-
</para>
1306+
<para>
1307+
We will also add a manual override (top right of panel options, beside "All") to limit the minimum value of vertrate. This will make all values below the minimum the same color, making larger values more obvious. This can be used to quickly pinpoint locations where a large rate of ascent existed.
1308+
</para>
13181309
<para>
13191310
<emphasis role="strong">Overrides</emphasis>
13201311
</para>
@@ -1323,28 +1314,25 @@ AND geoaltitude IS NOT NULL;
13231314
<para>
13241315
Add field override > Fields with name > vertrate
13251316
</para>
1317+
<itemizedlist spacing="compact">
1318+
<listitem>
1319+
<para>
1320+
Min: 5
1321+
</para>
1322+
</listitem>
1323+
<listitem>
1324+
<para>
1325+
Max: 20
1326+
</para>
1327+
</listitem>
1328+
</itemizedlist>
13261329
</listitem>
1327-
<itemizedlist spacing="compact">
1328-
<listitem>
1329-
<para>
1330-
Min: 5
1331-
</para>
1332-
</listitem>
1333-
<listitem>
1334-
<para>
1335-
Max: 20
1336-
</para>
1337-
</listitem>
1338-
</itemizedlist>
13391330
</itemizedlist>
13401331
</listitem>
13411332

13421333
</orderedlist>
13431334
<para>
1344-
Here is a zoomed in version of how each individual flight ascent will look, as well as a view of
1345-
multiple flights at the same time. The marker size is increasing with altitude, and the color is showing
1346-
more aggressive vertical ascent rates. We can see towards the end of the visualized ascent period, there
1347-
is a short increased vertical ascent rate.
1335+
Here is a zoomed in version of how each individual flight ascent will look, as well as a view of multiple flights at the same time. The marker size is increasing with altitude, and the color is showing more aggressive vertical ascent rates. We can see towards the end of the visualized ascent period, there is a short increased vertical ascent rate.
13481336
</para>
13491337
<figure>
13501338
<title>Zoomed in view of flight ascent</title>

docs/GTFS.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ INSERT INTO trip_segs (trip_id, route_id, service_id, stop1_sequence, stop2_sequ
328328
WITH temp AS (
329329
SELECT trip_id, route_id, service_id, stop_sequence,
330330
LEAD(stop_sequence) OVER w AS stop_sequence2,
331-
MAX(stop_sequence) OVER (PARTITION BY trip_id),
332-
shape_id, arrival_time, LEAD(arrival_time) OVER w, perc, LEAD(perc) OVER w
331+
MAX(stop_sequence) OVER (PARTITION BY trip_id),
332+
shape_id, arrival_time, LEAD(arrival_time) OVER w, perc, LEAD(perc) OVER w
333333
FROM trip_stops WINDOW w AS (PARTITION BY trip_id ORDER BY stop_sequence)
334334
)
335335
SELECT * FROM temp WHERE stop_sequence2 IS NOT null;

0 commit comments

Comments
 (0)