Open duncandewhurst opened 4 years ago
We can maybe have:
{
"id": "3926",
"descriptors": [
{
"scheme": "kilometer-range",
"value": [53.2, 57.1]
},
{
"scheme": "kilometer-range",
"value": [67.6, 70.1]
}
],
"gazetteer": {
"scheme": "UA-SRI",
"id": "М-03"
},
"address": {
"region": "Харківська"
}
}
+
meter instead of kilometer .
(decimal point) meter. The latter is just using regular numeric notation... Also, with JSON, we can use an array to express an interval ([min, max]
) instead of a string.Note that the array would be wholeListMerge
, which is fine.
CoST Ukraine capture the following location data for infrastructure projects relating to roads:
Currently this data is modelled using the
locations
field in OC4IDS with onelocation
object per road, e.g.I've recommended that the mapping of the road identifier to
.gazetteer
is updated as follows, based on the index the road identifier is drawn from being known. E.g. for a road in the state roads index:This issue is to consider modelling for the list of start/end locations, since
.description
isn't a good mapping.Terminology used in linear referencing systems for start and end locations includes 'from-measure' and 'to-measure' (from arcgis) and 'fromToLocation' (from ISO 19148).