public
Fork of rory/python-osm
Description: OpenStreetMap library for python
Homepage:
Clone URL: git://github.com/Kitto/python-osm.git
Christoph Lupprich (author)
Sun Jul 13 03:13:41 -0700 2008
python-osm / README
100644 11 lines (7 sloc) 0.336 kb
1
2
3
4
5
6
7
8
9
10
11
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")