gtfs-data-manager
gtfs-data-manager copied to clipboard
GTFS workflow tool **This project is DEPRECATED, see conveyal/datatools-manager for current version.**
Instead of having to type in a URL manually . . .
Right now this involves curl. This should be prettier.
In the installation instructions it is said "cd into the public/ directory and run component build -dc..." But I can't find any component instruction should I have something already installed?
Vex server requires period as the decimal separator so a locale that uses period as decimal separator must be used or the request will fail..
They don't appear to do anything but they're there, confusingly:
Sadly agencies publish data with invalid lat/lon data for stops (reversed columns are common). This completely breaks the OSM ingest and OTP publishing workflow so we need to fix or...
Hi, I'm trying to install gtfs-data-manager but when I try to do: "type ./activator run to install dependencies and start the app". I get this error: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] ::...
I tried to created the first user with curl ``` shell curl -D - -X POST --data 'username=test_user&password=1234&[email protected]&admin=true' http://localhost:9000/createInitialUser curl: (52) Empty reply from server ``` I just get back...
We need to be able to add elevation data to the bundles for bike routes.
I'm seeing an agency that has two feed versions with the same number. The feeds appear to be identical. They were uploaded a long time ago, so it's entirely possible...