Commit graph

28 commits

Author SHA1 Message Date
Kumi 0f50285b9b Fix encoding issues 2019-04-16 18:04:19 +00:00
Kumi 1a612baef1 Some improvements 2019-03-27 10:51:52 +01:00
Klaus-Uwe Mitterer eb4fc0fa27 Implement departure table, some tuning required for arrival table to work 2017-11-04 19:37:45 +01:00
Klaus-Uwe Mitterer cf7065a567 More refactoring, dedicated class for requests and responses 2017-10-28 17:20:10 +02:00
Klaus-Uwe Mitterer 76fd3ba93e Refactoring: Split functions in main.py 2017-10-28 15:57:05 +02:00
Klaus-Uwe Mitterer 31592abfea More refactoring 2017-10-27 17:46:00 +02:00
Klaus-Uwe Mitterer e6270fa43a Start refactoring main.py 2017-10-27 11:28:14 +02:00
Klaus-Uwe Mitterer 316eb271ef How did nobody ever notice that the validator wasn't working? Also, escaping values before passing them to the HAFAS station endpoint. 2017-10-26 22:55:09 +02:00
Klaus-Uwe Mitterer 87f77a769a Fix path encodings 2017-10-26 22:38:55 +02:00
Klaus-Uwe Mitterer d4dd2ba0e4 Use threading to improve response times for connection detail requests, set default connection count to 6 again as it doesn't matter anymore, update README. 2017-10-25 23:07:36 +02:00
Klaus-Uwe Mitterer cec2eca235 Add Zugradar 2017-10-02 21:02:07 +02:00
Klaus-Uwe Mitterer 5940bdaa6d Refuse connection requests with more than three "via" stations. 2017-10-02 17:46:53 +02:00
Klaus-Uwe Mitterer a7a6305d54 Blindly implement via routing. Needs testing before deployment, 2017-10-02 10:05:31 +02:00
Klaus-Uwe Mitterer e9a2d9ef43 Handle whitespace-only strings in short requests 2017-10-01 09:51:40 +02:00
Klaus-Uwe Mitterer 52c32dcc83 Handle latin-1 URL encoding. I didn't think that was still a thing. 2017-10-01 09:15:22 +02:00
Klaus-Uwe Mitterer 308f30d223 Allow latitude and longitude to be passed using a decimal comma 2017-09-28 20:49:57 +02:00
Klaus-Uwe Mitterer d43138016c Add shorthand requests for connections and validation 2017-09-28 19:27:39 +02:00
Klaus-Uwe Mitterer 03d9adbe22 Details view may time out if connection count is 3, so the default connection count is set to 1 for HTTP requests. Other requests still default to 3. 2017-09-26 13:03:19 +02:00
Klaus-Uwe Mitterer cd3cc716b1 Remove unused import 2017-09-23 17:32:30 +02:00
Klaus-Uwe Mitterer d643365e6c Preparations for JSON support 2017-09-23 16:57:24 +02:00
Klaus-Uwe Mitterer fe7926d9bc Fix validation output 2017-09-23 15:08:34 +02:00
Klaus-Uwe Mitterer 7b3ad3cf34 Set default result count to 3 2017-09-22 19:00:55 +02:00
Klaus-Uwe Mitterer caca14c66a Implement connection finder. All features of oebbApi now implemented. 2017-09-22 17:25:26 +02:00
Klaus-Uwe Mitterer 494dc01554 Add function to find nearest PT stop from coordinates, relying on OSM... 2017-09-21 21:55:32 +02:00
Klaus-Uwe Mitterer 21481bbae8 Fix connection worker call 2017-09-19 23:02:29 +02:00
Klaus-Uwe Mitterer b4fdde183e Blindly 'fix' time mode handling 2017-09-19 23:01:25 +02:00
Klaus-Uwe Mitterer 75890fa76b Blindly 'fix' date handling 2017-09-19 22:58:40 +02:00
Klaus-Uwe Mitterer 93707f9800 Starting to develop a Python3 based re-implementation of the ÖBB API. Implemented argument parsing, added classes for connections, stations and services, as well as dummy workers. 2017-09-19 22:50:19 +02:00