qedus / osmpbf

OpenStreetMap PBF file format parser in Go Lang.
MIT License
142 stars 30 forks source link

Support OSC files (replication change files) #22

Closed Iulian7 closed 7 years ago

Iulian7 commented 7 years ago

Are there any plans to support parsing .osc files like those used for the planet replication (e.g. https://planet.openstreetmap.org/replication/hour/000/)?

jongillham commented 7 years ago

Hi @lulian7, this package is specifically for supporting the Protocol Buffer (PBF) format. I see the '.osc' file format uses XML for the change descriptions. Therefore I think it is unlikely that this package will support '.osc' files unless I am mistaken.