This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

*.osc files

1

hi there! I have downloaded osc files, but I can't find the software to open it. osm files are easily exported with Quantum GIS, but there may be a software to manage both? Thank you!

asked 10 Dec '13, 16:04

udonezar's gravatar image

udonezar
45666
accept rate: 0%


One Answer:

3

osc files can be applied to a local.osm file using the software "osmosis" or "osmconvert", or applied to a local database with osm2pgsql, among others. osc files are generally not useful unless you already have the base data for the region.

answered 10 Dec '13, 16:43

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

1

see the OSM wiki about osmosis and osmconvert ... there is documentation and examples.

(10 Dec '13, 16:47) stephan75

Thank you so much. I have the osm file and downloaded osc files related to it. But I don't really understand whether this is useful or not. I need to visualize the changes produced in a certain area, for which I already have the base data. I have used osmconvert to convert the osc files into osm files, is this the correct procedure?

(11 Dec '13, 09:17) udonezar

Source code available on GitHub .