<div dir="ltr">Thanks for sharing your insight and expertise Stuart.<div><br></div><div>I can see why there might be resistance to importing data. Personally, I take the view that it saves a lot of time even if it's not perfect (progress being incremental and all). The majority of bus stops near me in OSM were added by myself and that's taken a long time. If the data had been imported already then it would be much quicker to see where stops are and then simply verify/update the data that's there. With that in mind, that's basically all I'm proposing - a set of human reviewed mechanical edits specifically for the Aberdeen area as I'm familiar with it. Looking at the data already I can see that most of it matches up with bus stops I've mapped and some are a couple of meters off the true position.</div><div><br></div><div>To more accurately define the scope of what I'd like to do:</div><div><ol><li>Import data specifically for the Aberdeen admin area (ATCO code 639)</li><li>Import stops of type BCT ("On-street Bus / Coach / Trolley Stop.")</li><li>Import BCT stops of type MKD ("Marked (pole, shelter etc)")</li><li>Manually conflate and review the data before upload</li><li>Split the edits up according to the "LocalityName" data field (basically districts from what I can tell)</li></ol></div><div>If I'm able to make it through that process then a methodology will have been established which perhaps others can use for their areas too. Then perhaps I can investigate other types of stop (hail and ride, custom, flexible) and transport.</div><div><br></div><div>As for `naptan:` tagging (<a href="https://wiki.openstreetmap.org/wiki/NaPTAN/Tag_mappings">https://wiki.openstreetmap.org/wiki/NaPTAN/Tag_mappings</a>), I guess I'm just not sure why much of that data has to be present in OSM. Surely just the identifier is enough as it provides a link to the NaPTAN data itself.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 1, 2019 at 4:21 PM Stuart Reynolds <<a href="mailto:stuart@travelinesoutheast.org.uk">stuart@travelinesoutheast.org.uk</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 style="overflow-wrap: break-word;">
Hi Spike,
<div><br>
</div>
<div>There are two aspects to your question. The first is around mechanical edits (i.e. importing NaPTAN), and I’ll defer to the group for that because while I would like to use NaPTAN (matained, mostly) to update OSM (not maintained, mostly) across
 the UK, there is resistance to that - and it is because of that “mostly” issue, because in some areas bus stops have been more accurately surveyed.</div>
<div><br>
</div>
<div>However, one of my many hats (as a consultant) is as the DfT’s “Public Transport Data Standards” expert (Transport is a devolved power, but the Scottish Parliament usually keeps Scotland broadly aligned with England). If you want to know specific
 things about NaPTAN fields, then I can tell you what they are for and why we need them - either email me direct, or reply here if you think that it would be more widely interesting. That is particularly true of stop points which are “Custom & Practice” or
 “Hail & Ride” which are not marked on the ground at all (so are perhaps irrelevant from a mapping perspective), but are nevertheless valid stopping points (and very important from a PT perspective)</div>
<div><br>
</div>
<div>As a general note to both you and the wider community, the (English) Bus Services Act 2017 provides powers to compel Local Authorities to maintain NaPTAN data, and there are steps being discussed to assist in bulk “improvements” to the stop data
 ahead of the timetable provision which is intended to commence Jan 2020, mandatory by Jan 2021 (these dates all in the public domain, by the way). There is a similar Bill going through Holyrood at present, but I don’t know precisely what powers it will contain
 or what dates it will mandate.<br>
<div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">
<br class="gmail-m_-5916807622149549010Apple-interchange-newline">
Regards,</div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">
Stuart Reynolds</div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">
for traveline south east and anglia</div>
</div>
<div><br>
<blockquote type="cite">
<div>On 1 Jul 2019, at 16:02, Silent Spike <<a href="mailto:silentspike100@gmail.com" target="_blank">silentspike100@gmail.com</a>> wrote:</div>
<br class="gmail-m_-5916807622149549010Apple-interchange-newline">
<div>
<div dir="ltr">Hey folks,
<div><br>
</div>
<div>I'm interested in importing NaPTAN bus stop data (<a href="https://wiki.openstreetmap.org/wiki/NaPTAN/Import" target="_blank">https://wiki.openstreetmap.org/wiki/NaPTAN/Import</a>) specifically for my area of the UK (Aberdeen).</div>
<div><br>
</div>
<div>As far as I can tell, some progress was made previously on importing NaPTAN data for specific areas of the UK. However, the process for requesting an import on the wiki seems to have broken down somewhere along the line and I believe the python
 script mentioned on the wiki is outdated.</div>
<div><br>
</div>
<div>I went ahead and wrote a 5 minute python 3 script to convert the NaPTAN csv bus stops file into OSM XML which I can import using JOSM. I'm splitting the data into files by local area - here's an example of an area I'm familiar with (<a href="https://i.imgur.com/xE7TF2c.png" target="_blank">https://i.imgur.com/xE7TF2c.png</a>)
 where you can see the import data (blue) line up well with the existing data (black).</div>
<div><br>
</div>
<div>My plan for conflation was basically to do it by hand since I'm familiar with the area and can take my time to do each local area individually. However, I could probably also set up some data matching by checking the stop names and offsets of
 existing data.</div>
<div><br>
</div>
<div>As for tagging, I'm unsure what the current status is regarding the `naptan:` namespace. Looking at those tags, they all seem pretty useless to me (except `naptan:AtcoCode` as an identifier). Currently I'm just using roadside bus stops marked
 with a shelter or pole and following the PTv2 scheme to tag them as `highway=bus_stop`, `public_transport_platform` and `bus=yes`.</div>
<div><br>
</div>
<div>If anyone has any suggestions or input please let me know! Obviously I won't be importing anything without some community approval first.</div>
</div>
_______________________________________________<br>
Talk-GB mailing list<br>
<a href="mailto:Talk-GB@openstreetmap.org" target="_blank">Talk-GB@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/talk-gb" target="_blank">https://lists.openstreetmap.org/listinfo/talk-gb</a><br>
</div>
</blockquote>
</div>
<br>
</div>
</div>

</blockquote></div>