tudelft3d / carriageways-creator

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

Make aerial representation not mandatory #8

Open Athelena opened 4 years ago

Athelena commented 4 years ago

Let the script allow the option to be run without calculating road width, and carriageways will just be generated for any dual direction road.

liberostelios commented 4 years ago

We should take care of that when refactoring the code, at the end. The parts depending on the width calculations of BGT should be all functions and then one can replace the function to work with their own heuristics about how many carriageways/lanes are created.

Athelena commented 4 years ago

Also, we should allow for road width as an attribute as an option as well, just in case the linear representation already has it.