-
Notifications
You must be signed in to change notification settings - Fork 889
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 Brand Flock Safety, Remove Operator Flock Safety #10181
base: main
Are you sure you want to change the base?
Conversation
Flock is not an operator as defined in the OSM wiki ("directly in charge of the current operation of a map object"), since Flock's customers are the operators of their cameras. Their customers are the ones who instruct the device to alert on specific license plates, conduct searches of the data, etc. Flock just leases these devices to their customers and provides a cloud platform to access them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation seems to make an assumption that the entity operating the cameras is the same entity that owns and uses the images. I don’t know if this is always the case, but in a recent thread in OSMUS Slack, it was explained that Flock leases the cameras to the agencies, who push the buttons and use the images, so the assumption holds in this case at least. Moving Flock out of operator=*
will allow mappers to more easily indicate the agency that the camera has been leased to, as in #10179. (After all, the lessee definitely isn’t the owner=*
.)
One thing I’m unsure about is whether brand=*
is really the right key for Flock. This key normally indicates branded chains, not anything that has an associated brand. For example, a highway=traffic_signals
doesn’t get tagged with brand=Acme Traffic Signals
(which might be a company that folded in the 1980s), and an emergency=siren
doesn’t get brand=Federal Signal
. I suspect a more appropriate key would be manufacturer=*
, which is already used on thousands of man_made=surveillance
features in OSM, including some Flock cameras. There are well-established manufacturer:wikidata=*
, model=*
, and model:wikidata=*
keys to go with it.
We haven’t set up a manufacturer
tree, and I don’t see any precedent for tagging it as part of NSI yet. @bhousel, should we set it up or just go with brand=*
for now?
My mistake. I assumed |
It would probably be ok as long as the tags are something like |
No need to apologize – these issues come up all the time in OSM. NSI has the ability to shape tagging for a long time to come, so we just need to double-check that it’s what we’re comfortable with going forward, to avoid creating additional retagging work for everyone. I started a discussion on the forum just to gauge opinions, since apparently Flock cameras are the outlier compared to other camera vendors. There may be a good reason for that, but this is all pretty new to me.
There is |
Checking back in on this. It looks like a couple people commented on the forum post but didn't seem to address whether or not |
Based on this constraint, we would have to decide whether it’s more important to standardize the fact that a surveillance camera is manufactured by Flock or that it’s operated by such-and-such police department. This constraint exists because each entry gets converted into a preset that editors such as Rapid and iD offer right alongside the stock presets from id-tagging-schema. If we break out a new tree for In the meantime, one possible outcome of the forum discussion could be a mass edit to move Flock Safety from |
Flock Safety is an American surveillance company that primarily makes ALPRs for use by their customers, mostly law enforcement agencies, but also private entities.
From the Tag:man_made=surveillance page on OSM Wiki:
Flock is not an operator as defined in the above excerpt, since Flock's customers are the organizations to whom the images belong. Flock's customers are the ones who instruct the device to alert on specific license plates, conduct searches of the data, etc. Flock just leases these devices to their customers and provides a cloud platform to access them, so they are a brand instead.