smart-data-models / dataModel.Transportation

Transportation Data Model
37 stars 35 forks source link

Extra attributes in the data model - approach #12

Closed johankumps closed 3 years ago

johankumps commented 3 years ago

Hello,

We are using computer vision to determine the number of vehicles passing by a certain point in the city as well as their speed. We should also have a place to store the number of vehicles that were speeding in a certain RoadSegment.

Looking at the TrafficFlowObserved model I can store the average speed. How about the counter per vehicle type? Should I extend the model with extra attributes or am I missing something?

In case we have to add our own attributes, is their a process that allows for the extention of the specification?

Thanks for your reply.

Kind regards, Johan,

albertoabellagarcia commented 3 years ago

Basically, the answer to all your questions is yes. 1) Could you extend the model for your own purposes about counting vehicles?. Definitely, because the license of the data models says so. 2) Could you suggest an extension of the model for allocating such attributes?. Definitely. As long as you

thanks a lot