On Mon, Apr 3, 2017 at 3:25 AM, Srikanth Lakshmanan <[email protected]> wrote:
> Hi Shrini, > > > On 2 April 2017 at 21:41, Shrinivasan T <[email protected]> wrote: > >> How can get them all? >> > > Mapzen provides metro extracts[0] and I used xpath here to get list of > nodes without name:ta. Parsing extracted Chennai osm file (400 MB) consumes > lot of memory. Python experts, please feel free to optimize this code[1] in > better ways. The list of nodes (I will come to ways, relations soon) is > available here[2]. > Firstly, sorry I think I misunderstood your question - you want to make Tamil maps! That's awesome - my music teacher will be very happy. : ) You can use https://github.com/mapbox/osm-tag-stats with the country mb-tiles from http://osmlab.github.io/osm-qa-tiles/country.html, with a filter like `["==", "name:ta", ""]`. You can then convert the geojson to csv using a converter available online. Shrini, and Srikanth, if you require a CSV similar to what Srikanth has generated, I am happy to generate it for you with a link to the node on OpenStreetMap. But, first I am curious if Arun, or other Mapboxers on the list, can explain how to make a To-Fix task if we have a CSV - not sure what attributes the CSV should have. This will make the process of using the csv to edit the map really easy, instead of adding edits one by one from a CSV. Let's make the map better! Aruna
_______________________________________________ Talk-in mailing list [email protected] https://lists.openstreetmap.org/listinfo/talk-in
