Commit graph

351 commits

Author SHA1 Message Date
Laura Klünder
0b6362c8ab start implementing RangeLocator 2023-11-10 20:11:50 +01:00
Gwendolyn
1ae1274c2c unwrap geometries were necessary to comply with the new shapely api 2023-11-09 18:58:31 +01:00
Laura Klünder
9618d7304f fix more bugs caused by updates, especially using unwrap_geom 2023-07-24 11:51:46 +02:00
Laura Klünder
1837c49ab8 hotfixes for processupdates 2023-07-24 11:51:46 +02:00
Laura Klünder
fb4da7c768 satisfy linter and type checker in many places 2022-04-03 20:19:41 +02:00
Laura Klünder
9d21f8c933 migrate to django's native JSONField 2022-04-03 19:40:12 +02:00
Laura Klünder
cde394e16e avoid numpy don't use lists as indices warning 2022-04-03 18:28:53 +02:00
Laura Klünder
4e15cc1b74 fix linter warnings 2022-04-03 16:42:17 +02:00
Laura Klünder
03437a3a40 update dependencies and upgrade code for django where needed/possible 2022-04-03 16:34:11 +02:00
Laura Klünder
a319da872c invalid data? we'll tell you off! 2019-12-28 20:02:55 +01:00
Laura Klünder
7ebc6a8605 only set position in locate() if location is not None 2019-12-28 19:48:06 +01:00
Laura Klünder
4fcca5bb08 fix typos 2019-12-28 19:47:42 +01:00
Laura Klünder
3988fff5e6 quick explanation howto use the locate endpoint 2019-12-28 18:29:26 +01:00
Laura Klünder
9b7092d057 fix error 500 in positioning api 2019-12-28 17:47:20 +01:00
Laura Klünder
6262601c54 set position while locating 2019-12-28 17:28:54 +01:00
Laura Klünder
5e96d98693 provide score when llocating people 2019-12-28 17:18:32 +01:00
Laura Klünder
1ecdc89a68 dynamic location as a starting point 2019-12-27 23:27:50 +01:00
Laura Klünder
cca263c605 routing to dynamic locations! 2019-12-27 22:11:51 +01:00
Laura Klünder
58a50adba1 hotfix to deal with stations that are still being put up 2019-12-26 18:13:58 +01:00
Laura Klünder
7f93ad58ca add helpful comment 2019-12-26 18:02:31 +01:00
Laura Klünder
ca9d40c7f5 fix bug with nearby locations 2019-12-26 13:28:20 +01:00
Laura Klünder
62de1e4ceb when showing nearby locations show all location within 5 meters, but at least 20 2019-12-26 12:48:06 +01:00
Laura Klünder
b19c001ad1 fix report_issue_url in route 2019-12-25 01:34:12 +01:00
Laura Klünder
27b35a384d show nearby locations 2019-12-25 00:40:19 +01:00
Laura Klünder
52c02a4101 issue submission forms 2019-12-24 17:29:00 +01:00
Laura Klünder
a8d0be6653 ui base for reporting issues and missing locations 2019-12-24 03:56:35 +01:00
Laura Klünder
8998617b3b revert all that previous stuff 2019-12-23 18:43:52 +01:00
Laura Klünder
c110ee9174 areas with no nodes inside should have more than one external node assigned 2019-12-23 18:27:33 +01:00
Laura Klünder
1e2119fb80 fix error when a node is not inside an altitude area 2019-12-20 18:39:04 +01:00
Laura Klünder
87c0a2f757 let's make space_for_point a little bit more forgiving 2018-12-26 17:27:36 +01:00
Laura Klünder
14c4311f8f fix locating by changing one byte 2018-12-26 15:13:10 +01:00
Laura Klünder
a2aded34aa don't add location not found to stats 2018-12-25 20:12:24 +01:00
Laura Klünder
dec781d04f add locate stats 2018-12-25 19:32:41 +01:00
Laura Klünder
0c23e59342 improve stats some more 2018-12-25 19:31:24 +01:00
Laura Klünder
0d7cb37759 add routing stats because heck why not 2018-12-25 18:43:24 +01:00
Laura Klünder
6b852a9b03 use power of too to approximate wifi levels linearly 2018-12-24 23:04:19 +01:00
Laura Klünder
e03a026613 wifi locator: fix penalty 2018-12-24 19:14:53 +01:00
Laura Klünder
3944ea5765 overhaul wifi location code 2018-12-24 18:25:26 +01:00
Laura Klünder
3adb6b662e wifilocator: don't use variable of same name 2018-12-24 17:39:06 +01:00
Laura Klünder
c4a7b2b084 hey wifilocator, use max() not min() to get the best signal pls… 2018-12-24 17:36:42 +01:00
Laura Klünder
a15d86f20b fix route again, didn't work 2018-12-22 01:00:25 +01:00
Laura Klünder
64326207be fix problem with automatically created nodes 2018-12-22 00:36:25 +01:00
Laura Klünder
0ccb68b95f 10m instead of 5m in router nodes_for_point 2018-12-22 00:12:15 +01:00
Laura Klünder
63a8d452db fix routing with additional_nodes 2018-12-19 16:29:00 +01:00
Laura Klünder
cb33be5125 fix a bug because python changed pickle behavour apparently? 2018-12-19 16:21:51 +01:00
Laura Klünder
1c6e916823 let's not crash if there are nodes outside of altitude areas 2018-12-12 21:53:26 +01:00
Laura Klünder
a6d9c7204d graph building: don't crash because of nodes in access restriction columns 2018-12-12 21:29:42 +01:00
Laura Klünder
8936fe5aea columns can have an accessrestriction now 2018-12-12 19:37:24 +01:00
Laura Klünder
c5d8315d97 replace list_route() and detail_route() with action() 2018-11-23 18:12:03 +01:00
Laura Klünder
f12c5d56e8 fix rebuilding router error if there are unreachable POIs 2018-01-04 22:51:27 +01:00