hey can any one tell me how to import OSM data in mongoDB step by step.
This is the link of data http://download.geofabrik.de/europe/germany/baden-wuerttemberg/karlsruhe-regbez.html
hey can any one tell me how to import OSM data in mongoDB step by step.
This is the link of data http://download.geofabrik.de/europe/germany/baden-wuerttemberg/karlsruhe-regbez.html
There's a Python library for parsing OSM XML files here http://imposm.org/docs/imposm.parser/latest/. You'd then want to decide how you want to represent the data in Mongo and insert the parsed data into Mongo.