<div dir="ltr">Hi Joseph,<div><br></div><div>Thanks for the detailed information. I'll try these options. </div><div><br></div><div>For leveraging the tasking-manager, I was assuming that I'll need a team of mappers who will manually create the ways by looking at the trace I've uploaded. Is there any alternative way? e.g. I can just upload and someone else will make roads by looking at that trace.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 20, 2019 at 7:50 PM marc marc <<a href="mailto:marc_marc_irc@hotmail.com">marc_marc_irc@hotmail.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">if you want to add yourself all these missing ways in osm,<br>
a simpler workflow :<br>
give a part to each one<br>
load the gpx trace with the editor of your choice<br>
simplify and connect it to the concerned ways, add tags<br>
upload the new ways into osm.<br>
some will say you may send the trace too.<br>
once finished, delete the trace of your computer<br>
or move it to a "done" directory<br>
<br>
and so on with the next trace until you finish your part :)<br>
<br>
Le 20.05.19 à 15:12, Ajay Singh1 via dev a écrit :<br>
> Hi Joseph,<br>
> <br>
> Thanks for your response. I've extensively cleaned the GPX data and I'm <br>
> marking only those roads as 'missing' ones where I'm getting trace more <br>
> than a threshold number of times, say 5 times.<br>
> <br>
> Few questions -<br>
> 1. Should I use something like <br>
> <a href="https://github.com/hotosm/tasking-manager" rel="noreferrer" target="_blank">https://github.com/hotosm/tasking-manager</a> to manage the entire process?<br>
> 2. As you mentioned - "/If possible, the mappers should look at more <br>
> than one GPS trace on the/<br>
> /road: /", do the mapper has to look at GPS in one tab and then make the <br>
> corresponding change in <a href="http://openstreetmap.org" rel="noreferrer" target="_blank">openstreetmap.org</a> <<a href="http://openstreetmap.org" rel="noreferrer" target="_blank">http://openstreetmap.org</a>>? <br>
> I've checked various ways to upload GPX data on OSM but I'm not getting <br>
> it right.<br>
> <br>
> Is there any documentation/tutorial for this process?<br>
> <br>
> <br>
> On Mon, May 20, 2019 at 5:56 PM Joseph Eisenberg <br>
> <<a href="mailto:joseph.eisenberg@gmail.com" target="_blank">joseph.eisenberg@gmail.com</a> <mailto:<a href="mailto:joseph.eisenberg@gmail.com" target="_blank">joseph.eisenberg@gmail.com</a>>> wrote:<br>
> <br>
>     Ajay,<br>
> <br>
>     It's great that you are adding more GPS traces for mappers to use.<br>
>     These are really helpful for checking the offset of aerial imagery and<br>
>     finding roads and paths to map.<br>
> <br>
>     I think you first 2 steps look fine. As far as tags for GPS traces,<br>
>     you can look at some other traces in your area to see what mappers<br>
>     usually add. It's common to mention that the trace was obtained by<br>
>     motorcycle, for example<br>
> <br>
>     For the 3rd step, make sure you follow the best practice for adding<br>
>     highways to OSM. Don't import the GPS traces directly.<br>
> <br>
>     A single GPS trace along a road will be offset from the centerline,<br>
>     since the motorcyclist has to travel on one side of the road. Also,<br>
>     GPS traces may have errors due to problems with poor signal or<br>
>     reflections in some areas. And GPS traces have too many nodes on<br>
>     strait sections, but sometimes too few around curves.<br>
> <br>
>     If possible, the mappers should look at more than one GPS trace on the<br>
>     road: at least one from each direction, so that the center of the road<br>
>     is clear. If possible, also check aerial imagery and compare to the<br>
>     GPS trace. The mappers can use the GPS traces and the aerial imagery<br>
>     together to find the centerline of the highway and map that, using the<br>
>     right number of nodes for straight sections and curves.<br>
> <br>
>     Because of this, it's not possible to find out exactly how many of<br>
>     your GPX files have become roads. But if you are adding GPS traces on<br>
>     roads that are currently missing in OSM, it's very likely that your<br>
>     work will be a main reason that new roads are added, and it will also<br>
>     make them more accurate.<br>
> <br>
>     On 5/17/19, Ajay Singh1 via dev <<a href="mailto:dev@openstreetmap.org" target="_blank">dev@openstreetmap.org</a><br>
>     <mailto:<a href="mailto:dev@openstreetmap.org" target="_blank">dev@openstreetmap.org</a>>> wrote:<br>
>      > Hi Team,<br>
>      ><br>
>      > I have got a few thousand cleaned GPX files of motorbikes. These<br>
>     trace<br>
>      > files majorly represent missing roads in OSM (which I have<br>
>     derived by using<br>
>      > months of bikers data and identifying tracepoints which are not<br>
>     near any of<br>
>      > the road segments in OSM).<br>
>      > I want to contribute to OSM on a regular basis and want to take<br>
>     an opinion<br>
>      > on my workflow for submission of these trace files to OSM.<br>
>      ><br>
>      > Workflow:<br>
>      >  1. Upload all GPX files in bulk using OSM UI(<br>
>      > <a href="https://wiki.openstreetmap.org/wiki/Upload_GPS_tracks" rel="noreferrer" target="_blank">https://wiki.openstreetmap.org/wiki/Upload_GPS_tracks</a>) or using API(<br>
>      > <a href="https://wiki.openstreetmap.org/wiki/API_v0.6" rel="noreferrer" target="_blank">https://wiki.openstreetmap.org/wiki/API_v0.6</a>).<br>
>      >  2. Pass some GPS-tags, e.g. name, id, status, etc. So, that I<br>
>     can query<br>
>      > data that I have uploaded.<br>
>      >  3. Have a team of 2-3 people who can then use JOSM or other<br>
>     editors to<br>
>      > make ways/roads from this GPX data to OSM<br>
>      ><br>
>      > Questions:<br>
>      >  1. Is this a correct workflow for uploading and making<br>
>     ways/roads from GPX<br>
>      > files?<br>
>      >  2. Can I use GPS-tags to track of how many gpx files have been<br>
>     converted<br>
>      > into ways/roads?<br>
>      ><br>
>      > Also, Is there any alternative to have this capability?<br>
>      ><br>
>      > Awaiting a quick response.<br>
>      ><br>
>      > --<br>
>      > Regards,<br>
>      > Ajay Singh<br>
>      ><br>
> <br>
> <br>
> <br>
> -- <br>
> Regards,<br>
> Ajay Singh<br>
> <br>
> _______________________________________________<br>
> dev mailing list<br>
> <a href="mailto:dev@openstreetmap.org" target="_blank">dev@openstreetmap.org</a><br>
> <a href="https://lists.openstreetmap.org/listinfo/dev" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/dev</a><br>
> <br>
<br>
_______________________________________________<br>
dev mailing list<br>
<a href="mailto:dev@openstreetmap.org" target="_blank">dev@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/dev" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/dev</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Regards,<br></div>Ajay Singh<br></div></div></div></div>