I am trying to extract metrics about routes that I want to run - such as how many intersections occur along it - for data analysis. I have a series of lat/long points. Ideally I would convert all of my trackpoints to OSM nodes and just perform a count of infrastructure features along the route. Thank you! asked 26 Jul '18, 00:49 mdeen |
If you have your trackpoints as a .gpx file you don't even need a conversion. Josm can read the .gpx file. If you save that file locally than you have a local copy of the Osm Database with your trackpoints. If you tell us what in what format your trackpoints are and with what software you try to extract the info from the Osm Database we might provide a better answer. Gys answered 26 Jul '18, 07:19 Gys de Jongh |