a JavaScript library for thematic mapping in OpenLayers
At last October’s NACIS Practical Cartography Day I gave a very sweaty presentation that was later described as bewildering and incoherent. I had always meant to partially redeem myself by packaging and cleaning up the code that formed the basis of that talk. And here it is!
OL-Symbology is [...]
Also tagged cartogram, choropleth, classification, code, dot density, geojson, isolines, javascript, library, NACIS, noncontiguous cartogram, openlayers, projections, proportional symbol, thematic mapping
|
Binning is a general term for grouping a dataset of N values into less than N discrete groups. These groups/bins may be spatial, temporal, or otherwise attribute-based. In this post I’m only talking about spatial (long-lat) and 2-dimensional attribute-based (scatterplot) bins. Such binnings may be thought of as 2D histograms. This [...]
Also tagged 2d histogram, aggregation, binning, bivariate, charting, d3.js, data binning, geometry, hexagon, hexbin, histogram, html5, javascript, maths, multivariate, plotting, polymaps, R, scatterplot, shape, statistics, svg
|
I’m happy to be doing less Flash and more JavaScript development these days. In particular, I’ve been investigating two open-source JavaScript web mapping platforms: one old, OpenLayers, and one new, Polymaps.
OpenLayers has been around a while, but still performs remarkably well as a slippy map framework while allowing easy thematic map customization. Polymaps is [...]
Also tagged area, cartograms, code, geocommons, geojson, geometry, javascript, kml, maths, noncontiguous cartograms, openlayers, polymaps, stamen, svg, thematic mapping
|