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

feat: Denormalize ways & relations #1

Merged
merged 9 commits into from
Dec 29, 2020
Merged

Conversation

okdistribute
Copy link
Contributor

@okdistribute okdistribute commented Nov 24, 2020

This was a doozy since we're loading from pbf using osmpbf, and writing to o5m files using a different library. The two rust packages that have been written for these two formats don't really work well together and I had to manually stitch it together in main.rs

I wonder if it would be more performant to write a specific o5m writer that doesn't require buffering and converting all of these fields into memory.

For now, at least I have it working so next is to add some tests and load it into Eyros!

@okdistribute okdistribute requested a review from a user November 24, 2020 05:15
@okdistribute okdistribute merged commit 2ca64b7 into master Dec 29, 2020
@okdistribute okdistribute deleted the feat/way-denormalization branch December 29, 2020 05:13
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

Successfully merging this pull request may close these issues.

None yet

1 participant