tudelft3d / carriageways-creator

Carriageways Creator
GNU General Public License v3.0
6 stars 0 forks source link

Add uuid and width information to saved filtered network #54

Open liberostelios opened 3 years ago

liberostelios commented 3 years ago

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.