Skip to content

ReadOSM is an open source library to extract valid data from within an Open Street Map input file. This git repository is a fork of https://www.gaia-gis.it/fossil/readosm.

License

Notifications You must be signed in to change notification settings

mwoehlke-kitware/readosm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ReadOSM is an open source library to extract valid data from within an Open Street Map input file. This git repository is a fork of https://www.gaia-gis.it/fossil/readosm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published