Questions tagged [o-d-matrix]

19 questions
0
votes
1 answer

PostgreSQL get all possible origin/destination node sequence

I have this PostgreSQL table with node of a directed graph: node_id | node_sequence ----------------------- 1 1 2 2 3 3 I'd return a table with all the possible origin destination sequence (only in one…
franco_b
  • 868
  • 3
  • 13
  • 31
0
votes
2 answers

Mapbox GL directions plugin hiding search origin destination box

I am using Mapbox GL directions plugin inside my app where I set the origin on map load and set driving destination upon user click on any location on the map. I am now trying to remove the top left search origin / destination box yet after…
Mahmoud Metwally
  • 980
  • 1
  • 10
  • 24
-1
votes
1 answer

Clustering origin/destination points

I have 1000 geo-points (lat, long) as origin/destination points. There is also a historical data that shows the cost of traveling between some of the O-D pairs. For some of the O-Ds there is no record in the dataset and some have multiple records…
-1
votes
2 answers

CSV Manipulation in Python Origin Destination Matrix Formulation

I have a csv which containts the name and lat/lng location information of the Underground Stations in London. It looks like this: Station Lat Lng Abbey Road 51.53195199 0.003737786 Abbey Wood 51.49078408 0.120286371 Acton 51.51688696…
LearningSlowly
  • 8,641
  • 19
  • 55
  • 78
1
2