Skip to content

Instantly share code, notes, and snippets.

@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