.osm data import to houdini

   5334   2   2
User Avatar
Member
80 posts
Joined:
Offline
I've been trying to import data from .osm (open source maps) and found a couple of converters that DON'T work, but one way round this is to export .xml data, does anyone know anything about getting .osm to .xml, converting .xml to something houdini can understand? Thanks.
tea-time + rand(FF) = true
User Avatar
Member
10 posts
Joined: July 2013
Offline
Any progress on this?

cheers
User Avatar
Member
1 posts
Joined: Jan. 2015
Offline
Technically xml and osm are the same, both should work.

You don't need to convert anything, just create file parameter and load osm/xml file, after parse it with Python's xml.dom.minidom
  • Quick Links