Geneviève Bastien

Results 171 issues of Geneviève Bastien

There are some lua files for the osrm profile, but we have to way in the CI to validate the syntax, unless we try the osrm contract preparation (which we...

dependencies
osrm

We introduced socket.io 2.4, which adds additional security for socket.io origin. A commit restores the previous unsecure behavior (accepting any origin). We should make sure origin is secured, either by...

chairemobilite/chairelib

This package does not have types and hasn't been updated in 3 years. It has ~400 downloads a week, some of them being us... There may be other ways to...

refactoring
chairemobilite/chairelib

Currently, in simulations, a certain number trRouting instances are started locally on the server machine. Since the host url (unlike the port), is taken from the application's default, this may...

enhancement

Units are initialized at the beginning of the period, each being at an evenly spaced location in the cycle, which is not an exact fraction of the frequency. This means...

Both take a csv file as input and parse coordinates and times. Currently, there is a lot of duplication between functions, we could extract helper functions between them and use...

enhancement
complexity low (good first issue)

See screenshot, the second period schedules, every 5 minutes, starts at 6:00 exactly, while the last trip of the previous period started at 5:57. It should adapt the trips. But...

bug

For exact schedules imported from GTFS, there is no oubound/inbound, frequencies or number of units. It is thus not possible to re-generate schedules for those paths, when the path is...

bug
priority high

The geometry is set for the feature, but in the properties, there's a property called `geography`, which contain the geometry. This increases the size of the exported file unnecessarily.

bug

As a first step, it should be possible to import a csv file that contains lines/ outbound/inbound paths/start/end/intervals or number of units to generate automatically generate the schedules. The form...

enhancement