Skip to content

Instantly share code, notes, and snippets.

View jenningsanderson's full-sized avatar
🌎

Jennings Anderson jenningsanderson

🌎
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

###Getting Files in Parallel from GNIP

require 'parallel'
require 'json'
require 'open-uri'

results = JSON.parse(File.read("/big_data/sandy/vuln_neighborhood_contextual/gnip_results.json"))

results["urlList"].count

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jenningsanderson
jenningsanderson / frankenstorm_apocalypse_checkins.geojson
Last active August 29, 2015 14:24
All distinct "Frankenstorm Apocalypse" Check-ins in the Sandy keyword tweets
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
require 'json'
require 'open-uri'
require 'fileutils'
class RevisionGetter
attr_reader :write_directory, :revisions
def initialize(args)
@write_directory = args[:write_dir] || "google_drive_download"
@jenningsanderson
jenningsanderson / may_21_mapathon.osmdown
Last active August 29, 2015 14:21
An osmdown file (project-epic.github.com/osmdown) for the Whitehouse Mapathon. Live at: http://ec2-54-242-150-21.compute-1.amazonaws.com/mapathon/
---
###Project Information
title: 'Whitehouse Mapathon'
###Where the data live
baseurl: '../'
www: '/usr/share/nginx/html/mapathon'
---
#May 21 Whitehouse Mapathon
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.