gutma-org / airtraffic-data-protocol-development

A development version of Airtraffic Data Protocol
Apache License 2.0
6 stars 5 forks source link

Make units definition Explict #7

Open hrishiballal opened 6 years ago

hrishiballal commented 6 years ago

Make all units explicit (e.g. m/s)

cmmcdermott commented 6 years ago

The JSON does append things like DD, MM, DE2, CMS etc to the actual field name to add color to the units in the JSON definitions.

vosst commented 6 years ago

I don't think naming units is good enough. While it certainly gives an indication, there is no tooling or framework support to turn this naming into explicit types in programming languages that supports it.

hrishiballal commented 6 years ago

@vosst , what do you think is the best way to do this?

overlandla commented 5 years ago

@hrishiballal We proposed using proto-format for this and even prepared a fully compatible version. You want me to pr-this? Not sure what the process is here...Andi

hrishiballal commented 5 years ago

HI @overlandla , yes please that would be great, I will review it and ask questions.