<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div style="16px" text-align="left">There is <a href="http://osmlab.github.io/name-suggestion-index/brands/index.html">http://osmlab.github.io/name-suggestion-index/brands/index.html</a><br></div><div style="16px" text-align="left">intended as readable index of data. Though it is containing only partial extract - <br></div><div style="16px" text-align="left">for example match information seems currently missing, maybe it would be worth <br></div><div style="16px" text-align="left">adding there.<br></div><div style="16px" text-align="left">I opened <a href="https://github.com/osmlab/name-suggestion-index/issues/2734">https://github.com/osmlab/name-suggestion-index/issues/2734</a> for this idea.<br></div><div style="16px" text-align="left"><br></div><div style="16px" text-align="left"><br></div><div style="16px" text-align="left">At this moment I see no way to exclude entries known to be not existing in Australia,<br></div><div style="16px" text-align="left">but it should be relatively easy to add this - would it be useful?<br></div><div style="16px" text-align="left">I opened <a href="https://github.com/osmlab/name-suggestion-index/issues/2733">https://github.com/osmlab/name-suggestion-index/issues/2733</a> for this idea.<br></div><div style="16px" text-align="left"><br></div><div style="16px" text-align="left">1 Jun 2019, 08:43 by <a href="mailto:graemefitz1@gmail.com">graemefitz1@gmail.com</a>:<br></div><blockquote class="tutanota_quote" style="border-left: 1px solid #93A3B8; padding-left: 10px; margin-left: 5px;"><div dir="ltr"><div style="16px" text-align="left">Is there a simple, easy to read (ie not Github code! :-)) list of these preset names?<br></div></div></blockquote><div style="16px" text-align="left">See above! JSON is often described as human-readable, it is more of<br></div><div style="16px" text-align="left">programmer-readable but it is not so terrible.<br></div><div style="16px" text-align="left"><br></div><div style="16px" text-align="left">For full data info one can start at<br></div><div style="16px" text-align="left"><a href="https://github.com/osmlab/name-suggestion-index/tree/master/brands">https://github.com/osmlab/name-suggestion-index/tree/master/brands</a><br></div><div style="16px" text-align="left">select first key and later its value.<br></div><div style="16px" text-align="left"><br></div><div style="16px" text-align="left">For given entry, for example<br></div><div style="16px" text-align="left"><a href="https://github.com/osmlab/name-suggestion-index/blob/master/brands/amenity/fuel.json#L535">https://github.com/osmlab/name-suggestion-index/blob/master/brands/amenity/fuel.json#L535</a><br></div><div style="16px" text-align="left">it has some info:<br></div><div style="16px" text-align="left"><br></div><div style="16px" text-align="left">> <span class="pl-s"><span class="pl-pds">"</span>amenity/fuel|Costco Gasoline<span class="pl-pds">"</span></span><br></div>name of the entry<br><br>> "countryCodes": ["au", "ca", "mx", "us"],<br>limited to this countries (Australia, Canada, Mexico, USA) <br><br>> "matchNames": ["costco","costco gas","costco wholesale"],<br>this names are considered as substandard names for this object type,<br>may be used by validators, likely to be used by iD validator <br><br>> "nomatch": ["amenity/pharmacy|Costco Pharmacy","shop/wholesale|Costco"],<br>lists entries with similat names but not actually duplicates (mostly internal use)<br><br>> "tags"<br>Tags that OSM element is expected to have (added by Vespucci/iD on creating it,<br>iD validator maybe is also using this info)<br><br>There is also matchTags that may list ways how that specific entry <br>is often mistagged - see for example<br><a href="https://github.com/osmlab/name-suggestion-index/blob/master/brands/amenity/payment_centre.json#L4">https://github.com/osmlab/name-suggestion-index/blob/master/brands/amenity/payment_centre.json#L4</a><br><br><blockquote class="tutanota_quote" style="border-left: 1px solid #93A3B8; padding-left: 10px; margin-left: 5px;"><div dir="ltr"><div><div><div data-smartmail="gmail_signature" class="" dir="ltr"><div dir="ltr"><div><div dir="ltr"><div style="16px" text-align="left">Thanks<br></div><div><br></div><div>Graeme<br></div></div></div></div></div></div><div style="16px" text-align="left"><br></div></div></div><div style="16px" text-align="left"><br></div><div class=""><div class="" dir="ltr">On Wed, 29 May 2019 at 22:00, Mateusz Konieczny <<a target="_blank" rel="noopener noreferrer" href="mailto:matkoniecz@tutanota.com">matkoniecz@tutanota.com</a>> wrote:<br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class=""><div><div>Can you link to an affected OSM object? It sounded like something caused by <br></div><div>name-suggestion-index, but I see no matches in<br></div><div><a rel="noopener noreferrer" target="_blank" href="https://github.com/osmlab/name-suggestion-index/blob/master/brands/amenity/fuel.json">https://github.com/osmlab/name-suggestion-index/blob/master/brands/amenity/fuel.json</a><br></div><div>that would cause this.<br></div><div><br></div><div>The same for<br></div><div><a rel="noopener noreferrer" target="_blank" href="https://github.com/osmlab/name-suggestion-index/blob/master/brands/shop/convenience.json">https://github.com/osmlab/name-suggestion-index/blob/master/brands/shop/convenience.json</a><br></div><div><br></div><div>It also appears to not be caused by recent changes from looking at<br></div><div><a rel="noopener noreferrer" target="_blank" href="https://github.com/osmlab/name-suggestion-index/commits/master/brands/shop/convenience.json">https://github.com/osmlab/name-suggestion-index/commits/master/brands/shop/convenience.json</a><br></div><div>and<br></div><div><a rel="noopener noreferrer" target="_blank" href="https://github.com/osmlab/name-suggestion-index/commits/0d944dde401119d3aa767c18b68ee44b112fa4ba/brands/amenity/fuel.json">https://github.com/osmlab/name-suggestion-index/commits/0d944dde401119d3aa767c18b68ee44b112fa4ba/brands/amenity/fuel.json</a><br></div><div><br></div><div>-------<br></div><div><br></div><div>BTW, I made a small tool that list what name-suggestion-index considers as matches -<br></div><div>examples from Manhattan:<br></div><div><p>name=Adidas - proposed change from `shop=clothes` to `shop=sports` <a rel="noopener noreferrer" target="_blank" href="https://www.openstreetmap.org/node/6187504686">https://www.openstreetmap.org/node/6187504686</a><br></p><p>name=Dollar Tree - proposed change from `shop=convenience` to `shop=variety_store` <a rel="noopener noreferrer" target="_blank" href="https://www.openstreetmap.org/node/5625761131">https://www.openstreetmap.org/node/5625761131</a><br></p><p>name=Timberland - proposed change from `shop=shoes` to `shop=clothes` <a rel="noopener noreferrer" target="_blank" href="https://www.openstreetmap.org/node/2709306607">https://www.openstreetmap.org/node/2709306607</a><br></p><p><br></p><p>name=FedEx Office - proposed change from `amenity=post_office` to `shop=copyshop` <a rel="noopener noreferrer" target="_blank" href="https://www.openstreetmap.org/node/5978745700">https://www.openstreetmap.org/node/5978745700</a><br></p><p>Such list may be used both to look for some mistakes in a local area and for <br></p><div>mistakes in name-suggestion-index.<br></div><p><br></p><p>If somebody would be interested I can generate it for any location (I need just location, <br></p><div>how large area should be covered and how long list is requested)<br></div><div><br></div><div>29 May 2019, 01:17 by <a rel="noopener noreferrer" target="_blank" href="mailto:osm.lists@chuq.net">osm.lists@chuq.net</a>:<br></div></div><blockquote style="border-left:1px solid rgb(147,163,184);padding-left:10px;margin-left:5px" class=""><div dir="ltr"><div>Thanks Alex and Ian,<br></div><div><br></div><div>So it seems there are plenty of standard Caltex service stations in Australia - any advice on how to stop entries labelled "Caltex" from auto resolving to a "Woolworths Petrol" location when "update these tags" is used?<br></div><div><br></div><div>Just changed the "brand" on the second entry in my original post from "Caltex" to "Caltex Woolworths"?<br></div><div><br></div><div>I could play about of course, but I don't want to break things!<br></div><div><br></div><div>Regards,<br></div><div>Charles<br></div><div><br></div><div><br></div></div><div><br></div><div><div dir="ltr">On Tue, May 28, 2019 at 3:42 PM Ian Sergeant <<a target="_blank" href="mailto:inas66%2Bosm@gmail.com" rel="noopener noreferrer">inas66+osm@gmail.com</a>> wrote:<br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Strictly speaking, I don't think that's true. Some Caltex operated sites still branded as Woolworths Caltex, and offered the Woolworths facilities. You couldn't tell just by looking who owned what. <br></div><div><br></div><div>Of course, now Woolworths has sold all its fuel outlets, and doesn't operate as a fuel retailer any longer.<br></div><div><br></div><div>I'd go by the name on the sign - as these are likely to change over the past few months as the Caltex owned stores all revert to form.<br></div><div><br></div><div>Ian.<br></div><div><br></div><div><div dir="ltr">On Tue, 28 May 2019 at 14:51, Alex (Maxious) Sadleir <<a target="_blank" href="mailto:maxious@gmail.com" rel="noopener noreferrer">maxious@gmail.com</a>> wrote:<br></div><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left:1px solid rgb(204,204,204)"><div dir="ltr"><div dir="ltr">On Tue, May 28, 2019 at 1:55 PM Charles Gregory <<a target="_blank" href="mailto:osm.lists@chuq.net" rel="noopener noreferrer">osm.lists@chuq.net</a>> wrote:<br></div><div><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left:1px solid rgb(204,204,204)"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Are "Caltex" and "Caltex Woolworths" identical in some parts of Australia?<br></div><div><br></div></div></div></div></div></div></blockquote><div>"What is the difference between [the 535] Woolworths Caltex and [the 680] Caltex locations? <br></div><div>Woolworths Caltex is a Woolworths owned fuel location, that sells Caltex fuel. The shop at a Woolworths Caltex is a Woolworths store. <br></div><div>The shop at a Caltex location can be a Star Mart, Star Shop or The Foodary."<br></div><div><a target="_blank" href="https://www.caltex.com.au/woolworths" rel="noopener noreferrer">https://www.caltex.com.au/woolworths</a> <br></div><div><br></div><div>The map on their website makes a distinction between the two when you click on it <a target="_blank" href="https://www.caltex.com.au/find-a-caltex" rel="noopener noreferrer">https://www.caltex.com.au/find-a-caltex</a> <br></div></div></div><div>_______________________________________________<br></div><div>Talk-au mailing list<br></div><div><a target="_blank" href="mailto:Talk-au@openstreetmap.org" rel="noopener noreferrer">Talk-au@openstreetmap.org</a><br></div><div><a target="_blank" href="https://lists.openstreetmap.org/listinfo/talk-au" rel="noopener noreferrer">https://lists.openstreetmap.org/listinfo/talk-au</a><br></div></blockquote></div></div><div>_______________________________________________<br></div><div>Talk-au mailing list<br></div><div><a target="_blank" href="mailto:Talk-au@openstreetmap.org" rel="noopener noreferrer">Talk-au@openstreetmap.org</a><br></div><div><a target="_blank" href="https://lists.openstreetmap.org/listinfo/talk-au" rel="noopener noreferrer">https://lists.openstreetmap.org/listinfo/talk-au</a><br></div></blockquote></div></blockquote><div><br></div></div><div style="16px" text-align="left">_______________________________________________<br></div><div style="16px" text-align="left"> Talk-au mailing list<br></div><div style="16px" text-align="left"> <a rel="noopener noreferrer" target="_blank" href="mailto:Talk-au@openstreetmap.org">Talk-au@openstreetmap.org</a><br></div><div style="16px" text-align="left"> <a target="_blank" rel="noopener noreferrer" href="https://lists.openstreetmap.org/listinfo/talk-au">https://lists.openstreetmap.org/listinfo/talk-au</a><br></div></blockquote></div></blockquote><div style="16px" text-align="left"><br></div> </body>
</html>