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

How can I import data to OSM from a .csv file?

1

I want to update tags "IBGE:GEOCODIGO" and "population" from existing nodes.

The data is listed on a csv file, like below:

osm_node_id, IBGE:GEOCODIGO, population
415522759, 520005005, 123123
246671886, 310010405, 23233
340459587, 520010005, 92929
...

How can I do that?

asked 04 Jan '11, 13:38

vgeorge's gravatar image

vgeorge
2014610
accept rate: 0%


One Answer:

3

Your aim sounds like a kind of data import.

So you should have a look at https://wiki.openstreetmap.org/wiki/Import and all subpages there. At /Software you can find some tools to get your data handled (hopefully).

For detailed questions about your import aim, the OSM forum or mailing lists can be better places.

answered 04 Jan '11, 17:00

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

edited 12 Feb '13, 20:35

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866

Source code available on GitHub .