Posted by aendra on February 22, 2013 at 4:00pm
If you have an interesting project that uses Drupal to visualize data in some way, post a link to it here!
If you have an interesting project that uses Drupal to visualize data in some way, post a link to it here!
Comments
Popular British Music Festivals
festivals.aendrew.com
For my MA project, I created a big Drupal website containing listings of every major outdoor music festival in the UK since the 1960s. The festival itself is a taxonomy term, with each year being a new node.
I then mashed it up with Met Office historical weather data and the Google Visualization API to create a bunch of charts depicting rainfall and temperature.
--
ændrew rininsland
news, photos, data, code.
aendrew.com :: @aendrew
You can see a range of
You can see a range of development related questions UNICEF gathered in Uganda in the last 2 years visualized on http://www.devtrac.ug/statistics
For example, this page shows Is measles vaccine available? per region. You can drill down to districts in any region on the left side of the page.
If you think that is cool stuff to work on, we have a few projects where we are (going to) doing more of this and we are hiring:
http://groups.drupal.org/node/295658
There are many interesting Tools and solutions.
I do have experience in plot open data into various visualization formats. Depends on the volume of data and the kind of solution we are looking for, we can identity hybrid solution. For example, Drupal is a good CMS, no doubt in that. But it lacks data analysis capabilities. For that you can think of any other No-SQL solutions. Those data can be plotted to drupal sites using contributed modules.
Thanks & Regards,
Vinod Nambiar.
Vinod Nambiar
www.assyst.in
www.vayali.org
External data for my visualization project
Currently I am building a map project in which all country borders are drawn with geoJSON data.
I downloaded the data from leafLet site. Doing most of my coding with raw leaflet api calls and integrating Drupal node data via ajax call. Would like to bring all these into drupal.
I have my work in dev and localhost, so not ready for the world yet. But it is similar to this work:
http://www.npr.org/censusmap/#4.00/39.00/-84.00
I just came across this d3
I just came across this d3 code yesterday
http://source.mozillaopennews.org/en-US/articles/mapping-made-simple-tulip/
Integrating that (using https://drupal.org/project/d3 and https://drupal.org/project/views_geojson ) would be pretty awesome.
And all 3 pieces of code do a lot of plumming already. Its just about finding a smart way to glue it all together.