<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">One thing that I only recently figured out: You can include a search for your OSM user ID in the Overpass query. That might help to find roads you’ve edited in the past so you can remove the tiger:reviewed tag.<div class=""><br class=""></div><div class="">I am using that to find all those highway=stop I mapped back when the Wiki said that the render/consumer could figure out which direction is was for based on distance to the nearest intersection. Since that time tagging practice has changed and a “direction=forward | backward” tag is now supposed to be on nodes tagged with “highway=stop | yield”.</div><div class=""><br class=""></div><div class="">Since Osmose is nagging me, I thought I should go back and clean up the several thousand instances. About 2/3rds of the way done on that task. The Overpass search I currently use is:</div><div class=""><br class=""></div><div class=""><div class=""></div><blockquote type="cite" class=""><div class="">[out:xml][timeout:25];</div><div class="">(</div><div class=""> node(user:"n76")["direction"!~".*"]["highway"="stop"]({{bbox}});</div><div class=""> node(user:"n76")["direction"!~".*"]["highway"="give_way"]({{bbox}});</div><div class="">);</div><div class="">out meta;</div><div class="">>;</div><div class="">out meta qt;</div></blockquote><div class=""><br class=""></div><div class="">p.s. Thanks Steve! I was not aware I could use a geocode area like California for my Overpass search boundary. That will come is handy!</div><div class=""><br class=""></div><div>—Tod</div><div><br class=""><blockquote type="cite" class=""><div class="">On Jul 7, 2020, at 4:37 PM, Bob Gambrel <<a href="mailto:rjgambrel@gmail.com" class="">rjgambrel@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">A very good answer stevea. I suspect the changes I have been making would be appropriate enough for removing tiger_reviewed=no.<div class=""><br class=""></div><div class="">1) almost always have driven the road as passenger taking notes in OSMAND+ about pavement type</div><div class="">2) in ID carefully aligning the roads</div><div class="">3) in ID verifying that an extra road doesn't exist by looking at several aerial phots sources before deleting</div><div class="">4) setting pavement tpe</div><div class="">5) setting lane counts</div><div class="">6) putting in traffic signals where known</div><div class="">7) noting stop signs where possible and adding stop sign nodes</div><div class=""><br class=""></div><div class="">Have been less likely to change road type. For example have left minor rural roads as residential if there are farms on it. I have made sure that service roads and driveways are not naked as residential.</div><div class=""><br class=""></div><div class="">From now on I will get rid of the tag as I walk through an area.</div><div class=""><br class=""></div><div class="">Thanks for the two links and advice. Am not ready to exhaustively do an area by using OT. For now just concentration on roads that I have been on and taken notes about and have created and uploaded traces for.</div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 7, 2020 at 5:43 PM stevea <<a href="mailto:steveaOSM@softworkers.com" class="">steveaOSM@softworkers.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Bob, thank you for asking.<br class="">
<br class="">
Good entry points for the history and what to do with TIGER data are <a href="https://wiki.osm.org/wiki/TIGER" rel="noreferrer" target="_blank" class="">https://wiki.osm.org/wiki/TIGER</a> and <a href="https://wiki.osm.org/wiki/TIGER_fixup" rel="noreferrer" target="_blank" class="">https://wiki.osm.org/wiki/TIGER_fixup</a> (respectively). One of the more important things you CAN do is that if you truly do "fix up" TIGER data to about as good as it can be today (given local knowledge — best — or aerial / satellite data like Esri or Bing) is to remove the tiger_reviewed=no tag. As the latter wiki says, "the practice to remove this tag varies" but I believe you should feel confident removing it when you are personally proud of the resultant data in OSM being truly reflective of what is in reality as you upload the changeset containing it. And, it isn't simply "alignment" being accurate, all of the tags on that datum should be snappy, modern and correct, too. It's not hard, and can even be fun with some practice.<br class="">
<br class="">
There used to be some excellent tools for visualizing areas where TIGER Review is needed, unfortunately, these are either old, fully deprecated or replaced by less-than-as-useful tools (imo). It may be that Overpass Turbo (OT) queries suit you, I use them in my large (data, geographically) state of California on TIGER rail data, and the results (while somewhat large) are not overwhelming, either to browsers, editors (like JOSM) where you might edit them (or subsets of them) or humans. However, for highway=* data, especially in a large (data, geographically) state where little TIGER Review has already completed, you may very well find OT does get overwhelmed. Try the query I (and others) use for California/Railroads:<br class="">
<br class="">
<a href="http://overpass-turbo.eu/s/PSt" rel="noreferrer" target="_blank" class="">http://overpass-turbo.eu/s/PSt</a><br class="">
<br class="">
noting that it is easy to change the geocodeArea to your state and "way[railway]" to something like "way[highway=tertiary]"<br class="">
<br class="">
Of course, you are asking the OT server to digest large amounts of data as you do so, be prepared to (first) increase the timeout value (try one-minute-at-a-time bump-ups, from 180 to 240, from 240 to 300...) and (second) you might need to decrease the geocodeArea to a (unique) county, rather than a whole state-at-a-time. Good luck, have fun, share with your OSM friends how this can be a fun activity in your local area and let's slay the TIGER dragon!<br class="">
<br class="">
SteveA</blockquote></div>
_______________________________________________<br class="">Talk-us mailing list<br class=""><a href="mailto:Talk-us@openstreetmap.org" class="">Talk-us@openstreetmap.org</a><br class="">https://lists.openstreetmap.org/listinfo/talk-us<br class=""></div></blockquote></div><br class=""></div></body></html>