Skip to content

O5MParser is a C# library to parse a subset of the OpenStreetMap O5M file format

License

Notifications You must be signed in to change notification settings

attrition/O5MParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

O5MParser

O5MParser is a C# library to parse a subset of the OpenStreetMap O5M file format. It was made for my own small uses and is thus incomplete.

It supports reading the following data:

  • Map Boundary
  • Way (header, node references and list of tags)
  • Node (lat/lon, header and list of tags)

Ways and Nodes are the main features required for building your own maps, and the program can be extended easily. It was created quickly and lacks documentation.

It is freely released under the MIT License, see the COPYING file for details.

About

O5MParser is a C# library to parse a subset of the OpenStreetMap O5M file format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages