<div dir="ltr"><div>> 1) Adjacent parcels that are both numbered the same in Mass GIS, but <br>
really one has an "A" or "REAR" suffix. For example, 28 and 28A.<br></div>-- If two MassGIS points have the same location, housenumber and street, but one has UNIT, while the other doesn't then they are not merged. <br><div>
<br>
> 2) "Half" addresses. Not too uncommon in the older neighborhoods around <br>
Boston. I've been entering these as, e.g., "10-1/2" -- not sure if <br>
there's a better syntax.<br></div><div>-- If "10-1/2" is the way a housenumber is written in MassGIS then it will be imported in addr:housenumber=10-1/2. Yet, if MassGIS has housenumber=10 and unit=1/2, then these will be two tags -- addr:housenumber=10 and addr:unit=1/2<br><br></div><div>As for separators for multiple values, indeed, though, comma is more popular (as I can also see from addresses in Malden), it is recommended to adhere to the default semicolon which I will do.<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jul 24, 2018 at 6:47 PM <<a href="mailto:talk-us-massachusetts-request@openstreetmap.org">talk-us-massachusetts-request@openstreetmap.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Talk-us-massachusetts mailing list submissions to<br>
        <a href="mailto:talk-us-massachusetts@openstreetmap.org" target="_blank">talk-us-massachusetts@openstreetmap.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.openstreetmap.org/listinfo/talk-us-massachusetts" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/talk-us-massachusetts</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:talk-us-massachusetts-request@openstreetmap.org" target="_blank">talk-us-massachusetts-request@openstreetmap.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:talk-us-massachusetts-owner@openstreetmap.org" target="_blank">talk-us-massachusetts-owner@openstreetmap.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Talk-us-massachusetts digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. MassGIS address import -- on duplicates and       weird<br>
      housenumbers (Yury Yatsynovich)<br>
   2. Re: MassGIS address import -- on duplicates and weird<br>
      housenumbers (Alan & Ruth Bragg)<br>
   3. Re: MassGIS address import -- on duplicates and weird<br>
      housenumbers (John Goodman)<br>
   4. Re: MassGIS address import -- on duplicates and weird<br>
      housenumbers (Alan & Ruth Bragg)<br>
   5. Re: MassGIS address import -- on duplicates and weird<br>
      housenumbers (John Goodman)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 24 Jul 2018 12:48:59 -0400<br>
From: Yury Yatsynovich <<a href="mailto:yury.yatsynovich@gmail.com" target="_blank">yury.yatsynovich@gmail.com</a>><br>
To: OSM Massachusetts <<a href="mailto:talk-us-massachusetts@openstreetmap.org" target="_blank">talk-us-massachusetts@openstreetmap.org</a>><br>
Subject: [Talk-us-massachusetts] MassGIS address import -- on<br>
        duplicates and  weird housenumbers<br>
Message-ID:<br>
        <CAJbo8cGBCCBXtU=<a href="mailto:PtM0nPt6n%2Bnf7WjsO7-Cyo28xke0UER%2BDPQ@mail.gmail.com" target="_blank">PtM0nPt6n+nf7WjsO7-Cyo28xke0UER+DPQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
