-
Re:dash is a really useful tool that allows people to run queries, share the queries and also do visualisations and dashboards. Various other Sadna projects are using it heavily as far as I understand…
-
Possibility to import and manage multi gtfs keeping track of historical data.
Add an import_id in the model's primary keys.
-
I don't think we've discussed much about how schedule data is going to be sourced. I'm now at a point where I could be incorporating that information into the UI, so let's figure out how Proper will g…
-
The OsmHelper is the part of the script that retrieves data from OpenStreetMap and puts it into the own class/object data structure (to be) discussed in #30. It has included a simple caching functiona…
-
For the project with 15minute where we evaluate transfers between busses and trains, it's important to know which bus stops are within walking distance to train stations.
For now we just use a simpl…
-
Hi,
I am talking with Yehuda and he is preparing a server for us.
We must note that the prev server was diagnosed with a dangerous virus and was put to sleep by Yehuda.
So - no more viruses!
We are ge…
-
I couldn't spot any function available in the package that retrieves all the stops available.
I added this to the gtfs package:
```
// Copied and tweaked the agencies
// function
getAll…
-
```
What steps will reproduce the problem?
1. run the random queries test (latest version 06_2010)
2. enter feed location (feed zip file is attached)
3. hit enter
What is the expected output? What d…
-
```
What steps will reproduce the problem?
1. run the random queries test (latest version 06_2010)
2. enter feed location (feed zip file is attached)
3. hit enter
What is the expected output? What d…
-
- [x] allow users to query API for all routes that have a color defined: `/api/v1/routes?color=true` (should use the `color` attribute on the `Route` model, rather than the tag)
- [x] allow users to q…