Nikhil VJ
Nikhil VJ
@dancesWithCycles I got around to testing this.. built and ran a dockerized version of this application successfully without incident. Sharing the commands from my linux system: ``` docker build -t...
@dancesWithCycles wow, this looks unique, since the docker image ought to be a self-contained operating system in itself independent of the host OS that can be run anywhere; at least...
@lightsprint09 the GTFS format doesn't keep stop names anywhere except in the stops table; everywhere else the stop_id is referenced only. But I understand the convenience that would be if...
Keeping this open as it might be possible to do this. For example, in Default Route Sequence page I'm having the full stops data load up as a lookup json...
To do: - Prior to running pivot function, filter out all table entries that don't have either origin_id or destination_id columns filled. - These entries will show up in the...
@laidig gladly, Please do! Thanks in advance! And if possible also put a from-scratch sequence of commands for someone to install docker and deploy the dockerized app. And also how...
@laidig I'll let you take lead on this as I'm currently uninitiated regarding docker. You mentioned docs.. do share clearly on what's needed.
@laidig that's great.. thank you so much for giving your time for this. Sorry i'm not able to give this a spin for now, am working on bringing in another...
@laidig thanks, good to know it can work across OS's. Yes, the program's persistent data stored in `GTFS/db.json` and `GTFS/sequence.json`. The other files there are actually artefacts from earlier development...
Hi @laidig , just a heads up, I'm working on a major overhaul that started with the way the DB is handled but has ended up including several improvements all...