Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Osmextract missing nodes id #151

Open
oniregoc opened this issue Sep 2, 2024 · 0 comments
Open

Osmextract missing nodes id #151

oniregoc opened this issue Sep 2, 2024 · 0 comments

Comments

@oniregoc
Copy link

oniregoc commented Sep 2, 2024

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....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant