You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello when extracting pbf file then converting to osm to be used in Houdini with "OSM Labs import" I get an error at line 190 in python code ( which is trying to find "node_id":
"for node_id in way.nodes:
node = self.nodes ...."
it's because when exctracting the area i need Osmextract miss some nodes like "<node id="4181592"..." and the OSM Labs Import ask for it later in by example : "...of course it crash because the data do not exist in the extracted file.
Also if you do the same extract from the website you don't have "uid" and "user" which are not necessary if you are not connected as registred user....
The text was updated successfully, but these errors were encountered:
Hello when extracting pbf file then converting to osm to be used in Houdini with "OSM Labs import" I get an error at line 190 in python code ( which is trying to find "node_id":
"for node_id in way.nodes:
node = self.nodes ...."
it's because when exctracting the area i need Osmextract miss some nodes like "<node id="4181592"..." and the OSM Labs Import ask for it later in by example : "...of course it crash because the data do not exist in the extracted file.
Also if you do the same extract from the website you don't have "uid" and "user" which are not necessary if you are not connected as registred user....
The text was updated successfully, but these errors were encountered: