Skip to content

Instantly share code, notes, and snippets.

@ge045
ge045 / README.md
Last active March 27, 2016 13:35
dw26

tt0

@ge045
ge045 / README.md
Last active March 27, 2016 13:24 — forked from mbostock/.block
d3.image test
@ge045
ge045 / README.md
Last active January 20, 2018 17:00 — forked from mbostock/.block
@ge045
ge045 / Makefile
Last active March 27, 2016 13:57 — forked from eidmanna/Makefile
Passau is a City in Austria ...
aut.json: subunits.json places.json
topojson --id-property SU_A3 -p name=NAME -o aut.json subunits.json places.json
underscore -i aut.json print > aut.pp.json
subunits.json: ne_10m_admin_0_map_subunits.shp
rm subunits.json
ogr2ogr -f GeoJSON -where "adm0_a3 IN ('AUT')" -s_srs ne_10m_admin_0_map_subunits.prj -t_srs EPSG:4326 subunits.json ne_10m_admin_0_map_subunits.shp
touch samples.dbf
places.json: ne_10m_populated_places.shp
@ge045
ge045 / Readme.md
Last active March 27, 2016 15:45
Demographic Indicators Vienna
@ge045
ge045 / index.html
Last active August 29, 2015 14:04
remote data test
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<body>
<p> read from other gist
<!--script src="http://d3js.org/d3.v3.min.js"></script-->
<script src="https://rawgithub.com/ge045/d3/master/d3.js"></script>
@ge045
ge045 / Readme.md
Last active August 29, 2015 14:04
empty

Readme