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

Write parser OSC > FGB #31

Open
kamicut opened this issue Sep 11, 2023 · 0 comments
Open

Write parser OSC > FGB #31

kamicut opened this issue Sep 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kamicut
Copy link
Member

kamicut commented Sep 11, 2023

Write now we parse OSC files into json using osm-adiff-parser, then geojson using real-changesets-parser and then roll up the files into one geojson and use Ogr2Ogr to create an FGB for each time resolution.

To avoid the intermediary steps, it would be interesting to build a Rust parser that reads in OSC XML and automatically packs features into FGBs. We could use FGBwriter and Geozero on the write side, but we would still need to implement adiff-parser using a custom XML to Feature parser.

@kamicut kamicut added the enhancement New feature or request label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant