<div dir="ltr"><div>Fixed: references -> relations.</div><div><br></div><div>Noted: "False impression of data freshness". I hadn't considered this and I would like more opinions.<br></div><div><br></div><div>Regarding
 "single area-code Question" I think you're talking about 7 digit 
numbers, and my plan to optimistically appending an area code in cases 
like Maine where there is only one area code. I acknowledge that as the 
weakest of the assumptions but I thought of it as a safe guess and a net
 positive change. For context on why I feel confident, living in Maine 
where we only have one area code, locals will omit the area code 
because we don't need it when dialing locally.<br></div><div><br></div><div>Regarding "how many seven-digit numbers" Good question! There are <b>6 in Maine</b>, <b>163 in USA</b>.<br></div><div style="margin-left:40px">(node<br>    ['phone'~'^([^0-9]*[0-9]){7}[^0-9]*$']<br>    (area:3600063512); // or 3609331155 for usa<br> way<br>    ['phone'~'^([^0-9]*[0-9]){7}[^0-9]*$']<br>    (area:3600063512);<br> relation<br>    ['phone'~'^([^0-9]*[0-9]){7}[^0-9]*$']<br>    (area:3600063512););<br> out count;</div><div><br></div><div>The C# tools I'm building should work with any c# IDE. I use <a href="https://visualstudio.microsoft.com/vs/" target="_blank">VisualStudio</a> which is free, and available on iOS and Windows. I'm happy to help if you want to get them up and running.</div><div><br></div><div>-Alex</div>

</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 8, 2019 at 3:58 PM Kevin Broderick <<a href="mailto:ktb@kevinbroderick.com" target="_blank">ktb@kevinbroderick.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I'm of mixed feelings on the apparent freshness, but as long as the guidelines are followed so changesets are of reasonable size and easily identified as scripted, I don't see much of an issue.<div><br></div><div>While having an automated script make assumptions caused me to twitch a little, the reality is that a human is going to make the same assumption. If I see a seven-digit number on a sign and want to dial it, I'm going to assume that the area code is 207; if I'm across the state line in New Hampshire, I'm going to assume 603. If that assumption isn't correct, the source data is bad anyhow, and adding the implicit area code isn't making it substantially worse. Have you been able to discern how many seven-digit numbers are in the system?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 8, 2019 at 2:56 PM Jmapb <<a href="mailto:jmapb@gmx.com" target="_blank">jmapb@gmx.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 8/8/2019 1:28 PM, Alex Hennings wrote:<br>
> Community,<br>
><br>
> I'm planning a scripted change and would like feedback. Plans are<br>
> outlined here:<br>
> <a href="https://wiki.openstreetmap.org/wiki/Automated_edits/blackboxlogic" rel="noreferrer" target="_blank">https://wiki.openstreetmap.org/wiki/Automated_edits/blackboxlogic</a><br>
><br>
> I'd appreciate feedback or questions in the 'Discussion' portion of<br>
> that wiki page, or within this email list.<br>
<br>
Hi Alex!<br>
<br>
First, a possible typo: I think "Nodes, Ways and References" should be<br>
"Nodes, Ways and Relations"?<br>
<br>
I'm a fan of the +1-xxx-xxx-xxxx format, since it's the only standard<br>
format that's visually intuitive to North American users. I often switch<br>
numbers to this format when I make updates to an existing POI.<br>
<br>
Personally, though, I've always felt a little uneasy about automated<br>
updates like this because they give a false impression of the freshness<br>
of the data. If it's been five years since any "real" updates to a POI,<br>
I'd rather that the date of last update reflected that. It's hard to<br>
gauge the community consensus on this issue, but IMO running this on<br>
POIs that have been manually updated (ie not by a mass edit) in the last<br>
6 months would be fine.<br>
<br>
Regarding the single area code question... now that cell phones, VOIP,<br>
and nationwide calling plans are ubiquitous, the idea that a certain<br>
area code refers to a certain area is steadily eroding. I have started<br>
to see a few businesses with out-of-state phone numbers on their<br>
signs... but at this point it's still more likely that an out-of-state<br>
area code is an error or SEO spam. I'd suggest that these would go into<br>
your "Manually review or flag" category.<br>
<br>
Regardless, the idea that an area can have a single "traditional" area<br>
code is still true. Personally I have no problem with prepending the<br>
traditional area code onto 7-digit phone numbers. (I do it all the time<br>
in manual mapping.)<br>
<br>
Finally, thanks for posting your tools... I see these are written in<br>
CSharp, which I'm only tangentially familiar with. What sort of<br>
environment would one need to build these?<br>
<br>
Thanks, Jason<br>
<br>
<br>
<br>
_______________________________________________<br>
Talk-us mailing list<br>
<a href="mailto:Talk-us@openstreetmap.org" target="_blank">Talk-us@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/talk-us" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/talk-us</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_-7527599223126712430gmail-m_-6866761306333297448gmail_signature"><div dir="ltr"><div>Kevin Broderick</div><div><a href="mailto:ktb@kevinbroderick.com" target="_blank">ktb@kevinbroderick.com</a></div></div></div>
_______________________________________________<br>
Talk-us mailing list<br>
<a href="mailto:Talk-us@openstreetmap.org" target="_blank">Talk-us@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/talk-us" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/talk-us</a><br>
</blockquote></div>