https://github.com/timwaters/userstat
User Stat analyzes OpenStreetMap data.
https://github.com/timwaters/userstat
Last synced: about 1 year ago
JSON representation
User Stat analyzes OpenStreetMap data.
- Host: GitHub
- URL: https://github.com/timwaters/userstat
- Owner: timwaters
- License: agpl-3.0
- Created: 2012-08-20T20:14:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-20T03:28:47.000Z (almost 14 years ago)
- Last Synced: 2025-02-09T12:29:36.505Z (over 1 year ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
- License: LICENSE
Awesome Lists containing this project
README
UserStat README
@import "css/simple.css";
UserStat
A collection of tools to visualize OpenStreetMap contributor behaviour.
UserStat analyzes OpenStreetMap data and summarises it in various ways.
OpenStreetMap data is ©OpenStreetMap and Contributors and is licensed
under the
OpenStreetMap License.
UserStat is Free Software and is licensed under the GNU Affero PUblic License Version 3,
UserStat is a collection of tools to analyze and visualize OpenStreetMap data.
Copyright (C) 2012 Richard Weait
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Installation
ToDo
Prerequisites
Requires working database from ChangesetMD which requires an OpenStreetMap latest-changesets.tar.bz file. Some features require additional database manipulations.
Many thanks to the authors of the prerequisites listed here.
GNU/Linux, PostgreSQL, Python, BASH, etc.
ToDo
Working user summary database
ToDo
Dependencies
Many thanks to the authors of the dependencies listed here.
jQuery
* jQuery JavaScript Library v1.7.1
* http://jquery.com/
*
* Copyright 2011, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* Includes Sizzle.js
* http://sizzlejs.com/
* Copyright 2011, The Dojo Foundation
* Released under the MIT, BSD, and GPL Licenses.
jQuery Sparklines
This jQuery plugin generates
sparklines
(small inline charts) directly in the browser using data supplied
either inline in the HTML, or via javascript.
The plugin was written by Gareth Watts
for Splunk Inc and released under the
New BSD License.
Sorttable
/*
SortTable
version 2
7th April 2007
Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/
Instructions:
Download this file
Add to your HTML
Add class="sortable" to any table you'd like to make sortable
Click on the headers to sort
Thanks to many, many people for contributions and suggestions.
Licenced as X11: http://www.kryogenix.org/code/browser/licence.html
This basically means: do what you want with it.
*/