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

INRETS and bpr2 VD functions #273

Merged
merged 5 commits into from
Nov 18, 2021

Commits on Oct 20, 2021

  1. French INRETS VD function

    First implementation of the French INRETS Volume Delay function.
    Beta is not used but kept for better consistancy across VD functions.
    Art-Ev committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    68745ef View commit details
    Browse the repository at this point in the history
  2. BPR2 implementation

    First implementation of BPR2 Volume Delay function.
    This doubles beta above capacity so that fewer vehicles are affected when capacity is exceeded.
    Double Beta insteed of using a Beta' allow to use only 2 parameters as for other VD functions. Integration into QGIS GUI is also easier 😜
    Art-Ev committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    5010e7d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Style issues 1

    Correction of style issues base on flake8 for .py files (E501, line too long , is ignore).
    Do we need to correct all E501 ?
    Anything to check for pyx and rst files ?
    Art-Ev committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    7df6a8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc1e90f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Fix break line error

    Art-Ev committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8eb6986 View commit details
    Browse the repository at this point in the history