opengeospatial / ogcapi-routes

public repo for OGC API - Routes Standards Working Group
Other
10 stars 3 forks source link

Clarify that tons are metric tons #41

Closed cportele closed 2 years ago

cportele commented 2 years ago

Reported by @skynacho:

https://docs.ogc.org/DRAFTS/21-000.html#rc_weight currently says:

The computed route SHALL be passable by vehicles with a weight up to the value of "weight" in tons.

This is ambiguous as there are also short or long tons in addition to metric tons. "tons" should be changed to "metric tons".

jerstlouis commented 2 years ago

Probably best to spell it something like tonne (metric ton) , i.e. 1 megagram (1000 kg, ~2,204.6 lbs) to avoid any confusion?

https://wiki.openstreetmap.org/wiki/Key:maxweight says:

You must explicitly specify the unit if it is not in metric tonnes.

In most of the United States, weight restrictions are expressed in short tons (abbreviated as "tons", "T", or "t"), which should be tagged as maxweight=### st, and sometimes in pounds (abbreviated as "lbs"), which should be tagged as maxweight=### lbs, but never as metric tons.

therefore I assume metric tonnes makes sense as the default for the API as well.

cportele commented 2 years ago

Meeting 2021-12-09: Agreement to use "metric ton (tonne)".