<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Hi,<div>You will find some answers here.</div><div><br></div><div><a href="https://gis.stackexchange.com/questions/264422/displaying-azimuth-of-line-in-qgis">https://gis.stackexchange.com/questions/264422/displaying-azimuth-of-line-in-qgis</a></div><div><br></div><div>By segment, you mean for each line?  If so, this should work. Make sure you have no multilinestring in the project or else you will have funny result.  If by segment you mean each segment of a line between each node, you could modify the solution here to calcule the azimuth between each node pairs or use explode. Make sure you keep a backup of the data as explode or multipart to single part may change you database drastically.  </div><div><br></div><div>You can find the multipart lines, using the fix directional network model found in the QGIS hub. <a href="https://plugins.qgis.org/models/">https://plugins.qgis.org/models/</a> Model 1 will find all the multipart lines if you have some. The other models will find and fix other network errors.<br><br><div dir="ltr">Nicolas Cadieux<div><a href="https://gitlab.com/njacadieux">https://gitlab.com/njacadieux</a></div></div><div dir="ltr"><br><blockquote type="cite">Le 9 sept. 2021 à 00:18, Allan López <allosa01@gmail.com> a écrit :<br><br></blockquote></div></div></body></html>