blob: 6623d2ca2d6f933b0c70dbc825b273ea93a42d1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
ReadOSM is an open source library to extract valid data from within an Open
Street Map input file. Such OSM files come in two different formats:
* files identified by the .osm suffix simply are plain XML files.
* files identified by the .osm.pbf suffix does containt the same identical
data, but adopting the Google's Protocol Buffer serialization format and thus
requiring much less storage space.
WWW: https://www.gaia-gis.it/fossil/readosm/index
|