Commit graph

  • c5ebfbb57b include clocale in PfaedleMain.cpp Patrick Brosi 2022-08-29 14:26:03 +0200
  • e8b3b33d3c update util lib Patrick Brosi 2022-08-29 14:22:42 +0200
  • 8fb63b80bd add github action for build Patrick Brosi 2022-08-29 14:20:31 +0200
  • 8aec0ce6a5 Coerce uint to int Adam Watkins 2022-05-01 17:08:21 +0100
  • d52e870fc7 Change std::setlocale to setlocale Adam Watkins 2022-05-01 17:01:33 +0100
  • 04de10a3ae
    fixed small inconsistency in README (#34) Tirreg 2022-04-19 10:42:34 +0200
  • de9a5db1f3
    fixed small inconsistency in README Tirreg 2022-04-14 15:04:14 +0200
  • 8f6be38f8c
    update readme Patrick Brosi 2022-04-11 12:38:22 +0200
  • 6f7b4a5694 update readme Patrick Brosi 2022-03-28 15:20:14 +0200
  • f867e2bb08 lower required clang version Patrick Brosi 2022-03-28 15:02:20 +0200
  • 361063185e update util lib Patrick Brosi 2022-03-28 14:59:55 +0200
  • a58ed3d54d adjust defaults Patrick Brosi 2022-03-09 17:11:09 +0100
  • e15b90af9f comment Patrick Brosi 2022-02-07 09:35:28 +0100
  • 13b6436a41 adjust defaults Patrick Brosi 2022-02-01 12:43:46 +0100
  • af4d2293a6 typo Patrick Brosi 2022-02-01 09:20:17 +0100
  • db437e1d95 change some default values Patrick Brosi 2022-02-01 01:59:42 +0100
  • 760998144f increase routing_station_move_penalty_fac to 0.0039 based on evaluation runs Patrick Brosi 2022-01-31 23:57:27 +0100
  • 647a596dea make jaccard-geodist the default statsimi classifier Patrick Brosi 2022-01-31 23:44:53 +0100
  • cdbfb0966d correctly read osm_max_osm_station_distance, use default of 10 meters Patrick Brosi 2022-01-22 23:01:00 +0100
  • e402f19cdb output an5 Patrick Brosi 2022-01-22 13:36:37 +0100
  • 396ea175e7 shorter output Patrick Brosi 2022-01-22 02:24:24 +0100
  • 54409ec24d refactoring Patrick Brosi 2022-01-22 02:14:25 +0100
  • ff8748ef3f some bugfixes Patrick Brosi 2022-01-22 00:57:44 +0100
  • 15e84d930a update segmentation in shapevl, add --unique mode Patrick Brosi 2022-01-21 23:58:49 +0100
  • c3bc12eb8c bugfixes Patrick Brosi 2022-01-17 15:11:24 +0100
  • 46482788ff remove debug output Patrick Brosi 2022-01-17 13:50:18 +0100
  • 39fb167cbf some minor changes Patrick Brosi 2022-01-17 13:29:35 +0100
  • ea79e3ac52 remove gtfs_has_shapes from stats output, was always true as checked after the shapes were calculated Patrick Brosi 2022-01-14 17:44:48 +0100
  • 516f04b9c5 bts classifier Patrick Brosi 2022-01-13 21:41:52 +0100
  • 749044ce97 fix misnamed turning_circle parameter Patrick Brosi 2022-01-12 20:21:27 +0100
  • 1e516f4d2b faster shapevl Patrick Brosi 2022-01-12 17:20:10 +0100
  • 1febc192ce add "all" to keep-tags option for osmfilter Patrick Brosi 2022-01-11 23:21:12 +0100
  • c25d174e60 add --osmfilter option Patrick Brosi 2022-01-11 17:32:50 +0100
  • 6473dcdb52 json output mode for shapevl Patrick Brosi 2022-01-09 23:58:18 +0100
  • f10397db41 add gaussian noise parameter Patrick Brosi 2022-01-09 15:09:41 +0100
  • 0e5213f049 fix Patrick Brosi 2022-01-07 17:41:03 +0100
  • 6b445b84d1 some updates to shapevl Patrick Brosi 2022-01-07 17:35:30 +0100
  • 3a08b63d8e better stats.json Patrick Brosi 2022-01-05 11:24:42 +0100
  • 4c29892658 * speed up hop-to-hop calculations * better and faster trip clustering: trip tries * add --write-colors to extract line colors from OSM data * refactor config parameter names, update default pfaedle.cfg * add --stats for writing a stats.json file * add --no-fast-hops, --no-a-star, --no-trie for debugging * general refactoring Patrick Brosi 2022-01-03 22:27:59 +0100
  • f1822868c5 include cstddef in Node.h Patrick Brosi 2021-11-30 12:46:24 +0100
  • 57de18844f update cppgtfs Patrick Brosi 2021-11-30 12:45:58 +0100
  • 59e527bcb4 update repo URL Patrick Brosi 2021-11-09 12:01:49 +0100
  • 364d6a19e5 update cppgtfs Patrick Brosi 2021-09-10 12:53:28 +0200
  • cfc41d01e7 remove check which was alywas true Patrick Brosi 2021-09-10 12:36:19 +0200
  • 16e66e59a5 update cppgtfs Patrick Brosi 2021-09-09 00:14:52 +0200
  • 366e4b2aba update cppgtfs Patrick Brosi 2021-09-08 21:21:44 +0200
  • deaaf23caf linter Patrick Brosi 2021-07-24 10:07:27 +0200
  • cea4474631 write doubles as bytes to shape container, not strings, to safe some disk space and speed up writing Patrick Brosi 2021-07-24 10:06:19 +0200
  • e0e4ee1f2b
    Fix incorrect URL in README (#30) graue70 2021-06-27 12:20:15 +0200
  • 082739df07
    Fix incorrect URL in README graue70 2021-06-23 18:54:46 +0200
  • 087ea0310b move os condition to condition clause Patrick Brosi 2020-12-03 14:44:14 +0100
  • 73101fcc03 only build image on linux Patrick Brosi 2020-12-03 12:50:17 +0100
  • dd64e075c8 only deploy on linux using gcc Patrick Brosi 2020-12-03 01:38:08 +0100
  • 8fe7a30e31 add docker service to travis.yml Patrick Brosi 2020-12-03 00:05:34 +0100
  • 2f7e6a028f update readme Patrick Brosi 2020-12-02 19:29:30 +0100
  • 5d2bb9bbfd Merge branch 'derhuerst-docker-image' Patrick Brosi 2020-12-02 19:27:17 +0100
  • b9897bdd97 add docker pw and uname derhuerst-docker-image Patrick Brosi 2020-12-02 19:26:40 +0100
  • 9a8a64d38e
    readme: explain docker usage 📝 Jannis R 2020-12-02 17:53:31 +0100
  • 4aa500b867
    Travis CI: build & publish Docker image 💚 Jannis R 2020-12-02 13:53:50 +0100
  • 2a01eda564
    add Dockerfile & .dockerignore Jannis R 2020-12-02 13:53:29 +0100
  • b0a2cff43a fix possible race condition in Normalizer cache Patrick Brosi 2020-11-20 16:51:04 +0100
  • 08b0685ad1
    Optional transit line penalties when no explicit line was given (#19) Alexander Held 2020-10-13 20:27:20 +0200
  • 3c64f8f315 Add config parameter to punish edges with no transit lines Alexander Held | geOps 2020-10-12 16:40:49 +0200
  • 3abb554585 Revert "Enable transit line penalties also when no explicit line was given" Alexander Held | geOps 2020-10-12 15:20:20 +0200
  • b0eb6186f7 Merge branch 'master' into transit-line-penalties Alexander Held | geOps 2020-10-12 15:19:18 +0200
  • e06c15656b
    Merge pull request #20 from aheld84/edge-splitting Patrick Brosi 2020-09-30 17:57:14 +0200
  • c023bb963d Fix edge splitting fragment being registered with wrong geometry in edge grid Alexander Held | geOps 2020-09-30 16:20:04 +0200
  • f813c1f842 Enable transit line penalties also when no explicit line was given Alexander Held | geOps 2020-09-29 11:23:41 +0200
  • 49ae9c50d2
    Merge fe13982f10 into 69dc466605 Vlad Vesa 2020-08-19 18:34:10 +0000
  • fe13982f10 fix: add missing changes Vlad Vesa 2020-08-19 21:25:58 +0300
  • fbdec40850 chore: disable osmium version check Vlad Vesa 2020-08-19 21:20:25 +0300
  • df304d16ae chore included missing files Vlad Vesa 2020-08-19 20:58:26 +0300
  • 96e9fc0d11 chore: update travis.ci configuration Vlad Vesa 2020-08-19 20:21:39 +0300
  • 4e58fafce3 chore: more clang warnings fixes Vlad Vesa 2020-08-19 11:56:54 +0300
  • f1aa563d41 chore: fixes and code cleanup Vlad Vesa 2020-08-19 09:17:34 +0300
  • c96bd24cca chore: updated cpplint rules Vlad Vesa 2020-08-19 09:17:10 +0300
  • ccc89d574c chore: integrate libosmium for reading files Vlad Vesa 2020-08-18 21:24:03 +0300
  • 69dc466605 remove empty variable from link Patrick Brosi 2020-05-26 10:23:24 +0200
  • 9c51f2799d
    Merge pull request #13 from rurseekatze/station-id-normalize Patrick Brosi 2020-02-26 16:50:56 +0100
  • 6c42f8244e Fix name of config param Alexander Matheisen 2020-02-26 11:36:34 +0100
  • 1163f11e57
    Merge pull request #12 from Benitoite/patch-1 Patrick Brosi 2020-02-11 10:18:51 +0100
  • 3eb5c881fe
    Detect .git instead of CMakeLists.txt in submods Benitoite 2020-02-10 07:10:46 -0800
  • 6d2671900b
    also check for xml submodule Benitoite 2020-02-09 04:52:18 -0800
  • f856e9865c CMakeLists.txt: download submodules if needed Benitoite 2020-02-09 04:47:13 -0800
  • 9262b3ad45 update xml submodule Patrick Brosi 2019-09-16 00:42:07 +0200
  • 31f9cb72ff refactoring Patrick Brosi 2019-09-16 00:39:17 +0200
  • a5931eb9ec update util Patrick Brosi 2019-09-06 15:19:11 +0200
  • 06aefa538a upate util Patrick Brosi 2019-09-06 01:24:24 +0200
  • feacae92ef output all GeoJSON as WGS84 to be RFC 7946 conform Patrick Brosi 2019-07-23 22:47:35 +0200
  • 27da2a9c9e output -T geojson as WGS84 coordinates Patrick Brosi 2019-07-23 21:32:07 +0200
  • bfca604ab5 explicit permissions for install targets Patrick Brosi 2019-06-28 15:10:31 +0200
  • 79303f12f2 update /util Patrick Brosi 2019-06-28 15:10:15 +0200
  • df1ba83a53 check if tmp is null Patrick Brosi 2019-05-14 00:46:53 +0200
  • 347badf770 better tmp dir selection Patrick Brosi 2019-05-14 00:11:15 +0200
  • 9d19e344d3 refactoring Patrick Brosi 2019-05-13 02:27:12 +0200
  • 67308d02e9 centralize code for tmp storage file creation Patrick Brosi 2019-05-13 18:56:43 +0200
  • ee948a8810 prevent possible race condition while obtaining collision-free shape ID Patrick Brosi 2019-05-13 15:05:34 +0200
  • 0db43ad457 update cfgparser Patrick Brosi 2019-05-02 01:20:35 +0200
  • 78f9eb7044 update cppgtfs Patrick Brosi 2019-05-01 22:47:00 +0200
  • 4cf1cc2b39
    Merge pull request #4 from ad-freiburg/niklas88-python-2 Patrick Brosi 2019-04-08 12:45:01 +0200