I am a volunteer of the cultural public non-commercial project "Тарас шевченко єднає народи" ("Taras Shevchenko unites the people"). I was asked to calculate the total length of objects with the name "Shevchenko" in Ukraine. I need to write a program that:
I would be grateful for an explanation of how to find the necessary data in the OSM file, as well as for explaining the structure of the OSM file. I would be grateful for any help in writing up such a program. I will also be grateful for the help in finding similar programs. asked 28 Jan '19, 16:45 Anatolii Kha...
(28 Jan '19, 20:11)
aseerel4c26 ♦
|
I suspect the easiest way to do what you want is to actually setup a postgres/postgis database and import an extract of OSM data covering Ukrania with osm2pgsql. Alternatively you could try to just extract the relevant data with overpass api/overpass turbo and sum it in a tool for example QGIS (maybe that is possible in overpass itself) see https://help.openstreetmap.org/questions/42859/find-total-length-of-ways-within-a-region-in-overpass-turbo answered 29 Jan '19, 09:45 SimonPoole ♦ |