Giter VIP home page Giter VIP logo

Comments (11)

NoamGaash avatar NoamGaash commented on July 19, 2024 1

@UrielOfir it is relevant :)
It should be on the main (dashboard) page

from open-bus-map-search.

moshe742 avatar moshe742 commented on July 19, 2024

please assign me

from open-bus-map-search.

ArkadiK94 avatar ArkadiK94 commented on July 19, 2024

@moshe742 hi, do you still work on this issue?

from open-bus-map-search.

ArkadiK94 avatar ArkadiK94 commented on July 19, 2024

@ShayAdler
Is it the widget that located in the dashboard?
If so, "by operator" someone already did it, so I check this box.

from open-bus-map-search.

ShayAdler avatar ShayAdler commented on July 19, 2024

@ArkadiK94 Yep exactly :)
I think the other filters are very important too, but maybe in the dashboard page they'll create too much clutter

from open-bus-map-search.

UrielOfir avatar UrielOfir commented on July 19, 2024

Is this issue still relevant?
I didn't understand where is this filter should be in the website.

from open-bus-map-search.

KirilCycle avatar KirilCycle commented on July 19, 2024

@NoamGaash It looks like no one is working on this issue, can I asign it to me ?

from open-bus-map-search.

KirilCycle avatar KirilCycle commented on July 19, 2024

@ShayAdler Hi! Can i clarify something?
What can be achieved by identifying the location of the first and the last stop using GIS?

from open-bus-map-search.

NoamGaash avatar NoamGaash commented on July 19, 2024

@KirilCycle the route name doesn't always include the city names, so you can use the list__gtfs_ride_stops_list_get endpoint to retrieve this information

from open-bus-map-search.

KirilCycle avatar KirilCycle commented on July 19, 2024

@NoamGaash I filtered routes that don't contain cities, there are about 170 routes, how can I efficiently get the missed cities? I can't use the gtfs_route__line_refs query because each ref_line can have thousands of different routes, for the same reason as all comma separated list of values queries. What queries should I use, maybe combine something? I can group these 170 routes by the same short names and get 50 unique names, then make 50 different request by query short_name and get the cities, but this operation will be too expensive for the server.

from open-bus-map-search.

NoamGaash avatar NoamGaash commented on July 19, 2024

I think that a good approach might be:

  1. get the route
  2. get the stops
  3. take the lat/lon of the first and the last stop
  4. find the nearest city
    it's not that easy, but it's feasible. It might be easier to do it in the backend tho

from open-bus-map-search.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.