I have shapefile data set (Road segments) my area of interest is to calculate the length of all road segments having a particular attribute, e.g.: sum of (length attribute) when Attribute1=something. How to do this in QGIS using python, graphical model or any suitable method?
Asked
Active
Viewed 995 times
3
Vince
- 20,017
- 15
- 45
- 64
1 Answers
5
Here is one suggestion. Functions are available from processing toolbox.
Aquamarine
- 1,176
- 5
- 12


sum()expression? If so, what is left unclear? – Erik Mar 23 '22 at 11:22