You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/25 19:38:53 UTC

[jira] [Commented] (CLIMATE-581) Export an evaluation to a config file

    [ https://issues.apache.org/jira/browse/CLIMATE-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380456#comment-14380456 ] 

ASF GitHub Bot commented on CLIMATE-581:
----------------------------------------

GitHub user MJJoyce opened a pull request:

    https://github.com/apache/climate/pull/185

    CLIMATE-581 - Add initial config writer functionality

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MJJoyce/climate CLIMATE-581

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/climate/pull/185.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #185
    
----
commit 0c2a931311c1777cf81aed4537137ad28d717b57
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-24T22:21:11Z

    CLIMATE-581 - Add dataset output formatting for config writing.

commit 41879f9d880ed8b76be5dcb393a60d6238b21742
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-24T22:22:18Z

    CLIMATE-581 - Add tests for dataset output writer

commit 0df15460b27c756ab20a761560b80a79a7b78db8
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-24T23:00:18Z

    CLIMATE-581 - Add API for metric export from Evaluation

commit e3dcace61db9840adf6312754b67633971915dca
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-24T23:03:42Z

    CLIMATE-581 - Add tests for metric config output API

commit 7e0973f38e2e14ebf1bba6edcfb519f7f556cf95
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-25T01:12:57Z

    CLIMATE-581 - Add support for exporting evaluation settings

commit 5a5f10e582781e5474573d44b3a96eb8846281dc
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-25T01:14:09Z

    CLIMATE-581 - Add tests for evaluation settings export

commit 33b36be4dc23a367f9442462253b42c7b7c0591a
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-25T01:14:50Z

    CLIMATE-581 - Minor whitespace clean up in tests

commit b0e7b40c7ae49247c960de7c10f0532274402964
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-25T17:24:00Z

    CLIMATE-581 - Add dataset export from evaluation object
    
    - Add a helper for exporting all dataset configuration information from
      an Evaluation object.
    - Rename the existing single dataset export function so functions that
      export from an Evaluation object can share consistent naming.
    - Update tests with new dataset export function name.
    - Add tests for full dataset export from an Evaluation object.

commit 9d242b273a65d4021d54f047659a6a7349611158
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-25T18:29:26Z

    CLIMATE-581 - Add API for evaluation export to config file
    
    - Add export_evaluation_to_config for exporting an Evaluation object to
      a YAML configuration file that can be parsed by OCW.
    - Add explicit cast of spatial lat/lon grid step values to floats to
      ensure that PyYAML doesn't encounter a Numpy data type and choke on
      export.

commit f83e4bef2c47c093547dd86aa3e302e55359afb3
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-25T18:30:46Z

    CLIMATE-581 - Add API tests for exporting an evaluation to config

commit 9167f1a5c8366ecda77693a61c49f345ce2c41d8
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-25T18:33:22Z

    CLIMATE-581 - Fix minor trailing/leading whitespace issues

commit acce351a8abc11d1215e627e297da1fe16ef4703
Author: Michael Joyce <jo...@apache.org>
Date:   2015-03-25T18:36:12Z

    CLIMATE-581 - Add API level docs for config writer to Sphinx build

----


> Export an evaluation to a config file
> -------------------------------------
>
>                 Key: CLIMATE-581
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-581
>             Project: Apache Open Climate Workbench
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.5
>            Reporter: Michael Joyce
>            Assignee: Michael Joyce
>             Fix For: 1.0.0
>
>
> We can generate an evaluation from a configuration file currently. It would be nice to be able to take an existing evaluation object and export it to a configuration file for use in the CLI/UI/other components.



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