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

building IDs not unique #8

Open
fscottfoti opened this issue Jan 30, 2018 · 1 comment
Open

building IDs not unique #8

fscottfoti opened this issue Jan 30, 2018 · 1 comment

Comments

@fscottfoti
Copy link
Collaborator

Using osmnx I get duplicated building IDs in different cities. When I fetch using a nearby point I get a different building I'd entirely.

@fscottfoti
Copy link
Collaborator Author

This is currently being dealt with by making building_ids unique counting numbers

https://github.com/oaklandanalytics/cutting_board/blob/master/merge_cities.py#L34

This is probably not a great long term approach since it would be better to use osm building ids in order to go and update osm when necessary.

The osm building ids here should be unique

https://github.com/oaklandanalytics/cutting_board/blob/master/merge_cities.py#L33

but they're not.

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