Keybase proof
I hereby claim:
- I am auremoser on github.
- I am aure (https://keybase.io/aure) on keybase.
- I have a public key whose fingerprint is C90C EE21 DCC0 3952 B8F6 7780 9BB4 CC82 AD03 6066
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>HTML Template | CartoDB</title> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> | |
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" /> | |
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" /> |
##TAPESTRY FACT SHEET
####Geospatial Visualization in the Cloud Storytelling with Torque and Odyssey
#####http://tinyurl.com/cdb-tapestry
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>HTML Template | CartoDB</title> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> | |
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" /> | |
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" /> |
This bar chart uses C3.js to plot 2006 data about car crash fatalities in Georgian Counties c. 2006.
It uses the CartoDB SQL API to pull these data, used to make this map into a chart.
Source: Motor Vehicles Crashes, Injuries, Fatalities + Georgian Census Demographics
Data Store: CartoDB
Color: ColorBrewer-Diverging
You can do lots of things with CartoDB. With our Maps of the Week we want to feature interesting maps and show how they have been created, so you can learn new ways and tricks to create great visualizations. Usually they are written by the visualization's own author. If you want to write one, just ping me at aurelia@cartodb.com
PayScale.com data packages provide some perspective on payrates and competitive salaries across the US. Data for stress across cities in the domestic USA is available via this data package.
This is a clone of Paul Ramsey's Placenames Map to give context to searches; a prototype of a popcorn.js for maps. It uses a few cobbled-together code samples. Function additions to the original script are commented in all-caps.
Make a map that lets you search for placenames, and then automates some research about what that name references via Wikipedia. For example, a search for "Cesar Chavez" will create a heatmap for places named after Cesar Chavez, as well as pull in some wikipedia details about that search string.
When disambiguation is necessary, it pulls the most relevant name and offers a link alternative to rectify errors. It also pulls in images and links! More info to be had in pramsey's "About" section for his map.