For the points with units I've noticed that in most cases they are<br>
duplicates (have exactly the same location), so to avoid the error in JOSM<br>
that "duplicates are created" and to avoid mess on the map I would merge<br>
such points (same location, street and housenumber but different units),<br>
combining the info on units into addr:unit="A,B,C,..." etc. When/if<br>
somebody wants to allocate units to entrances it will take one a bit of<br>
extra effort -- instead of dragging ready points to the right entrance one<br>
would need to create such points from addr:unit="A,B,C,..."  (a relatively<br>
small extra step which can be implemented with a script).<br>
<br>
Another issue that I've noticed -- some addresses have housenumbers equal<br>
to 0, yet, some of them have proper unit numbers. What shall be done with<br>
such addresses? Importing addr:housenumber=0 as in MassGIS? Or are there<br>
other OSM-compatible sources to double-check addresses?<br>
<br>
Currently I'm done with matching addresses to buildings and merging<br>
duplicate nodes (same location, street and housenumber but different<br>
units). I also used a python module titlecase + some patterns that I've<br>
noticed in names of streets in MA from OSM (so, there should be no problems<br>
with either "McDonald" or "YMCA Street"). Folder with matched and unmatched<br>
addresses split by counties is here: <a href="https://mega.nz/#F!Wg9RQJzL" rel="noreferrer" target="_blank">https://mega.nz/#F!Wg9RQJzL</a><br>
!MIyYl9kq5AivIm5SOxGAow<br>
Python script that I used: <a href="https://mega.nz/#!Ct9lCLDJ" rel="noreferrer" target="_blank">https://mega.nz/#!Ct9lCLDJ</a><br>
!bm7SpzTnuaYTdiNlJw4CGB3AQ3WjY6jxeC1cQzDRx4o<br>
<br>
In the next couple of days I'll try to write a script that would create<br>
changesets based on OSMID's of buildings (for adding to them matched<br>
addresses).<br>
-- <br>
Yury Yatsynovich<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.openstreetmap.org/pipermail/talk-us-massachusetts/attachments/20180724/5c346d35/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.openstreetmap.org/pipermail/talk-us-massachusetts/attachments/20180724/5c346d35/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 24 Jul 2018 17:37:16 -0400<br>
From: "Alan & Ruth Bragg" <<a href="mailto:alan.ruth.bragg@gmail.com" target="_blank">alan.ruth.bragg@gmail.com</a>><br>
To: Yury Yatsynovich <<a href="mailto:yury.yatsynovich@gmail.com" target="_blank">yury.yatsynovich@gmail.com</a>><br>
Cc: OSM Massachusetts <<a href="mailto:talk-us-massachusetts@openstreetmap.org" target="_blank">talk-us-massachusetts@openstreetmap.org</a>><br>
Subject: Re: [Talk-us-massachusetts] MassGIS address import -- on<br>
        duplicates and weird housenumbers<br>
Message-ID:<br>
        <<a href="mailto:CAJNWF5B%2B1xPqDmGzo4OTpZ3oJ2GqWe_a2McG-mW1wTRCYWiZNQ@mail.gmail.com" target="_blank">CAJNWF5B+1xPqDmGzo4OTpZ3oJ2GqWe_a2McG-mW1wTRCYWiZNQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Yuri,<br>
Great work, I agree and am fine with rolling up stacked unit numbers into a<br>
list addr:unit=A;B;C<br>
I've looked at a couple pages on syntax and think the proper delimiter<br>
might be a semi-colon. Maybe someone knows better.<br>
I don't think the quotes are necessary.<br>
<br>
There are already 35 buildings in MA with an address of 0. It's certainly<br>
suspicious. I'm in favor of not importing zeros. Import the addr:street etc<br>
but not the addr:housenumber=0<br>
There are two locations with the 0 address in Bedford.<br>
<br>
My town gis map shows a building at 32 YD Road that's identified as 0 YD<br>
Road in the massgis point data file.<br>
<br>
The other location with an address of 0 is in a stack of 110 nodes<br>
containing 77 different addresses  next to a road on Hanscom AFB. The<br>
POINT_TYPE is BMP.  BMP is noted in the massgis definitions as "oddly<br>
distributed buildings or unusually configured property boundaries ....we<br>
will consider shifting these points to more intuitive and suitable<br>
locations"<br>
<br>
<br>
On Tue, Jul 24, 2018 at 12:49 PM Yury Yatsynovich <<br>
<a href="mailto:yury.yatsynovich@gmail.com" target="_blank">yury.yatsynovich@gmail.com</a>> wrote:<br>
<br>
> For the points with units I've noticed that in most cases they are<br>
> duplicates (have exactly the same location), so to avoid the error in JOSM<br>
> that "duplicates are created" and to avoid mess on the map I would merge<br>
> such points (same location, street and housenumber but different units),<br>
> combining the info on units into addr:unit="A,B,C,..." etc. When/if<br>
> somebody wants to allocate units to entrances it will take one a bit of<br>
> extra effort -- instead of dragging ready points to the right entrance one<br>
> would need to create such points from addr:unit="A,B,C,..."  (a relatively<br>
> small extra step which can be implemented with a script).<br>
><br>
> Another issue that I've noticed -- some addresses have housenumbers equal<br>
> to 0, yet, some of them have proper unit numbers. What shall be done with<br>
> such addresses? Importing addr:housenumber=0 as in MassGIS? Or are there<br>
> other OSM-compatible sources to double-check addresses?<br>
><br>
> Currently I'm done with matching addresses to buildings and merging<br>
> duplicate nodes (same location, street and housenumber but different<br>
> units). I also used a python module titlecase + some patterns that I've<br>
> noticed in names of streets in MA from OSM (so, there should be no problems<br>
> with either "McDonald" or "YMCA Street"). Folder with matched and unmatched<br>
> addresses split by counties is here: <a href="https://mega.nz/#F!Wg9RQJzL" rel="noreferrer" target="_blank">https://mega.nz/#F!Wg9RQJzL</a><br>
> !MIyYl9kq5AivIm5SOxGAow<br>
> Python script that I used: <a href="https://mega.nz/#!Ct9lCLDJ" rel="noreferrer" target="_blank">https://mega.nz/#!Ct9lCLDJ</a><br>
> !bm7SpzTnuaYTdiNlJw4CGB3AQ3WjY6jxeC1cQzDRx4o<br>
><br>
> In the next couple of days I'll try to write a script that would create<br>
> changesets based on OSMID's of buildings (for adding to them matched<br>
> addresses).<br>
> --<br>
> Yury Yatsynovich<br>
> _______________________________________________<br>
> Talk-us-massachusetts mailing list<br>
> <a href="mailto:Talk-us-massachusetts@openstreetmap.org" target="_blank">Talk-us-massachusetts@openstreetmap.org</a><br>
> <a href="https://lists.openstreetmap.org/listinfo/talk-us-massachusetts" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/talk-us-massachusetts</a><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.openstreetmap.org/pipermail/talk-us-massachusetts/attachments/20180724/078b3121/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.openstreetmap.org/pipermail/talk-us-massachusetts/attachments/20180724/078b3121/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 24 Jul 2018 17:59:38 -0400<br>
From: John Goodman <<a href="mailto:jg1@qlam.com" target="_blank">jg1@qlam.com</a>><br>
To: <a href="mailto:talk-us-massachusetts@openstreetmap.org" target="_blank">talk-us-massachusetts@openstreetmap.org</a><br>
Subject: Re: [Talk-us-massachusetts] MassGIS address import -- on<br>
        duplicates and weird housenumbers<br>
