[ https://issues.apache.org/jira/browse/CLIMATE-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14652665#comment-14652665 ]
ASF GitHub Bot commented on CLIMATE-649: ---------------------------------------- GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/220 CLIMATE-649 - Update CLI Updated: cli_app.py - It is assumed that there is only one observation data - A critical bug has been fixed. Now time period does not have to be a multiple of 12. - Only two regridding options ('Observation' and 'User specified') are available in this new version. - For calculation of metrics and drawing a plot use external package, CLI calls example_package.py Added: example_package.py - supports two options: Map_plot_bias_of_multiyear_climatology and Taylor_diagram_spatial_pattern_of_multiyear_climatology You can merge this pull request into a Git repository by running: $ git pull https://github.com/huikyole/climate CLIMATE-649 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/220.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 #220 ---- commit 96e488b4055fd6be0f4a74fd24fb31254b0380dc Author: huikyole <huiky...@argo.jpl.nasa.gov> Date: 2015-08-03T22:20:57Z Updated: cli_app.py is updated. Added: example_package.py ---- > Update CLI > ---------- > > Key: CLIMATE-649 > URL: https://issues.apache.org/jira/browse/CLIMATE-649 > Project: Apache Open Climate Workbench > Issue Type: Improvement > Components: command line interface > Affects Versions: 1.0.0 > Reporter: Huikyo Lee > Assignee: Huikyo Lee > Priority: Critical > Fix For: 0.5 > > > Updates include following changes. > - It is assumed that there is only one observation data > - time period does not have to be a multiple of 12. > - regridding process needs to be corrected. Only two regridding options > ('Observation' and 'User specified') are available in this new version. > - For calculation of metrics and drawing a plot use external package, CLI > calls example_package.py -- This message was sent by Atlassian JIRA (v6.3.4#6332)