2014-03-22 1:34 GMT+01:00 wouter van der plas <[email protected]>:
> hello everyone, > > I'm working on a game and need a list with cities and the population for > that. > so i downloaded a planet file and filtered for "place=city" and "place = > town and population < 10000". > this gave me a nice list of places but the problem is that in some cities > there isn't a population or it is tagged differently. > since i'd like to contribute further to the osm data set i was thinking > about filling the hols in the data with wiki data or other things. > > and therefor i'd like a csv file with all the tags so i can import them to > programs and find the data i need. > > so what i'm asking: is there a way to make a csv file with all the tags. > i am already familiar with with the csv function in osmconvert but this > tool needs you to know the tags before you run the program. > > i'm looking forward to an answer. > Hi, I made a script to do it from geojson some time ago to answer a friend's question. It's neither pretty nor fast (bruteforce the thing :D), but did the job. To get the geojson from osm file, open it in josm and save as geojson (if you have osm file). http://stefanosabatini.eu/tools/geojsontocsv.html https://github.com/sabas/sabas.github.io/blob/master/tools/geojsontocsv.html Text is in italian but it's pretty straightforward (upload from first button, execute from Carica, download the result from Salva), I'll translate if now if I can.. > > Best regards, > > wouter van der plas > > Regards, Stefano > > > > > _______________________________________________ > newbies mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/newbies > >
_______________________________________________ newbies mailing list [email protected] https://lists.openstreetmap.org/listinfo/newbies

