abstreet/docs/TODO_quality.md
2019-01-26 14:18:38 -08:00

3.2 KiB

TODO - Map quality

Geometry

  • generalized_trim_back

    • breaks down when we have jagged lane endings due to polyline shift angle correction
    • sometimes a lane polyline hits the perpendicular of a trimmed road! where was this happening?
  • handle small roads again somehow?

    • try merging with roads and intersections, but with new trimmed road lengths

      • deal with loop roads still
      • restore original road points, then redo the intersection polygon and lane center pt expansion
    • manually draw a picture of the weird intersection to see what would look reasonable. i think we need original road bands from deleted stuff to make decent polygons.

    • what's correct for 14th and e boston? if we had less lanes there, would it help?

    • make the polygons for the merged intersections look better

      • the thick road bands for tiny roads totally vanish... is that good?
    • same for the sidewalk corners

    • make sure the turns are reasonable

    • apply the merge automatically somehow

    • or retry the later-phase intersection merging

      • kind of need the ability to step through and see each stage...
      • composite turns have inner loops!
      • deal with all TODOs (like sidewalks)
    • model U-turns

  • degenerate-2's should only have one crosswalk

    • then make them thinner
  • ped paths through sidewalk corners are totally broken

    • calculate the better paths first, then make the corner geometry from that?
  • car turns often clip sidewalk corners now

  • figure out what to do about yellow center lines

    • intersections on one-ways look weird
    • yellow and white lines intersect cars and turn icons and such
    • who should own drawing them?

More data

Low-priority geometry issues

More problems to fix

  • Disconnected map
    • Some lane-changing model needed to determine this
  • Impossible turns (from a far bus lane to a crazy left)

Release

  • publish the map data
  • stabilize the code except for sim