You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2016/02/05 07:15:39 UTC

[jira] [Created] (CLIMATE-755) Implement selectesg.html and supporting python utilities

Lewis John McGibbney created CLIMATE-755:
--------------------------------------------

             Summary: Implement selectesg.html and supporting python utilities
                 Key: CLIMATE-755
                 URL: https://issues.apache.org/jira/browse/CLIMATE-755
             Project: Apache Open Climate Workbench
          Issue Type: Improvement
          Components: data sources, webapp
            Reporter: Lewis John McGibbney
            Assignee: Maziyar Boustani
             Fix For: 1.2


The ESG tab within datasetselect.js is currently disabled as follows
{code}
      $scope.templates = [
        {title:'Local File', url: 'views/selectobservation.html'},
        {title:'RCMED', url: 'views/selectrcmed.html'},
        {title:'ESG', disabled: true}
      ];
{code}
We should implement this and allow users to pull data down from ESG as well as this will also be a very rich source of data from which model evaluation and analysis can be undertaken. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)