You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Write now we parse OSC files into json using
osm-adiff-parser
, then geojson usingreal-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.The text was updated successfully, but these errors were encountered: