Trevor Gerhardt

Results 25 issues of Trevor Gerhardt

While working on #827 I saw a few opportunities for refactoring to improve code quality around paths recording. The central issue was consolidating the multiple ways paths are recorded. But...

optimization
cleanup

Taui site generation shares a lot of functionality with running a regional analysis, so it was logical to create them in a similar way. In the end, this created the...

optimization
cleanup

The code base is littered with code that generates file locations from metadata. This code is certainly necessary during the upload of those files or creation of new files, but...

cleanup
t1

We need to be able to add elevation data to the bundles for bike routes.

enhancement

Right now if `data/gtfs` doesn't exist you can't add/edit feeds. Should probably check for all required directories.

bug