Browse documentation for IT-systems used by the European Environment Agency and the Eionet network.
EEA Daviz is a web tool developed by the European Environment Agency which helps creating interactive data visualizations easily through the web browser, no extra tools are necessary. It is free and open source.
You can generate attractive and interactive charts and combine them in a dashboard with facets/filters which updates the charts simultaneously. Data can be uploaded as CSV/TSV or you can specify SPARQL to query online Linked open data servers (aka sparql endpoints).
Daviz is the first Semantic web data visualisation tool for Plone CMS, entirely web-based!
At the moment Simile Exhibit and Google Charts visualizations are supported. The architecture allows to extend Daviz with more visualisation libraries (visualisations plugins).
Contents
It is simple to use, needs no desktop application, everything is done through the web by uploading an “excel file”, CSV, TSV. You can also query the “web of data” via public available sparql endpoints.
You can easily make visualizations like:
See also initial project wiki page for the reasoning behind this project.
Most of DaViz features are presented throughout a series of video tutorials available under the EEA Web Systems Training YouTube channel. The screencasts are divided in two playlists: Basic and Advanced.
At the moment Simile Exhibit and Google Charts visualizations are supported. The architecture allows to extend Daviz with more visualisation libraries (visualisations plugins).
If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
Update your buildout.cfg file:
Add eea.daviz
to the list of eggs to install
[instance] … eggs = … eea.daviz
Re-run buildout, e.g. with:
$ ./bin/buildout
Within ZMI -> Plone Site -> portal_properties add a plone property sheet called geographical_properties and inside it add a new string property called google_key.
Within ZMI -> Top Folder -> manage_propertiesForm add a string property called google_key
In this property you have to paste the Google maps API KEY, follow instruction https://developers.google.com/maps/documentation/javascript/tutorial#api_key
The Google account you use to generate the key has to be owner of the site, this is done by verification via Google webmaster tools.
EEA Daviz has the following dependencies:
The following package are optional. Still they can improve the user experience with this tool:
[instance] … eggs = … eea.daviz [full]
zcml = … eea.daviz-overrides eea.daviz-full
Latest source code (Plone 4 compatible):
Plone 2 and 3 compatible (Simile Exhibit visualisations only):
<https://github.com/collective/eea.daviz/tree/plone25>
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
The EEA Daviz (the Original Code) is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
More details under eea.daviz/docs/License.txt
EEA - European Environment Agency (EU)