Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed shapefile matching #812

Draft
wants to merge 18 commits into
base: dev
Choose a base branch
from
Draft

Speed shapefile matching #812

wants to merge 18 commits into from

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    4589dfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e007770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2564cb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    039cc70 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Geotiff output: set unreachable cells

    to 999
    ansoncfit committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ce711ee View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    57c317b View commit details
    Browse the repository at this point in the history
  2. Match only features within distance limit

    Without this change an edge can be matched to a feature if their bounding boxes overlap, even if they are far apart.
    ansoncfit committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6bfa10e View commit details
    Browse the repository at this point in the history
  3. Fix import

    ansoncfit committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7b0c986 View commit details
    Browse the repository at this point in the history
  4. Convert mph to kph

    ansoncfit committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9d7594d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    d61834b View commit details
    Browse the repository at this point in the history
  2. Force building car tables

    ansoncfit committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    ed62e36 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    a907c29 View commit details
    Browse the repository at this point in the history
  2. Ignore custom cost fields in CAR routing

    This ignores custom costs (e.g. from elevation data) for the CAR street mode. Custom speeds for cars are handled separately.
    ansoncfit committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d5722b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Remove unused imports

    ansoncfit committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    44533c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e611e93 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

Commits on Apr 10, 2024

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