updated infos for OSM data mining
This commit is contained in:
parent
934f826b9d
commit
c61ecb1c0e
1 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
How to use these scripts:
|
How to send mails to many OSM users?
|
||||||
|
====================================
|
||||||
|
|
||||||
1) generate a list of OSM usernames, that should be the target of a mail
|
1) generate a list of OSM usernames, that should be the target of a mail
|
||||||
|
|
||||||
|
@ -22,3 +23,14 @@ How to use these scripts:
|
||||||
|
|
||||||
7) click on each of the links in the local html file to send a single message
|
7) click on each of the links in the local html file to send a single message
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
How to get all active mappers of an area?
|
||||||
|
=========================================
|
||||||
|
|
||||||
|
1) download a snapshot of the region from http://geofabrik.de
|
||||||
|
|
||||||
|
2) extract the users and sort them by the number of objects:
|
||||||
|
grep user= mecklenburg-vorpommern.osm | cut -d '"' -f 6 \
|
||||||
|
| sort | uniq -c | sort -nr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue