Javed Nissar

Results 14 comments of Javed Nissar

That sounds good, no rush 😄 . I actually probably should add some tests anyways.

> First off, thanks for submitting this, appreciate the PR! > > Meta thoughts on this: > > 1. What is the primary benefit of doing the ExchangeRateQuery over just...

@varunsrin Are you still interesting in having this PR merged in? If not, I can close it.

I'm confused. There are already buses aren't there? How are the current bus routes set up?

Would it be worth it to do the same with Windows releases? As in packaging as `.exe`?

Would it be worthwhile to split this out into separate issues that link into this?

> easy: generate more exact costs for buildings in the middle of a sidewalk by adding in distance from the intersection I'll give this one a shot

How would I go about grabbing the distance from the sidewalk here? ```rust let graph = build_graph_for_pedestrians(map); let start = WalkingNode::closest(map.get_b(start).sidewalk_pos, map); let cost_per_node = petgraph::algo::dijkstra(&graph, start, None, |(_, _,...

@dabreegster I've taken a shot at addressing the addition of distance from sidewalk in a-b-street/abstreet#443

Is `TimeSeriesCount` in `sim/src/analytics.rs` the only relevant struct?