Update of "ReadOSM"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: a639d9ef16f258854d43b7114d1f6a86a5baaa90
Page Name:ReadOSM
Date: 2012-07-04 12:14:21
Original User: sandro
Parent: db6b1d856a6463d3234e89a708c5f6a192c2cb49 (diff)
Next deda7387b5878b2c1b65f525e0023acca5377d13
Content

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.

The ReadOSM design goals are:
  • to be simple and lightweight
  • to be stable, robust and efficient
  • to be easily and universally portable
  • making the whole parsing process of both .osm or .osm.pbf files completely transparent from the application own perspective.

ReadOSM is structurally simple and quite light-weight (typically about 20K of object code, stripped).

ReadOSM is licensed under the MPL tri-license terms; you are free to choose the best-fit license between:

Strictly related projects:
Sources: current version is 1.0.0 (released on 2012-05-05)
Doxygen documentation: