Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • vendor
  • readosm-1.0.0e
  • readosm-1.0.0b
4 results

readosm

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Ture Pålsson authored
    36f865b0
    History
    ReadOSM is a simple library intended for extracting the contents from 
    Open Street Map files: both input formats (.osm XML based and .osm.pbf
    based on Google's Protocol Buffer serialization) are indifferently
    supported.
    
    
    Documentation
    -------------
    Documentation is generated using Doxygen. You can run "doxygen" in the top level
    directory to generate HTML and LaTeX documentation (in the html/ and latex/
    directories respectively). You can generate a PDF format manual if you go into
    the latex/ directory and type "make". The output should be a file called
    refman.pdf. The HTML documentation is normally more useful.
    
    
    Coverage testing
    ----------------
    ReadOSM has coverage testing support. You need to have gcov and lcov installed.
    
    Process:
    1. Use --enable-gcov=yes with configure script
    2. Clean and rebuild.
    3. make coverage-init
    4. make check (or whatever other tests you want to check coverage for)
    5. make coverage
    6. check summary on command line output.
    7. review detailed coverage results in covresults/index.html