Right now, when we save the filtered network we don't store the uuid and the width columns as generated/computed by the script. This means, to extract this information we have to recall the carriageways output and group by road_uuid which is messy.
Better add those as columns in filtered_network.gpkg.
Right now, when we save the filtered network we don't store the
uuid
and the width columns as generated/computed by the script. This means, to extract this information we have to recall the carriageways output and group byroad_uuid
which is messy.Better add those as columns in
filtered_network.gpkg
.