@@ -17,9 +17,9 @@ TAXONOMY:
1717 - overhead_wires
1818 - dense_foliage
1919 port_zone :
20- - any_port_zone # newly added to avoid empty categoricals
20+ - any_port_zone # newly added to avoid empty categorical types
2121 freight_distribution_centre :
22- - any_distribution_centre # newly added to avoid empty categoricals
22+ - any_distribution_centre # newly added to avoid empty categorical types
2323 region_or_states : shapefile
2424
2525 drivable_area :
@@ -45,11 +45,11 @@ TAXONOMY:
4545 - undivided # traffic in opposite directions is separated into different roads
4646 - pavements # no particular specification regarding the opposite traffic separation or lack thereof
4747 barriers_on_road_edges :
48- - any_barriers_on_road_edges # newly added to avoid empty categoricals
48+ - any_barriers_on_road_edges # newly added to avoid empty categorical types
4949 types_of_lanes_together :
50- - any_types_of_lanes_together # newly added to avoid empty categoricals
50+ - any_types_of_lanes_together # newly added to avoid empty categorical types
5151 superelevation_banking :
52- - any_superelevation_banking # newly added to avoid empty categoricals
52+ - any_superelevation_banking # newly added to avoid empty categorical types
5353 longitudinal_plane :
5454 - up-slope # positive gradient
5555 - down-slope # negative-gradient
@@ -79,7 +79,7 @@ TAXONOMY:
7979 sign_types :
8080 - regulatory_signs # Used to enforce traffic laws. e.g. traffic lights
8181 - warning_signs # Advisory signs, warning drivers of hazardous situations or conditions
82- - information_signs # Diretcions and informations about services
82+ - information_signs # Diretcions and information about services
8383 sign_features :
8484 - movable_signs
8585 - fixed_signs
@@ -137,7 +137,7 @@ TAXONOMY:
137137 - t-junction # 3-pronged junctions with straight section
138138 - y-junction # 3-pronged junctions without straight section
139139 - cross_road # 4-pronged junctions where all prongs converge to one point
140- - staggered # 4-pronged junctions where the prongs do not converte to one point
140+ - staggered # 4-pronged junctions where the prongs do not converge to one point
141141 - grade_separated # interchanges
142142 intersection_classification :
143143 - signalized_intersection # with traffic lights
@@ -267,16 +267,16 @@ TAXONOMY:
267267 illuminance : float illuminance # newly added for value ranges
268268
269269 cloudiness :
270- clear : # 0 – 1 oktas
271- cloudiness_rate : " <= 1 Oktas "
272- partly_cloudy_few_clouds : # 1 – 2 oktas
273- cloudiness_rate : " [1 .. 2] Oktas "
274- partly_cloudy_scattered_clouds : # 3 – 4 oktas
275- cloudiness_rate : " [3 .. 4] Oktas "
276- partly_cloudy_broken_clouds : # 5 – 7 oktas
277- cloudiness_rate : " [5 .. 7] Oktas "
278- overcast : # 8 oktas
279- cloudiness_rate : " >= 8 Oktas "
270+ clear : # 0 – 1 okta
271+ cloudiness_rate : " <= 1 okta "
272+ partly_cloudy_few_clouds : # 1 – 2 okta
273+ cloudiness_rate : " [1 .. 2] okta "
274+ partly_cloudy_scattered_clouds : # 3 – 4 okta
275+ cloudiness_rate : " [3 .. 4] okta "
276+ partly_cloudy_broken_clouds : # 5 – 7 okta
277+ cloudiness_rate : " [5 .. 7] okta "
278+ overcast : # 8 okta
279+ cloudiness_rate : " >= 8 okta "
280280 cloudiness_rate : integer cloud_coverage # newly added for value ranges
281281
282282 elevation_of_the_sun : float angle
@@ -301,7 +301,7 @@ TAXONOMY:
301301 - BeiDou
302302 - Quasi-Zenith_Satellite_System # QZSS
303303 local_positioning :
304- - any_local_positioning # newly added to avoid empty categoricals
304+ - any_local_positioning # newly added to avoid empty categorical types
305305
306306 dynamic_elements :
307307
0 commit comments