-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extending the Track and Trace OpenAPI to include "in transit" events #171
Comments
Hi, I also see in the specs (but on equipment level only?) https://github.com/dcsaorg/DCSA-Information-Model/blob/master/datamodel/referencedata.d/equipmenteventtypecodes.csv, ability to report |
Hello, We have considered in the past the addition of so called IN TRANSIT events and rightfully these are best addressed when you have a smart container providing data every few seconds / minutes. This per DCSA and larger SME group with the members sits in the IoT visibility domain, which is the IoT commercial events beta 1.0 stage but potentially can include a transit event specially useful if you wanna know exact location on land. The same can’t be said for T&T standard, as the enhancements planned in the IoT space will be addressed only in IOT commercial standard and thus covering use cases relevant to providers like traxens or nexxiot or hoopo for that matter. As for the current roadmap this discussion is not part of 2024 items. But we do have this in the backlog to work on IoT Comm events 1.0 Final to potentially include depending upon feedback from members. Hope this helps |
I'm not sure if this completely sits in the scope of the Track and Trace Open API standard, but I have been considering a use case where a consignee is running a "just in time" approach to fulfilling parts for a production line.
For transit legs, where the container is on a vessel the exact location is fairly irrelevant (although it could be collected via AIS, or otherwise); however once the container is on the final road leg of its journey then congestion and other very transient issues can come into play. Some consignees I've worked with have the desire to understand exactly where their container is on the road - the idea being that as they understand how the traffic network local to their facility generally works, they can factor that in to understand when the truck is going to roll up at the gate.
So far, I've seen that liners, their agencies, or intermodal operators will implement this, the transport event only seems to allow for Arrive/Depart transport events, and then qualified with whether it is Planned/Estimated/Actual via the eventClassifierCode.
It would feel wrong to report a bunch of ARRI events for a non-waypoint, especially if they are on a road in a non-urban area. For example, if the truck was at 53.4875N, 1.50138W at timestamp {x}, we wouldn't want to report arrival in any of the nearby towns, but the consignee would love to be able to say "Ah, that's on the A616, and we can plug that into our heuristics to calculate our estimated time of arrival and get the loading dock ready in plenty of time".
I'd suggest a operationsEventTypeCode to indicate "progress", given the eventLocation covers off the latitude/longitude aspect, but would welcome other approaches
The text was updated successfully, but these errors were encountered: