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

Network analysis #3773

Merged
merged 16 commits into from
Nov 21, 2016
Merged

Network analysis #3773

merged 16 commits into from
Nov 21, 2016

Commits on Nov 21, 2016

  1. [network analysis] expose speed properter in C++ and Python API

    This allows users to calculate shortest path using travel time
    as optimization criteria in addition to travel distance.
    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    3c3e17a View commit details
    Browse the repository at this point in the history
  2. [API][network analysis] move network analysis into analysis library to

    be consistent with other analysis stuff
    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    14c930a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cbf9d5 View commit details
    Browse the repository at this point in the history
  4. doxymentation

    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    d0f8863 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    137b198 View commit details
    Browse the repository at this point in the history
  6. [API] rename QgsArcProperter to QgsStrategy

    Also update subclasses names and do some more refactoring.
    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    5992f74 View commit details
    Browse the repository at this point in the history
  7. update API breaks document

    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    c1b6edc View commit details
    Browse the repository at this point in the history
  8. add note to doxygen comments

    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    f77ab4d View commit details
    Browse the repository at this point in the history
  9. fix warnings

    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    00eb261 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9be179 View commit details
    Browse the repository at this point in the history
  11. rename QgsStrategy to QgsNetworkStrategy to avoid possible future

    confusion when we will have other stuff with strategies. Also
    rename corresponding subclasses
    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    a61e8bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9dffe64 View commit details
    Browse the repository at this point in the history
  13. rename enum and its values

    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    d657c77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b421a53 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fb5cdd8 View commit details
    Browse the repository at this point in the history
  16. add doxygen note

    alexbruy committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    82082b4 View commit details
    Browse the repository at this point in the history