ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
Updates since 3.0.5
2
Reflected in VersionDate MadeNotes
3
3.0.69/1/2016Deleted DOT_RTID field as UDOT reported not needing this internal business system ID anymore
4
3.0.710/5/2016Changed DOT_RDOWN to DOT_OWN_L and DOT_OWN_R so ownership can be represented differently on either side of a street segment
5
3.0.710/5/2016Removed BIKE_STATUS in favor of a BIKE_PLN_L and BIKE_PLN_R for planned left and right side bike infrastructure
6
3.0.810/31/2016
Swapped column headers for Alias Name and Alias Description, they were reversed. Eliminated duplicate Domain Name columns, Cleaned up aliasname and alias descriptions, renamed Utah Road ID field, other housekeeping
7
3.0.91/12/2017Fields with domain of CVDomain_Status were given a length of 15 to fit all codes.
8
3.0.102/6/2017Added domain value "Millcreek" to CVDomain_IncorporatedMunicipalities
9
3.0.112/16/2017Added two additional values to the CVDomain_SurfaceType domain
10
3.1.06/16/2017Added new field named "THRU_LANES" to track how many lanes on the segment are moving through the intersection opposed to forking left/right/etc
11
3.1.18/7/2017Replaced the Quadrant field and incorporated Right and Left values: Quadrant_L, Quadrant_R and added CREATED field, EDITOR field, and CREATOR field.
12
3.1.29/20/2017changes to bike schema, added field for Regional Priority and changed bike class domain: CVDomain_OnStreetBike
13
3.1.310/25/2017added seven new coded domains for CVDomain_StreetType. This makes a complete list, merging all street type domains for address points and roads in SGID and UTRANS databases.
14
3.1.43/30/2018removed blank spaces in CVDomain_FunctionalClass domain values and descriptions and added state abbreviations for state domain values
15
3.1.55/24/2018Change RoadOwnsership to the correct CVDomain_RoadOwnership
16
3.1.611/28/2018Added the following fields: SIDEWALK, F_ELEV and T_ELEV and the following related domains CVDomain_Sidewalk and CVDomain_Condition (a generic domain)
17
3.1.711/14/2019Updated the way we represent sidewalks. Removed the SIDEWALK field (and it's domain) and replaced it with PED_L and PED_R and added their respected domains.
18
3.1.803/04/2021Added two new domain values to CVDomain_Status that capture season road closures; changed coded domains values for CVDomain_OddEvenBoth to one character to match the NENA NG911 data model.
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100