vendredi 19 avril 2013

Open Street map in DataBase from XML : Python script

so, i have finished osm - database SQL into python script
(open street map XML format -> To SQL database)

http://wrt98p.1fichier.com/

i'm french man, and the script is in the french langage .

dimanche 7 avril 2013

open street map - database

i have working with open street map, a big database for map vectorial (nodes and ways)

but, it's a XML format, and i tried to save xml files in MySQL database with Python program.
(modules : xml.dom.minidom and MySQLdb)

i publish the program file here.


i founded Perl file in osm.wikipedia (osmDB.pm diffDB.pl bulkDB.pl)
the sql tables is in the files.