The following seems to be an amalgamation of questions Is it possible to represent points as sparklines in ArcGIS for Desktop? and Pie-Chart Coordinates in QGIS.
Basically I have 5 sets of observations for n regions (the Australian Bureau of Statistics SA2 geography). Each set of observations is the count of persons aged under 30 and persons aged over 60 - so, basically providing two coordinates that can be plotted against each other to generate a line graph.
I've had some success in importing these as a WKT Linestring into QGIS in order to generate some quite funky line graphs - in the following image each line is an SA2 in a amalgamated geography (HMdA), as you can see there are varying trajectories for different lines, it is this facet that I'm trying to capture:
Doing this got me thinking that it should be possible to render these as Tufte-esq Sparklines around the centroid for each SA2. This would help put the trajectories in spatial context (which, after all is what GIS is about!).
I've been thinking that an .svg rendering might be the way to go (although the link to the tutorial for creating SVG-based sparklines with d3.js on Tufte's website is broken: (http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR). Here the idea would be to render the SVGs and then attach the SA2 centroid coordinates to them for mapping - although I don't know how feasible this would be as there are 3000+ SA2s, and I don't want to render that many SVG files!
QGIS Diagrams would appear to be another possible avenue for exploration - although I cannot seem to find any literature about creating bespoke Diagrams (other than Pie, Bar and Text charts). So, here the (second,sorry!) question would be - has anyone attempted creating different diagram styles in QGIS?
أكثر...
Basically I have 5 sets of observations for n regions (the Australian Bureau of Statistics SA2 geography). Each set of observations is the count of persons aged under 30 and persons aged over 60 - so, basically providing two coordinates that can be plotted against each other to generate a line graph.
I've had some success in importing these as a WKT Linestring into QGIS in order to generate some quite funky line graphs - in the following image each line is an SA2 in a amalgamated geography (HMdA), as you can see there are varying trajectories for different lines, it is this facet that I'm trying to capture:

Doing this got me thinking that it should be possible to render these as Tufte-esq Sparklines around the centroid for each SA2. This would help put the trajectories in spatial context (which, after all is what GIS is about!).
I've been thinking that an .svg rendering might be the way to go (although the link to the tutorial for creating SVG-based sparklines with d3.js on Tufte's website is broken: (http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR). Here the idea would be to render the SVGs and then attach the SA2 centroid coordinates to them for mapping - although I don't know how feasible this would be as there are 3000+ SA2s, and I don't want to render that many SVG files!
QGIS Diagrams would appear to be another possible avenue for exploration - although I cannot seem to find any literature about creating bespoke Diagrams (other than Pie, Bar and Text charts). So, here the (second,sorry!) question would be - has anyone attempted creating different diagram styles in QGIS?
أكثر...