Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvexel/osm-editorbreakdown

python script to parse editor information out of changesets-latest.osm.bz
https://github.com/mvexel/osm-editorbreakdown

Last synced: 24 days ago
JSON representation

python script to parse editor information out of changesets-latest.osm.bz

Awesome Lists containing this project

README

        

osm-editorbreakdown
===================

python script to parse editor information out of changesets-latest.osm.bz

running
=======

* download changesets-latest.osm.bz2 from the planet website
* extract the editors to a file using

bzcat changesets-latest.osm.bz2 | grep -Po '\ editors.csv

* open process-editors.py
* change the `infile` and `outdir` variables to appropriate values
* save and exit
* call the script:

python process-editors.py [-q]