Matthew Wigginton Bhagat-Conway

Results 204 issues of Matthew Wigginton Bhagat-Conway

**Description of bug** I saw several `Parallel.Closeness` tests fail with a message like the one below, but cannot reproduce now. I think it has to do with an uninitialized value...

bug

The `TarjanIslandPruner` has a comment that says: ```java * One concern with this island remover is that it does not consider turn restrictions, so it theoretically would leave * a...

I don't see why we should disable data _downloading_ in offline mode. LODES does require AWS credentials be set up, but they can be any AWS credentials since the lodes...

This does two things: 1) Buffers the implied WebMercatorGridPointset so that it expands beyond the street network extent (#224). I used the max offstreet walk distance rather than the distance...

standby
cleanup

We're currently using the stops in a trip to make patterns, but we should really use the parent stations. In most feeds this won't make any difference, but in a...

feature

For historical reasons, this also includes the FaresV2 branch. We could strip these apart if need be, but it's a bit tricky.

For instance, I get this message when I apply the NYC fare router to a Boston graph: `Did not find two AirTrain JFK fare stops! (data version mismatch?)` I'm thinking...

The PointToPointRouter is very messy, and I'd like to do some cleanup. @ansoncfit how much of this is still used? It supports the debug interface and Fareto. Is it still...

Currently we put all feeds into a map by feed ID, and in the graphql api we pull them out by feed ID when someone e.g. requests all the trips...

Sometimes we may want to use the tool without base GTFS, to create entirely new transit systems. In particular this would be useful when we work in developing countries where...