Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Split of "#111 Fix lane count calculation" #146

Merged
merged 55 commits into from
Apr 25, 2022

Commits on Mar 25, 2022

  1. Add a failing test for the case on the website

    Forward and backward lanes are independently guessed to be half of the lanes, but the tags on the website assume that providing `lanes` and `lanes:backward` is enough.
    BudgieInWA committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    a491eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5df9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc5de27 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. replace use of is_some_and

    Co-authored-by: droogmic <droogmic@gmail.com>
    BudgieInWA and droogmic authored Mar 26, 2022
    Configuration menu
    Copy the full SHA
    f2c96fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe479f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42ae376 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Calculate both_ways in driving_lane_directions too

    Incorporate lanes:both_ways and centre_turn_lanes.
    Add assumption that oneway=no, lanes=1 means lanes:both_ways=1
    BudgieInWA committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    e3cf57e View commit details
    Browse the repository at this point in the history
  2. Convert temporary warn! calls into RoadMsg warnings.

    Reveals a bunch of failed tests...
    BudgieInWA committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    b032684 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    4a30b89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    295e8bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f472da3 View commit details
    Browse the repository at this point in the history
  4. guess lanes= and lanes:{forward,backward}= in more situations with bu…

    …sway and lanes:{bus,psv}
    BudgieInWA committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    28300bc View commit details
    Browse the repository at this point in the history
  5. fmt

    BudgieInWA committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a68efd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Start to split parsing into schema understanding, then combining.

    Probably doesn't compile, but close
    BudgieInWA committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    c9ca0eb View commit details
    Browse the repository at this point in the history
  2. wip: Experimental top down rewrite of tag parsing and road building s…

    …tructure.
    
    The code is a mess, gesturing generally at the idea, without compiling. I feel like
    the whole lot should mean close to what it actually says.
    BudgieInWA committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    0496070 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Split into Hunch: "data with certainty" and Theory: "hunch with history"

    This is much closer to something useful. Still doesn't compile.
    BudgieInWA committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    392910c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    beec80a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538a676 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into rust_guess_lane_count

     Conflicts:
    	rust/osm2lanes/src/transform/lanes_to_tags.rs
    	rust/osm2lanes/src/transform/tags_to_lanes/bus.rs
    	rust/osm2lanes/src/transform/tags_to_lanes/mod.rs
    BudgieInWA committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    96d29e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57fbad0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    012319d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. fmt

    BudgieInWA committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    0dd3481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    768e441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fabbb9d View commit details
    Browse the repository at this point in the history
  4. Remove unused get_and_parse. Not needed now that...

    each schema parses their own tags, and so we always would want to warn.
    BudgieInWA committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    a14ccd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b0b139 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe1024f View commit details
    Browse the repository at this point in the history
  7. remove empty impl

    BudgieInWA committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    1bfb561 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca818c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f07ce1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    ec7f50d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c88ebc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Merge branch 'main' into rust_guess_lane_count

    Clippy still broken
    droogmic committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    5a63091 View commit details
    Browse the repository at this point in the history
  2. Fix Clippy

    droogmic committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    5212f2e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    08884cb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    2b96964 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge branch 'main' into rust_guess_lane_count

    # Conflicts:
    #	rust/osm2lanes/src/transform/lanes_to_tags/mod.rs
    #	rust/osm2lanes/src/transform/mod.rs
    #	rust/osm2lanes/src/transform/tags_to_lanes/mod.rs
    #	rust/osm2lanes/src/transform/tags_to_lanes/modes/bus.rs
    #	rust/osm2lanes/src/transform/tags_to_lanes/modes/mod.rs
    BudgieInWA committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    eaf0117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497b5c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b890bd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb56a07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    551ab2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c94da2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7303b56 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1267f2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f36852 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    c8f2774 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    41694ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0df013 View commit details
    Browse the repository at this point in the history
  3. whitespace

    BudgieInWA committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a264b3c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    c5963f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5087d2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31ae8d0 View commit details
    Browse the repository at this point in the history
  4. Rework

    droogmic committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b18803d View commit details
    Browse the repository at this point in the history
  5. Rework Centre Turn Lanes

    droogmic committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    38d6dec View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    0cba794 View commit details
    Browse the repository at this point in the history