Skip to content

collective/eea.app.visualization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEA App Visualization

image

EEA App Visualization is the Core API for EEA Daviz. This package was added in order to be able to use EEA Google Charts without EEA Exhibit and viceversa or any other visualization library as a standalone visualization or as part of a bundle package (eea.daviz)

image

This package as standalone is just an API, you have to either install eea.daviz bundle, either install one of the available visualization libraries (eea.exhibit, eea.googlecharts, etc) in order to have a working Visualization Tool for your files.

Installation

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.app.visualization to the list of eggs to install
    • Tell the plone.recipe.zope2instance recipe to install a ZCML slug
    [instance]
    recipe = plone.recipe.zope2instance
    eggs = eea.app.visualization
    zcml = eea.app.visualization
  • Re-run buildout, e.g. with

    $ ./bin/buildout

You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.

Dependencies

  • python-dateutil
  • plone.i18n
  • Zope >= 2.12
  • eea.jquery
  • collective.js.jqueryui < 1.9 (Plone 4.0, 4.1, 4.2)
  • collective.js.jqueryui > 1.9 (Plone 4.3+)
  • eea.cache > 7.0 (optional)

image

Live demo

  1. http://www.simile-widgets.org/exhibit
  2. Exhibit only: http://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-unfccc-and-to-the-eu-greenhouse-gas-monitoring-mechanism-3/national-total-excluding-lulucf/ghg_v10_extract.csv
  3. http://code.google.com/apis/chart/

Source code

Latest source code (Zope 2 compatible): - Plone Collective on Github - EEA on Github

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

The EEA App Visualization (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 docs/License.txt

  1. Simile Wiki - Exhibit 2.0: http://simile.mit.edu/wiki/Exhibit
  2. Simile widgets: http://www.simile-widgets.org/exhibit
  3. EEA Daviz howto: http://taskman.eionet.europa.eu/projects/zope/wiki/HowToDaviz
  4. EEA Daviz backlog wiki: http://taskman.eionet.europa.eu/projects/zope/wiki/DaViz
  5. Google charts: http://code.google.com/apis/chart/

Funding

EEA - European Environment Agency (EU)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 79.1%
  • JavaScript 12.2%
  • CSS 8.6%
  • Shell 0.1%