Skip to content

Instantly share code, notes, and snippets.

View pjsier's full-sized avatar

Pat Sier pjsier

View GitHub Profile
GEOID p-00 p-05 n p-10 p-15 lon lat
01001 43671.0 49584.0 Autauga County 54571.0 55221.0 -86.5671 32.5521
01003 140415.0 171997.0 Baldwin County 182265.0 195121.0 -87.6727 30.5622
01005 29038.0 29663.0 Barbour County 27457.0 26932.0 -85.3145 31.8814
01007 20826.0 21464.0 Bibb County 22915.0 22604.0 -87.1003 32.9999
01009 51024.0 56804.0 Blount County 57322.0 57710.0 -86.5295 33.9727
01011 11714.0 10917.0 Bullock County 10914.0 10678.0 -85.7062 32.0869
01013 21399.0 20189.0 Butler County 20947.0 20354.0 -86.6919 31.7476
01015 112249.0 112969.0 Calhoun County 118572.0 116648.0 -85.8152 33.7582
01017 36583.0 34704.0 Chambers County 34215.0 34079.0 -85.3833 32.9255
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjsier
pjsier / city_scrapers_setup.sh
Last active May 1, 2018 18:16
Bootstrap a City Scrapers environment on CodeAnywhere blank Ubuntu 14.04 container
#!/bin/bash
sudo apt-get update -y
sudo apt-get install -y python-software-properties software-properties-common
sudo add-apt-repository ppa:fkrull/deadsnakes -y
sudo apt-get update -y
sudo apt-get install -y python3.6 python3.6-dev python3.6-venv language-pack-en
wget https://bootstrap.pypa.io/get-pip.py
@pjsier
pjsier / zcta.json
Created September 10, 2018 13:05
ZCTA TopoJSON
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjsier
pjsier / meeting.schema.json
Last active January 15, 2019 16:12
Draft City Scrapers Meeting Schema
{
"$id": "https://cityscrapers.org/meeting.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Meeting",
"type": "object",
"definitions": {
"locations": {
"type": "object",
"description": "A map of location IDs (only unique to the meeting) and location information",
"patternProperties": {
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.
COUNTYFIPS County Population Complaints
17031 Cook 5238541 428
17197 Will 687727 120
17043 DuPage 931826 106
17163 St. Clair 264433 99
17113 McLean 173231 92
17097 Lake 704476 51
17119 Madison 266153 39
17089 Kane 529402 38
17037 DeKalb 104473 38
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.