public
Fork of rory/python-osm
Description: OpenStreetMap library for python
Clone URL: git://github.com/Kitto/python-osm.git
Christoph Lupprich (author)
Sun Jul 13 03:13:41 -0700 2008
name age message
file README Sun Jul 13 03:13:41 -0700 2008 Added README file [Christoph Lupprich]
file pyosm.py Fri Jul 04 01:36:09 -0700 2008 Added relations [Kitto]
README
python-osm
  original version by Rory McCann (http://blog.technomancy.org/)
  modified by Christoph Lupprich (http://www.stopbeingcarbon.com)
  
== DESCRIPTION

python-osm is a reader for Open Street Map Data (*.osm). It will parse the file and give you access to relations, ways 
and nodes.

== USAGE

osm = OSMXMLFile("myOsmFile.osm.xml")