Message-ID: <<a href="mailto:878c286b-750f-d544-c1ef-2d3b78d7330a@qlam.com" target="_blank">878c286b-750f-d544-c1ef-2d3b78d7330a@qlam.com</a>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
On 2018.07.24 17:37, Alan & Ruth Bragg wrote:<br>
> There are already 35 buildings in MA with an address of 0. It's <br>
> certainly suspicious.<br>
<br>
But not necessarily incorrect. I've mapped several addresses of zero, <br>
confirmed by multiple sources (town assessor's data, USPS ZIP code by <br>
address web page, view of the house number itself).<br>
<br>
For example: 0 Carmen Avenue, Stoneham, MA 02180 (42.482943, <br>
-71.077575), a house put up (probably after a property division) <br>
forty-odd years after addresses 1, 2, 3, 4 etc. Rather than renumber <br>
everyone, they were assigned address zero.<br>
<br>
John Goodman<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 24 Jul 2018 18:33:49 -0400<br>
From: "Alan & Ruth Bragg" <<a href="mailto:alan.ruth.bragg@gmail.com" target="_blank">alan.ruth.bragg@gmail.com</a>><br>
To: <a href="mailto:jg1@qlam.com" target="_blank">jg1@qlam.com</a><br>
Cc: OSM Massachusetts <<a href="mailto:talk-us-massachusetts@openstreetmap.org" target="_blank">talk-us-massachusetts@openstreetmap.org</a>><br>
Subject: Re: [Talk-us-massachusetts] MassGIS address import -- on<br>
        duplicates and weird housenumbers<br>
Message-ID:<br>
        <<a href="mailto:CAJNWF5Dnnzv0vOA-ESSWrhrfPhozs04NqAXsDCLx3f2xzTuAJw@mail.gmail.com" target="_blank">CAJNWF5Dnnzv0vOA-ESSWrhrfPhozs04NqAXsDCLx3f2xzTuAJw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Thanks John, I retract my comment about not importing  addr:housenumber=0.<br>
Actually, I've seen some crazy stuff in Billerica in an old cottage<br>
community where two new houses were inserted between single digit numbers<br>
with values in the 50's.<br>
Alan<br>
<br>
<br>
On Tue, Jul 24, 2018 at 5:59 PM John Goodman <<a href="mailto:jg1@qlam.com" target="_blank">jg1@qlam.com</a>> wrote:<br>
<br>
> On 2018.07.24 17:37, Alan & Ruth Bragg wrote:<br>
> > There are already 35 buildings in MA with an address of 0. It's<br>
> > certainly suspicious.<br>
><br>
> But not necessarily incorrect. I've mapped several addresses of zero,<br>
> confirmed by multiple sources (town assessor's data, USPS ZIP code by<br>
> address web page, view of the house number itself).<br>
><br>
> For example: 0 Carmen Avenue, Stoneham, MA 02180 (42.482943,<br>
> -71.077575), a house put up (probably after a property division)<br>
> forty-odd years after addresses 1, 2, 3, 4 etc. Rather than renumber<br>
> everyone, they were assigned address zero.<br>
><br>
> John Goodman<br>
><br>
> _______________________________________________<br>
> Talk-us-massachusetts mailing list<br>
> <a href="mailto:Talk-us-massachusetts@openstreetmap.org" target="_blank">Talk-us-massachusetts@openstreetmap.org</a><br>
> <a href="https://lists.openstreetmap.org/listinfo/talk-us-massachusetts" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/talk-us-massachusetts</a><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.openstreetmap.org/pipermail/talk-us-massachusetts/attachments/20180724/6dbb556e/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.openstreetmap.org/pipermail/talk-us-massachusetts/attachments/20180724/6dbb556e/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 24 Jul 2018 18:47:25 -0400<br>
From: John Goodman <<a href="mailto:jg1@qlam.com" target="_blank">jg1@qlam.com</a>><br>
To: Alan & Ruth Bragg <<a href="mailto:alan.ruth.bragg@gmail.com" target="_blank">alan.ruth.bragg@gmail.com</a>><br>
Cc: OSM Massachusetts <<a href="mailto:talk-us-massachusetts@openstreetmap.org" target="_blank">talk-us-massachusetts@openstreetmap.org</a>><br>
Subject: Re: [Talk-us-massachusetts] MassGIS address import -- on<br>
        duplicates and weird housenumbers<br>
Message-ID: <<a href="mailto:8b815283-8d4a-5279-b21c-ea01db18dddb@qlam.com" target="_blank">8b815283-8d4a-5279-b21c-ea01db18dddb@qlam.com</a>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Indeed. Two additional special situations that import scripts should be <br>
aware of:<br>
<br>
1) Adjacent parcels that are both numbered the same in Mass GIS, but <br>
really one has an "A" or "REAR" suffix. For example, 28 and 28A.<br>
<br>
2) "Half" addresses. Not too uncommon in the older neighborhoods around <br>
Boston. I've been entering these as, e.g., "10-1/2" -- not sure if <br>
there's a better syntax.<br>
<br>
John Goodman<br>
<br>
<br>
<br>
On 2018.07.24 18:33, Alan & Ruth Bragg wrote:<br>
> Thanks John, I retract my comment about not importing  <br>
> addr:housenumber=0. Actually, I've seen some crazy stuff in Billerica in <br>
> an old cottage community where two new houses were inserted between <br>
> single digit numbers with values in the 50's.<br>
> Alan<br>
> <br>
> <br>
> On Tue, Jul 24, 2018 at 5:59 PM John Goodman <<a href="mailto:jg1@qlam.com" target="_blank">jg1@qlam.com</a> <br>
> <mailto:<a href="mailto:jg1@qlam.com" target="_blank">jg1@qlam.com</a>>> wrote:<br>
> <br>
>     On 2018.07.24 17:37, Alan & Ruth Bragg wrote:<br>
>      > There are already 35 buildings in MA with an address of 0. It's<br>
>      > certainly suspicious.<br>
> <br>
>     But not necessarily incorrect. I've mapped several addresses of zero,<br>
>     confirmed by multiple sources (town assessor's data, USPS ZIP code by<br>
>     address web page, view of the house number itself).<br>
> <br>
>     For example: 0 Carmen Avenue, Stoneham, MA 02180 (42.482943,<br>
>     -71.077575), a house put up (probably after a property division)<br>
>     forty-odd years after addresses 1, 2, 3, 4 etc. Rather than renumber<br>
>     everyone, they were assigned address zero.<br>
> <br>
>     John Goodman<br>
> <br>
>     _______________________________________________<br>
>     Talk-us-massachusetts mailing list<br>
>     <a href="mailto:Talk-us-massachusetts@openstreetmap.org" target="_blank">Talk-us-massachusetts@openstreetmap.org</a><br>
>     <mailto:<a href="mailto:Talk-us-massachusetts@openstreetmap.org" target="_blank">Talk-us-massachusetts@openstreetmap.org</a>><br>
>     <a href="https://lists.openstreetmap.org/listinfo/talk-us-massachusetts" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/talk-us-massachusetts</a><br>
> <br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Talk-us-massachusetts mailing list<br>
<a href="mailto:Talk-us-massachusetts@openstreetmap.org" target="_blank">Talk-us-massachusetts@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/talk-us-massachusetts" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/talk-us-massachusetts</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Talk-us-massachusetts Digest, Vol 22, Issue 24<br>
*****************************************************<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Yury Yatsynovich</div>