Marko Burjek

Results 16 issues of Marko Burjek

Instead of ProfileRequest Since I wasn't able to make tests for change. I tested with comparing two saved requests. Times, distances and paths are the same also for Bike rental...

standby
cleanup

This also changes calculations for time when traversing from m / m/s*100 -> mm/ mm/s. Which means 2 divisions less (mm-> m and m/s*100 -> m/s). CalculateSpeed function returns speed...

standby
cleanup

Fixes problems when turn restrictions aren't applied if from/via edge is split. Also support splitting edges in scenarios when stops are added. If this happens original network stays the same...

bug
standby

I added simple CSV output support with python csv library. It is in my [branch](https://github.com/buma/python-fitparse/tree/addCsv). If this would be something you would like I'll clean it up and add it...

Currently in FIT we have timestamps which are 32bit and timestamp_16 which are 16bit difference from previous timestamp and are currently not read into nice values. I wrote generator function...

I have changed rottentomatoes2.py so that script can get rating when you have IMDB ID. This is useful if you know imdb ID and don't want to search or use...

I needed context support so I added it. Since library supports everything else. My addition is a little hackish IMHO I added third item in list which is returned from...

This is work in progress for making otp.js translatable. Results can be seen [here](https://buma.github.io/otptrans/). Translations are implemented in gettext workflow. In Javascript files locale is included and then singular translations...

enhancement

According to #21 relations should be outputted. I tested locally with own copy of osm-lib. I loaded Washington DC PBF and when I did `wget http://localhost:9002/tile/38.887024,-77.040253,38.918017,-77.01004.pbf` I got file with...

I noticed when I was working on angles that there are some edges with 0 length. Most of those are because ways have duplicate nodeids. Same node ID appears twice...