Skip to content

Instantly share code, notes, and snippets.

@canDry
canDry / obs.txt
Created November 6, 2019 23:06
observable display of mcds geojson points (from qgis)
viewof mcds = embed({
$schema: 'https://vega.github.io/schema/vega/v5.json',
data:[{
name: "mcdonalds",
url: "https://gist.github.com/canDry/cbd6813056a868ae5786601b4e148f6b#file-mcds-geojson",
format: {
type: "geojson",
property: "features"
}
}],
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@canDry
canDry / d3.html
Created August 10, 2014 18:11 — forked from LevelbossMike/d3.html
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<table id="split">
<thead></thead>
<tbody></tbody>