Skip to content

Instantly share code, notes, and snippets.

View hamhands's full-sized avatar

Patrick Hammons hamhands

  • Pingboard
  • Philadelphia, PA
View GitHub Profile
@hamhands
hamhands / v3.md
Last active January 30, 2024 20:52
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hamhands
hamhands / 2015-08-19-tracking-metrics.csv
Created August 21, 2015 20:51
Contract tracking metrics
Order Step Year Total Valid Average_days Less_than_seven Eight_to_fifteen Fiteen_to_thirty More_than_thirty
1 Dept review 2011 39 22.1 8 4 15 12
1 Dept review 2012 119 25.2 34 22 36 27
1 Dept review 2013 143 23.4 62 15 30 36
1 Dept review 2014 128 21.5 53 16 28 31
1 Dept review 2015 67 12 44 6 5 12
2 Review sent to county 2011 37 7.9 25 3 7 2
2 Review sent to county 2012 111 8.9 84 8 6 13
2 Review sent to county 2013 144 4 122 15 5 2
2 Review sent to county 2014 124 7.5 105 4 5 10
@hamhands
hamhands / displace_points
Created July 7, 2015 05:54
Simple QGIS python script for displacing overlapping points
import processing
processing.runalg('qgis:pointsdisplacement', '/var/folders/8v/4hb467wx2x96vwwg10211glw0000gn/T/processing/49014096515c40608daf3ff96e30ddae/OUTPUT.shp', 0.000075, True, '/Users/patrickhammons/Documents/this_other_thing.shp')
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>External map layers</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.2/mapbox.js'></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.2/mapbox.css' rel='stylesheet' />
<style>