Skip to content

Instantly share code, notes, and snippets.

View mvexel's full-sized avatar

Martijn van Exel mvexel

View GitHub Profile
@mvexel
mvexel / missing-schools-tf.geojson
Created February 29, 2016 16:08
missing-schools-tf.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mvexel
mvexel / missing-schools-sy.geojson
Created February 29, 2016 16:06
missing-schools-sy.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mvexel
mvexel / missing-schools-ld.geojson
Created February 29, 2016 16:05
missing-schools-ld.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mvexel
mvexel / missing-schools-sa.geojson
Created February 29, 2016 03:19
missing-schools-sa.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mvexel
mvexel / missing-schools-cf.geojson
Created February 29, 2016 03:18
missing-schools-cf.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mvexel
mvexel / missing-schools-np.geojson
Created February 29, 2016 01:03
missing-schools-np.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mvexel
mvexel / missing-schools-bt.geojson
Created February 29, 2016 00:51
missing-schools-bt.geojson
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.
@mvexel
mvexel / 20160208-local-wg.md
Last active August 25, 2017 19:04
20160208-local-wg.md

US Local Working Group

Call on 2/8/2016 8pm ET

Clifford, Martijn, Charlotte

Previously...

Notes

@mvexel
mvexel / boundary_checker.py
Last active February 1, 2016 15:18
boundary_checker.py
import osmium
class BoundaryHandler(osmium.SimpleHandler):
def __init__(self):
osmium.SimpleHandler.__init__(self)
self.ways_admin_boundaries = {}
def is_admin_boundary(self, n):
return "admin_level" in n.tags