QGIS field calculator expression: selecting min/max values within field groups

المشرف العام

Administrator
طاقم الإدارة
I am new to using QGIS (previously used Arc) and trying to get my head round the expressions and Python.

I have series of polylines representing routes and require the linear distance from the midpoint (along the polyline line) to the start (or end) point of the polyline.

So far I have been able to crack creating the points: I created the points using Qchainage pulgin and now have polylines at the start point, mid point and end point for each polyline. - see below the attributes of these points where "fid" relates back the polyline id and "cng_(meter" is the distance along the polyline created by Qchainage.



I have created a column to easily select only the start points ("START" column), by selecting only "0" values and now need to populate the "MID" column.

I now require selecting only the midpoint values. (A task similar to this thread in Arc Query to select MIN and MAX values by groups)

Obviously this is easily done in excel using the dbf, but I wish to challenge my skills in writing expressions for the calculator or in python.

Is there an easy way to do this?

I would then use the MMQGIS "Hub distance" to create linear polylines from the start point to the mid point. Does anyone have any other thoughts on this process too?



أكثر...
 
أعلى