Bathymetry of Lake Michigan modified after the original work of Andrew Thornton.
See also San Francisco contour from Liji Jinaraj.
Derived topojson
file (with included ZVALUE
)
$ ogr2ogr -f GeoJSON -select ZVALUE,DEPTH michigan.json data/Lake_Michigan_Contours.shp
$ topojson --force-clockwise -p depth=DEPTH -p depth -p zvalue=ZVALUE -p zvalue -o lm.json michigan.json
Experiment with filling the bathymetric contours using zvalue
(limited to 40m and 150m depths): THIS DOES NOT WORK (request for help to d3.js community)
Shape files from NOAA.
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://d3js.org/topojson.v1.min.js to a secure url
Modified http://d3js.org/queue.v1.min.js to a secure url
https://d3js.org/d3.v3.min.js
https://d3js.org/topojson.v1.min.js
https://d3js.org/queue.v1.min.js