Marcus Saraiva

Results 3 issues of Marcus Saraiva

R5 currently doesn’t save shape information into the network.dat, which is useful for `PointToPointQuery` used by `r5r`’s `detailed_itineraries() `function. This could be easily changed in [this line,](https://github.com/conveyal/r5/blob/69329442551bff50ea528f6a21c141cf344e0e6f/src/main/java/com/conveyal/r5/transit/TransitLayer.java#L70) by making `SAVE_SHAPES`...

When a network.dat is build without GTFS data (for bike routing analysis, for example), R5 throws an error: ERROR c.c.r5.transit.TransportNetwork - TransportNetwork transit layer is loaded but timezone is unknown;...

I've added a few columns to the `edges` table from `street_network_to_sf()`: - edge_index: unique index of each vertex in R5's network. - osm_id: id from OpenStreetMap. It can be repeated...

enhancement