What is the number of users, nodes, ways and relations in OSM till November 2017 for India region? asked 07 Nov '17, 05:05 jasmeet_kaur |
Nodes, ways, and relations are relatively easy to count, you can simply use the India file from here http://download.geofabrik.de/asia/india.html and count the elements. Either use a sophisticated, osmium-based statistics program or simply
Users are more difficult to count because the current data file does not list all users who are in India or whose centre of activity is India - it lists all users who are the last person to have edited an object in India, which likely includes tons of "drive-by mappers" and bots, and excludes those whose contributions have meanwhile been modified by others. Hence you will want to look at the history file for India for a more thorough analysis. It also depends on whether you only want to count active users or all users, and what your definition of an active user is! Here are some ready-made pages with information about India: answered 07 Nov '17, 07:40 Frederik Ramm ♦ Unfortunately the Mapbox site doesn't have new data after 2016.
(21 Jan '21, 10:13)
Richlv
|
Since the above was written, a new command-line tool has made OSM data wrangling a bit easier for non-programmers. The
Insert "grep" commands at liberty to count just edits in certain years, and so on. If you are comfortable with Python or C++, you can also use the answered 21 Jan '21, 10:39 Frederik Ramm ♦ |