Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mvexel/osm-editorbreakdown
- Owner: mvexel
- Created: 2012-05-27T20:18:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-28T15:44:11.000Z (over 12 years ago)
- Last Synced: 2024-10-21T23:08:34.550Z (2 months ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 usingbzcat 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]