ad-freiburg / pfaedle

Precise map-matching for public transit feeds. Generates high-quality GTFS shapes from OSM data.
GNU General Public License v3.0
208 stars 29 forks source link

Use .pbf files instead of .osm files #10

Open Uranus45 opened 4 years ago

Uranus45 commented 4 years ago

Protocol buffer files are much smaller than the .osm (XML) files. Also, pbf files can be parsed much faster then the XML files. There's open source project called libosmium which can be used for pbf parsing.

patrickbr commented 4 years ago

Indeed, this is something we have been planning for a while. We will give an update here as soon as we have implemented it :)