-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new options to FlashingBeaconFunction enumerated type #238
Comments
I think that most of these are great additions. The original set was due to the input we had at the time of the WZDx v4.0 development cycle, where these were not brought up. The one I am hesitant on with is |
Well in our system, the data set doesn't have a function property on the flashing beacon entity, we only know that it is a flashing beacon and its status. A human can deduce its function based on the owner, name, location and project it is on, but not something that can be filled from code. Even if we do add a similar property in our model, you can be certain most users won't take the time to fill it out when creating the device entity. So in this situation, would you rather not have the device present in the feed at all if we are unable to specify its function? In any case, just |
Got it. It is a problem that you can't add flashing beacons that aren't one of the current FlashingBeaconFunction enumerated type values.
Edit: after further discussion, I am for keeping the |
Also note that setting the |
Hi regarding this expressed by @j-d-b
As an equipment provider we do not know the whole story on the usage of an equipment. The |
Thanks for bringing up this option, this is the approach taken with most properties in WZDx so I think this is what we should go with if we choose to allow unknown flashing beacons. Thus, the potential changes so far are:
|
ok, we have actually done quite of bit of this. The agencies and the contractors want to be able to have special designation beacons and it will be important to have the basic classes called out in this spec so that there is consistency. The beacon is a GPS enabled binary for a predefined condition, when it is 'on' the condition exists at the location. There are many uses some examples of conditions are: |
If the idea is to open up a list of possible uses for a flashing beacon (on either a permanent or portable sign), as @rdsheckler noted there can be any number of reasons (enumerated type) where a beacon will be turned on. Some of the possibilities are already noted in the FlashingBeaconFunction enumerated type, and there are certainly others that perhaps should/could be added (especially considering this is optional use). But it should be acknowledged that being VERY specific may lead to a VERY long list of values. We have more than 100 Event Codes in our system for weather-related road issues, and dozens of these have Attributes that can be used as a "reason" for the Event (such as SlipperyRoads due to FreezingRain, or ReducedSpeed due to Fog, etc.). So while I agree that all of the events and attributes mentioned are valid reasons why a FlashingBeacon might be used AND that this information is quite helpful to add to the Event detail (for those who will use it); My concern is that we might end up over-reaching into regular "traffic conditions" which are NOT specific to Work Zones? I am NOT saying that we should NOT go there... I am only raising a note that if we choose to include an extended list of detailed reasons, (as opposed to saying "other"), we may be opening a Pandora's Box where the list gets so long it becomes arguably unusable to many who this structure is focused on helping. |
So I think that when the Subgroup created the FlashingBeacon object the intent was to create a series of enumerated types under the FlashingBeaconFunction related to activities that are related to work zones. We created the initial listing of the enumerated types and fully expected that other use cases would create the need to expand the initial list. While there are are some good suggestions as to what would be worthwhile adding to the FlashingBeaconFunction enumerated type list as they are more common conditions, I am not in support of adding "other" or "unknown" because there needs to be a reason why a FlashingBeacon is being used. What is said FlashingBeacon signifying? What message is it being use to convey to the motorist? Plus, rather than creating an endless list of enumerated types for FlashingBeaconFunction, why not just use something relative to a traffic control device and add "WarningSign" and "RegulartorySign" to the list for those rare conditions and to serve as the catch all for the desired use of "other" or "unknown". Also, I think that it is essential to keep the FlashingBeaconFunction as a required property and not make it optional. In the end, what good are we doing if we are passing along a message to the consumer end-user that there is a flashing beacon at this location? Having a defined function that gives notification and/or direction to the motorist is what is going to make the roads safer. |
Let me put this with a different angle. the goal of versus the WZDxFeed that has the goal of "Provides high-level information about events occurring on roadways (called "road events"), primarily work zones, that impact the characteristics of the roadway and involve a change from the default state " As mentioned above they have hundreds of good reasons at putting flashing beacons. but is this alone give enough info to the public? Maybe the on the others end some sort of function could be beneficial by itself.. EX: high wind. iced bridge. But those looks more for permanent installation... Not an easy one. Maybe should keep it, targeted to Workzone functions, add the warningsign, regulatorysign proposed by @NeilBoudreau and let monitor its usage over the next few years. |
Flashing Beacons (as proposed by the SWZ subgroup) were only intended to be for the SWZ Field Device Feed and not the WZDx feed or the Road Restriction Feed. They certainly could be added to the road restriction feed for other purposes, but our focus was for work zones and it was not to be fully inclusive, but we tried to accommodate common applications. I hope this clarification helps. |
As I see it we have a short list of uses of beacons with an 'other' free text field. As we get experience we will see that certain types of 'other' show up regularly and we can expand. In reality the flashing light has no meaning. It is an indicator that a specific condition exists and the flashing light is just the binary for the condition. Most generally this could be replaced with an informational sign like 'stopped traffic ahead' (in Illinois) or 'workers present' (in Penn). Both have flashing beacons but the light itself is just a binary switch that makes the condition active. And as everybody has pointed out the various conditions that have flashing lights on the roads in North America are countless. I think the best we can do is list the top five or six and leave room for growth as we progress. |
Based on discussion throughout this development cycle and eventual decision from by the SWZ Subgroup co-chairs, the new options proposed for issue will not be implemented as. However, some added functionality will be addressed through resolution to #295. We are open to adding new options for the FlashingBeaconFunction, but new values must to be scenarios where a beacon is used in a temporary setup in a work zone—the intent of the flashing beacon is not to represent all scenarios on roads. In general, I think there is more work that needs to be done for the flashing beacon, such as clarifying the use of it over a location marker, perhaps refactoring the concept to a "conditional sign" where the sign condition is only in effect when the beacon is actively flashing—that is not the explicit use of the current flashing beacon. |
Summary
The
SwzDeviceFeed
FlashingBeacon
entity have a list of FlashingBeaconFunction that is currently a bit limited.Proposed changes
I would see a value to add a few fields, like meteorological events. Suggestions could include
low-visibility
,high-winds
,overheight-detection
,railway-crossing
,pedestrian-crossing
, and more importantlyother
orunknown
.The text was updated successfully, but these errors were encountered: