This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Explaination comments taken from: | |
* http://wiki.openstreetmap.org/wiki/PBF_Format#Design | |
* | |
* This gives a very basic parsing of osm.pbf files. The purpose was several | |
* fold. | |
* | |
* - Read PBF files | |
* - Learn the file layout | |
* - Verify the bytes match |