Hello everybody, I like to make a map of the electricity grid like this one: http://www.itoworld.com/map/4 Therefore I use data provided by geofabrik For the data processing in use osmosis with the command: osmosis --rb C:...\germany-latest.osm.pbf --tf accept-ways power=line --tf accept-relations --used-node --wx C:...\line_GER.osm In general it is worling fine, but sometimes lines are missing. For example this line https://www.openstreetmap.org/browse/way/207246060 Is dissapering after using osmosis. Meanwhile this line can be seen in the ITO map I also downloaded the region, without using any filter, but the result was the same... My question is if I´m using wrong data or if osmosis is responsible for the problem? I hope my problem is stated clearly. Than kyou in advance asked 19 May '13, 19:02 titalo edited 19 May '13, 22:04 Frederik Ramm ♦ |
2 Answers:
I have no clue why osmosis fails in this task, but have you tried Osmfilter already? Maybe you can avoid the missing of data by using that tool. answered 22 May '13, 16:04 stephan75 edited 29 May '13, 19:03 |
Osmosis has a default tag mapping/filtering, It may be that the power line is missing a crucial tag which instruct Osmosis to include it in the output map. Rabin answered 28 May '13, 11:27 shahav edited 28 May '13, 11:28 |
What version of Osmosis are you using?
Im using version 0.43 of osmosis