<div dir="ltr">I thought I would highlight a couple of updates to the Shape Tools plugin. For those who are not aware, Shape Tools has a measuring tool that not only includes the distance from point A to B, but also displays the azimuth from A to B and from B to A. It shows each segment with these features and the total distance. It also has a measurement layer algorithm that creates a new layer from a polygon or line layer with already styled measurements of the line segments.<div><br></div><div>The recent addition is to also include the compass cardinal directions such as N, S, E, W or NE, WSW, or NEbE depending on the number of compass points that are selected. This has to be enabled from Vector->Shape Tools->Settings and then look for "Points of the compass" and you can select None, 4, 8, 16, or 32. It defaults to None.</div><div><br></div><div>The other addition is a related expression function with some examples</div><div><br></div><div>st_compass( azimuth[, number_of_points, mode] )</div><div><br></div><div>st_compass(33) → 'NNE' <br>st_compass(33, 8) → 'NE' <br>st_compass(33, 32) → 'NEbN' <br>st_compass(33, 16,'full') → 'north-northeast' <br>st_compass(33, 32,'full') → 'northeast by north' <br>st_compass(33, 32,'trad') → 'Quarto di Greco verso Tramontana' <br></div><div><br></div><div>Enjoy,</div><div><br></div><div>Calvin</div></div>