We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: