David Murray

Results 12 issues of David Murray

Hello, In the bicycle OSRM profile, there is a check for the `bicycle` highway tag in the `safety_handler` function. https://github.com/Project-OSRM/osrm-backend/blob/06b1b980bbdfc838c4f8e8cb370cba6dfb0329b0/profiles/bicycle.lua#L546-L560 However, unless I am mistaken, there is no `highway=bicycle` tag...

#### Description Goal: Run SMAC to find best hyperparameters #### Steps/Code to Reproduce ```python cs = ConfigurationSpace() cs.add_hyperparameters([ OrdinalHyperparameter("npop", list(range(20, 500+1, 20)), default_value=100), Float("cxpb", (0.5, 1.0)), Float("mutpb", (0.01, 0.1)), OrdinalHyperparameter("n_elites_prop",...

enhancement

Hello, In the code, I noticed that 250 is used as a threshold to classify people as being too close ("red"). However, this is a distance in pixels, not meters....

Hi, I would like to to test this tool, but I'm not sure how to get the necessary data: ```c davidmurray@Sansfil-Eduroam-Etudiants-12-190 trRouting % /usr/local/bin/trRouting [2023-03-14 12:58:50.748] [info] Starting transit routing...

Commit d999d3380064bad469344b71ce14231a946ea011 may cause the following crash: https://ghostbin.com/paste/j3m9n Thanks

See discussion here: https://github.com/chairemobilite/transition/pull/950 With the function `way:get_value_by_key("bicycle")` Possible example (untested!) ```diff function safety_handler(profile, way, result, data) -- convert duration into cyclability if profile.properties.weight_name == 'cyclability' then local safety_penalty =...

![image](https://github.com/chairemobilite/transition/assets/545502/188ac1d7-d393-4f9f-9b31-7c1812f67f7d) For example, additions could be: 1. East 2. West 3. North 4. South 5. Clockwise 6. Counter-clockwise 7. Inbound 8. Outbound

If I select "OpenStreetMap", it's shown _under_ the XYZ satellite tiles: ![image](https://github.com/chairemobilite/transition/assets/545502/632fb06e-5392-4a48-912e-c3188ac7da89) This is on https://deckglexo.transition.city/

bug