simwrapper / simwrapper

Source code for SimWrapper
GNU General Public License v3.0
26 stars 12 forks source link

Tours in output_carriers.xml -> Logistic viewer #386

Open Brendan-Lawton opened 2 months ago

Brendan-Lawton commented 2 months ago

Hey @kt86,

I am working on the tours tab in the logitisc viewer and have a question about the maincarrier logisticChainElement.

All of the main carrier tours seem to share the same route that leads to the hub:

Screenshot from 2024-08-22 14-24-39

As you can see, I have multiple main carrier routes selected, but they all just follow the same route on the map. Is it necessary to show all of them as individual tours? I can leave it as is, but I wanted to confirm that.

Additionally, the main carriers have a structure that looks like the following: Screenshot from 2024-08-22 14-16-36

Where routes of the first and last legs seem to generally be the same: Screenshot from 2024-08-22 14-49-13

Since some services don't have routes at all, the markers on the map that are used to identify a service act type don't match up with the main carrier's route:

Screenshot from 2024-08-22 14-18-20

Can you let us know how we should interpret the main carrier tours? Should we just show the distribution carrier tours instead? This might be more straightforward since the lspShipmentChain tab will already show the main carrier route:

Screenshot from 2024-08-22 14-31-22

Thanks!

kt86 commented 2 months ago

Hi Brenden, vielen Dank schon mal.

ja, die MainCarriers haben idR die gleiche Tour (Depot -> Hub). Dementsprechend sind (zum Glück) auch die Routen gleich.

Weil es aber zukünftig aber auch andere Erweiterungen geben kann, z.B. mehrere Hubs, können dann auch unterschiedliche MainTouren (aktuell vermutlich aber als eigener MainRunCarrier) gefahren werden; aber es kann theoretisch auch vorkommen, dass bei anderen Uhrzeiten wegen Stau,.. mal andere Routen genommen werden, oder später verschiedene Fahrzeugtypen zum Einsatz kommen, die ggf (aktuell nicht) dann auch untershciedliche Routen bekommen....

-> Würde das daher erstmal so allgemein lassen.

kt86 commented 2 months ago

Can you let us know how we should interpret the main carrier tours? Should we just show the distribution carrier tours instead? This might be more straightforward since the lspShipmentChain tab will already show the main carrier route

Ja, das halte ich erstmal für einen sehr plausiblen Ansatz, dass es diese Ansicht gibt. Frage ist, wie sich das mit dem generallen Ansatz aus vorgenannter Nachricht kombinieren lässt... Aber zumindest dein letztes Bild finde ich erstmal sehr übersichtlich!

kt86 commented 2 months ago

Since some services don't have routes at all, the markers on the map that are used to identify a service act type don't match up with the main carrier's route:

Da sollten wir nochmal drauf schauen, was das für Services sind und wo die hingehören... Das verstehe ich aktuell alleine aus der Nachricht gerade nicht direkt.

Brendan-Lawton commented 3 weeks ago