issues
search
tudelft3d
/
carriageways-creator
Carriageways Creator
GNU General Public License v3.0
6
stars
0
forks
source link
Things to do at the last day (of the rest of our lives)
#16
Open
liberostelios
opened
4 years ago
liberostelios
commented
4 years ago
[x] Fix UUIDs (we could compute bigger ones and convert to string)
[x] Fix SQL script (add an argument to support other EPSGs)
[x] Remove CityJSON stuff
[x] Refactoring (for instance, make EPSG declared once at the beginning)
[x] Rename stuff away from BGT
[x] Rename road_width_final_final 🤓
[x] Export all output as .gpkg instead of .geojson
[ ] Clean-up
[ ] One pass to remove overlapping parts of roads at an intersection
[ ] One pass to gather overlapping parts of roads at an intersection in one global array
[ ] One pass to join the overlapping parts with both attributes and add them to the dataframe
[ ] Brew some nice stats
[x] Merge the two notebooks
[ ] Four-way duals triangles (as in #13)
[ ] Check the number of edges per connected component
[ ] All the small cleaning mentioned in #10
liberostelios
commented
4 years ago
Should resolve #3, #9, and #10.
Athelena
commented
4 years ago
We should really do #13