[Talk-in] How to get all missing street names for chennai?
Aruna S
safincrazy at gmail.com
Mon Apr 3 18:20:11 UTC 2017
On Mon, Apr 3, 2017 at 3:25 AM, Srikanth Lakshmanan <srik.lak at gmail.com>
wrote:
> Hi Shrini,
>
>
> On 2 April 2017 at 21:41, Shrinivasan T <tshrinivasan at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk-in/attachments/20170403/6cb77ff1/attachment.html>
More information about the Talk-in
mailing list