-
Notifications
You must be signed in to change notification settings - Fork 19
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 Curb Objects #123
Comments
Some thoughts on this from the work I have done with CurbIQ: Objects You Would Like To Standardize: The list you have is pretty comprehensive. The main items we have seen that are valuable to document are ones that relate directly to equivalent Curb Policies. This includes fire hydrants, parking meters, curbside signage, etc. The Solution You Would Like to See:
I would be happy to help assist or lead this effort of implementing standards for Curb Objects as this advances in CDS. |
@jacobmalleau I personally agree with the solution you propose. If you and CurbIQ would like to take the lead on drafting a PR for this, that would be a welcome contribution. I think some core details beyond the above need to be discussed, like where in CDS do these objects lay? Is there a new /objects endpoint in the Curbs API, similar to /policies? Or are they added to /curbs directly? Should there be parameters for leaving them out of the payload, like we do with policies? Or maybe they go even more top level into a fourth Objects API? Where should event properties lay in Events, maybe an array of objects that were interacted with during the curb event, with relevant fields for each object? Does this lead to any Metrics, or maybe those are left out for now? Great to see this discussion get this far along, thank you! |
A new question came up on how to handle/represent a protected bike lane that is separating a parking space whether it is metered or not. |
@jacobmalleau I second @schnuerle comment. I really like your thoughts on this. Let's get a Steering Committee group together to try and flesh out what this could look like in practice. |
@schnuerle some initial thoughts on your questions (and also what we discussed in our monthly meeting):
|
The start of draft PR #126 for this was created by @jacobmalleau for the Nov 21 public working group meeting. |
I think one thing we need to be conscious of here is to not try to boil the ocean. This is the Curb Data Specification not a new asset management system. Everything we put into this spec needs to be explicitly necessary for curb management unless we want to make it just the static asset specification. While one argument could be that you can create a specification and people can choose to populate it or not, these specs also need to be maintained overtime and our goal should be that some agencies would look to develop a "complete" version. That all said, I love the idea of objects and I think we should definitely have details about objects that are explicitly used for curb management purposes (parking meters, EV chargers, lockers, etc) I find it hard to believe some of these details on objects actually have benefit. |
I think one curb object can apply to more than one curb zone. For exmaple, a street cleanning sign applies to the whole street block that contains several curb zones (ADA parking zone, bike station, commercial loading...). So proposing change curb_zone_id into a list of curb_zone_ids |
My latest commit looks to address some of the previous conversations had over the last several meetings. This includes the following:
|
There have been several different comments relating to how Curb Objects should relate to Curb Zones, Spaces, and Areas. This includes having multiple Zones relate to an Object, have an Object be standalone, etc. For version 1.0, are there any potential issues with making all options possible: i.e. having Curb Zones, Curb Spaces, and Curb Areas all be optional values as arrays? This way cities can choose to associate Objects with other aspects of the curb without breaking the standard. I think this covers the wide range of how cities have expressed they want to use the Curb Objects end point. |
I would like to hear from folks if having everything optional is ok as suggested by @jacobmalleau or does that fact that it is even possible at all make the scope of this difficult for you and your clients @aydarrat ? I also like @Mu-yi-Zhou's ideas to make it apply to |
Isn't @Mu-yi-Zhou's included in @jacobmalleau's propositions of Curb Zones, Curb Spaces, and Curb Areas as arrays? The way I understand the proposition, we would have I think that proposition is the only solution for now: spaces and areas are optional in the spec so we can't really force a user who chose not to implement them to then use them as references for Curb Objects. |
The optional approach would work for INRIX and is similar to how we are thinking about assets |
I support the optional approach |
The optional approach also makes sense to me here. I appreciate @aydarrat's comments about the scope for things like this, too- it may be helpful to discuss at some point to define what qualifies as necessary curb management objects. |
Linking over to #147, it seems like the Curb Object concept could also be a useful way to inventory sensors that are monitoring the curb, and the meters/paystations people use to pay at the curb. |
Please everyone review this comment for decisions being made about the Curb Objects PR #126 at the Curb Working Group. |
Is your feature request related to a problem? Please describe.
From OMF’s original curb work purpose statement in 2020:
“OMF is well positioned to help cities use dynamic digital curb regulations, which could allow cities to manage the curb and adjacent infrastructure on sidewalks within the public right of way in real time and communicate the evolving restrictions, permissions, and pricing…”
We need to consider defining “curb objects” (or curb assets?) that can be defined in the right of way, including on and off street areas in and around curb zones. We previously called these “curb adjacent elements” but “objects” is clearer. This info is useful for accessibility, ADA compliance, and knowledge of obstacles for loading and unloading of passengers and goods.
Examples of objects that can be on or off the curb. Each object has basic location, size, plus custom properties.
Include definitions/activity/events for curb area adjacent elements that facilitate or impede curb transactions. Examples:
What other objects are you interested in describing and then tracking use?
Describe the solution you'd like
How do we add this to CDS? Define in Curbs API and Events API.
Might need linear referencing from fixed curb point. What point is the fixed mark?
Or maybe just lat/lon like in OpenStreetMap. These objects are not affected GPS accuracy or drift, since their location is defined by the city agency.
Basic Curbs
Each object would need identical basic properties in Curbs API like:
Custom Curbs
Each object could have custom properties in Curbs API.
Ramp:
Signage:
Locker:
Bus stop:
EV Charging:
Street tree:
Events
If an object can be used, also provide information in Events API.
Beyond what most current data standards (OSM, Plugshare, etc) have available because it’s based on usage that curb managers may need to know.
Some objects could have additional Event data sent like:
Is this a breaking change
Impacted Spec
For which spec is this feature being requested?
Curbs
Events
Describe alternatives you've considered
Some existing sources for potential lists of curb objects, properties, features, for example in OSM:
Additional context
Working group Meeting Sept 19 2023
Slide deck
The text was updated successfully, but these errors were encountered: