python-osm.git
2008-09-17 Rory McCannAdded mark pilgram's open_anything functionmaster
2008-09-12 Rory McCannRename to .node(), .way(), .relation() methods
2008-09-12 Rory McCannRemove debugging print statements
2008-09-12 Rory McCannAdded object to osm server
2008-09-12 Rory McCannAdded api object
2008-09-12 Rory McCannOSM File parser can now deal with strings
2008-08-13 Rory McCannUse bbox in gps data
2008-08-13 Rory McCannWe need to import os in order to remove the file when...
2008-08-13 Rory McCannsyntax fix
2008-08-13 Rory McCannAdded node in bbox method
2008-08-13 Rory McCannAdded rough BBox class and Property helper class
2008-08-13 Rory McCannClean up after downloading GPS data
2008-08-11 Rory McCannRemoved some debugging print statements
2008-08-11 Rory McCannAllow one to optionally not download the gps data stria...
2008-08-11 Rory McCanndownload gps data from the api
2008-08-11 Rory McCannwhitespace cleanup
2008-06-18 Rory McCannDon't fall over if you see an <osm> tag at the start
2008-06-18 Rory McCannAdded basic 'get from api'function
2008-06-18 Rory McCannAdded basic relation object
2008-04-02 Rory McCannRenaming to osm.py
2008-04-02 Rory McCannUsed __slots__ for all the objects to save space
2008-03-30 Rory McCannPrint helpful error message if we don't recognise a...
2008-03-26 Rory McCannfixed creation of nodes and ways
2008-03-26 Rory McCannBasic nodes and ways and basic support for reading...