Nils

Results 135 issues of Nils

One of the ideas initially with the `index.bin` in the tar file was not only to blazingly fast build our mmap access, but it could also be used to fetch...

enhancement

E.g. in https://github.com/valhalla/valhalla/blob/d7b0dccdc33ac3a7cf214a88c1f43af9d0790e4a/src/thor/bidirectional_astar.cc#L337-L343 On reverse search it seems we evaluate the closed state of the _expanded_ edge, not its opposing, which is what we're really interested in. That's the same...

investigate

Leaving it here for future work: Instead of collecting all edges within each polygon and adding them to the user-avoided edges, we could collect only the edges _crossing_ a polygon...

enhancement

This is a collection issue for missing documentation on request parameters. Anyone can add to this when they encounter smth that's not in the API docs. - [ ] `prioritize_bidirectional`:...

cleanup

I had a request to penalize when origin/destination are on different sides of the street, which is obviously only relevant for singly digitized roads which are not oneways. This can...

enhancement

We talked about it offline. While we're not exactly agreeing on the optimality of the approach (also no one tried to write a proof), I'd like to see the expansion...

enhancement
investigate

Didn't really think about it yet tbh, just leaving it here for now, so I'll remember to think about it (and possibly see what others think). A filter based on...

enhancement

It's not very abundant, but for HGV again, it's important to be as good as we can respecting restrictions. `maxweight`/`maxheight` etc all have forward/backward tags. Obviously on commercial datasets much...

enhancement

I just realized that https://github.com/valhalla/valhalla/pull/4279 introduced code that crazily logs on a planet build. Here the problematic part: https://github.com/valhalla/valhalla/blob/0e5770eb93bfc47376a2369f99152f747532a3f2/src/mjolnir/elevationbuilder.cc#L58-L63 Basically it prints each elevation postmark _if_ there's an error. I...

bug

https://app.circleci.com/pipelines/github/valhalla/valhalla/11448/workflows/0c56e848-36e5-440b-b153-f7933d1d459f/jobs/60292 I think I remember that one failing on M1.

ci