• Stars
    star
    336
  • Rank 124,852 (Top 3 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 11 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A visualization of GitHub users throughout the globe

Github Globe

This is a little visualization of Github users throughout the world. Check out an interactive version at http://aasen.in/github_globe

github users plotted on a globe

Creating the Visualization

All data is provided by GitHub Archive and fetched via Google BigQuery.

Locations are provided by approximately 1 million of the 4 million GitHub users. They are written in an informal syntax with varying specificity. For example, Seattle, Seattle, WA and United States are all valid.

The 1,000 most common locations are passed through the Google Geocoding API and transformed into geographical coordinates.

Data is then grouped by coordinates, so San Francisco, San Francisco, CA, and San Fran are combined.

Finally, data is plotted on the WebGL Globe.

Anatomy of the Repo

All queries are stored in master/fetch.

Code to transform the data is in master/transform.

The visualization and WebGL globe are stored in the gh-pages branch.

Problems

One problem is that locations vary in specificity. Many people report only their country and leave out states, cities, and other identifiers.

To solve this, I could calculate the specificity of an address and leave out any broad locations like China, America, and California. However, since this would skew the data I decided not to. If you disagree, fork it!

More Repositories

1

kapok

A knowledge graph of Wikipedia
Go
60
star
2

voxel-party

A voxel based MVC game engine for SCIENCE!
Java
35
star
3

mycelium

A distributed web crawler written in Go
Go
14
star
4

sherlock

Analyzing browser history and uncovering your secrets
Python
9
star
5

rcc

A lossy image compression codec using RTrees
C
8
star
6

sms-stats

An Android app that analyzes your texting habits.
Java
4
star
7

pyparse

A super simple library for parsing websites in Python
Python
3
star
8

voxel-party-go

Experimental voxel engine in Golang
Go
3
star
9

mcnode

Scripts and an API to easily start, update, maintain, administrate and enjoy a minecraft server.
Python
3
star
10

get_torrent

An API for sharing
Python
3
star
11

neural

Experiments with neural networks
Go
3
star
12

open-resume

Like Github Resume but with pretty graphs and lots of data analysis.
2
star
13

dingo

An experimental web framework for Go
Go
2
star
14

colony

Like SimCity, but shitty!
Go
2
star
15

aaasen.github.com

My super simple personal website.
CSS
2
star
16

showr

Share your shower singing with the world.
Ruby
2
star
17

autodeploy

Automatically deploy Go applications by pushing to Github
1
star
18

party-bus

Adding King County Metro bus routes to OpenStreetMap
1
star
19

dotfiles

Config files for my Linux machines
Shell
1
star
20

thingsmith

A P2P 3D printing community.
Ruby
1
star
21

goodies

Access to DuckDuckGo Goodies via SMS
Go
1
star
22

swarm

Java
1
star
23

wiki-cluster

Clustering Wikipedia articles
TeX
1
star
24

config

Configuration files and useful scripts from my (primarily Arch) Linux machines.
Shell
1
star
25

swift

A dynamic programming language inspired by Lisp and Golang.
Go
1
star