quickD3map
quickD3map copied to clipboard
Generate quick d3 maps from location data in pandas
soil map
May I ask for your help on: http://bl.ocks.org/zachcp/4340234 How should we update your JS so that the chemical data in the JSON file is revealed on map location mouseover? If...
Mike Bostocks's gist is here: https://gist.github.com/mbostock/c1c0426d50ca8a9f4c97 My attempt is here: http://bl.ocks.org/zachcp/0d7d421b6f5eb45d4b72 the map is projected but when projecting the points I am experiencing issues with extent and with scaling and...
Allow users to specify a pandas dataframe to color by or to size-by. The color code can be reused from the ggplot program once it solidifies. But the idea would...
I was thinking of the following: - Natural Product Abundance Data from our PNAS paper. - World Cities and their population.
Lines: http://bl.ocks.org/mbostock/5851933 http://bl.ocks.org/mbostock/5928813 This would require a second distance dataaframe. I started incorporating this into the original class but I think it may be better off as a single class/template...
setting it in python is good but it would be nice/easier to modify in the browser on the fly
There should be some tests for the creation of Pointmap classes as well as some rendering examples. Because the output is text (prerendering) it should be possible to get render...