diff --git a/develop/html/ch03s05.html b/develop/html/ch03s05.html index 7e76bdf..5427b46 100644 --- a/develop/html/ch03s05.html +++ b/develop/html/ch03s05.html @@ -220,14 +220,7 @@ The final statistics visualization will look like this:
- Note: - This query makes used - of a sample set of data that has 200 flights to return results. - “flight_traj_sample” - is just a sampled version of - “flight_traj”. 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. + Note: This query makes used of a sample set of data that has 200 flights to return results. “flight_traj_sample” is just a sampled version of “flight_traj”. 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.
In order to make the query use Grafana global time range panel replace the hard-coded timestamps with the ‘[${__from:date}, ${__to:date} )’. @@ -317,22 +310,17 @@
Color scheme: Green-Yellow-Red (by value)
- 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. -
+ 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. +
Overrides -
- Min: 5 -
- Max: 20 -
+
Add field override > Fields with name > vertrate -
- 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. +
+ Min: 5 +
+ Max: 20 +
+ 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.
The final visualization will look like the below.