Skip to content

Instantly share code, notes, and snippets.

View jradavenport's full-sized avatar

James Davenport jradavenport

View GitHub Profile
@jradavenport
jradavenport / jrad_flares.ipynb
Created September 8, 2017 17:05
some fake flares
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jradavenport
jradavenport / world_pop.py
Last active May 30, 2016 08:51
Spinning World Population Density
# Resulting video from this code can be seen here:
# http://www.ifweassume.com/2015/02/world-population-density.html
# or
# https://vimeo.com/120308257
import numpy as np
import matplotlib.pyplot as plt
from mpl_toolkits.basemap import Basemap
import os