Should every curb polygon require a unique ID? #2
Replies: 3 comments 17 replies
-
I think it makes sense and is pretty easy to create a unique ID for each curb space polygon. Whether it gets used or not, it's worth doing it for when it will be used. And I can see the ID being used in MDS to reference CDS curb areas. For the format, I recommend using UUID (Universally Unique Identifiers), which is an easily generated unique and random identifier. We use UUIDs extensively in MDS and they work well. |
Beta Was this translation helpful? Give feedback.
-
I think every entity should have a unique ID, so the question for me is what are the atomic entities in CDS? In CurbLR the atomic entity seems to be a stretch of curb and its associated regulations (if any). I think that should also include dates of validity. |
Beta Was this translation helpful? Give feedback.
-
I think this has been pretty resolved in favor; locking. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Since yesterday's meeting, another implementation question I've been thinking about has been unique IDs for curb space. It's pretty clear to me that any curb space that has event information needs a unique identifier, but we will have lots of curb space without events. So the question there is, should we require in the spec that every polygon of curb space with its own regs info gets its own ID.
The benefits of having IDs is obvious, but there are some challenges that are worth considering:
Would appreciate thoughts on this!
Beta Was this translation helpful? Give feedback.
All reactions