Skip to content

Instantly share code, notes, and snippets.

View auremoser's full-sized avatar
🐙

Aurelia Moser auremoser

🐙
View GitHub Profile
@auremoser
auremoser / index.html
Last active August 29, 2015 14:16
NICAR 15 - Onomatopoeia Map
<!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" />
@auremoser
auremoser / README.md
Last active October 19, 2017 04:08
Chart: Chart.js + CartoDB
@auremoser
auremoser / README.md
Last active August 29, 2015 14:17
Chart: C3.JS + CartoDB
@auremoser
auremoser / mow.md
Created March 24, 2015 00:56
Map of the Week Guide

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

Guidelines for writing a Map of the Week:

  • We'll feature interesting maps with a short how-to guide of how the map was done, written by the author
  • It should include sections about the origin of the data, its processing, the styling, geospatial queries you might be using, etc
  • It should include illustrative images, and can include code snippets
  • It should include a short description and introduction about the author (your occupation, blog/twitter handle, etc).

How to get it to us

@auremoser
auremoser / README.md
Last active April 5, 2016 17:05
Historical Lakes Odyssey

This gist demos how to pull a CartoDB into your own javascript projects!

@auremoser
auremoser / ed_night-odyssey.md
Last active August 29, 2015 14:17
Odyssey Editor Workshop
@auremoser
auremoser / README.md
Last active August 29, 2015 14:18
Payscale US Stress Map

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.

@auremoser
auremoser / README.md
Last active October 6, 2015 20:03
LandSat Cloudy Map

This map visualizes max lat/lon landsat scene capture locations. The data is available via the Landsat Ingester project as a link in the README of that repo.

This map uses CartoDB to view points of LandSat imagery capture across the globe with links to the images as TIFs in the tooltip ID for each point; they are arranged as a choropleth map according to the average percent of cloud cover that might obscure the image capture process.

@auremoser
auremoser / README.md
Last active August 29, 2015 14:18
Popcorn Placemap

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.

Objective

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.

@auremoser
auremoser / README.md
Last active January 17, 2017 19:10
Chart: NVD3 + CartoDB