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/23 18:38:10 UTC

[jira] [Commented] (CLIMATE-612) Calculate time series of a dataset

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

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

GitHub user kwhitehall opened a pull request:

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

    CLIMATE-612 - Calculate time series of a dataset 

    To capture the docstring edits in CLIMATE-598, I branched this off that branch. Note that only 39262db and 5443b9f , are actually associated with this issue. 

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

    $ git pull https://github.com/kwhitehall/climate CLIMATE-612

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

    https://github.com/apache/climate/pull/184.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 #184
    
----
commit f0f846ea0173cc6ea00e55ab0b59f9689295fbda
Author: Kim Whitehall <ki...@jpl.nasa.gov>
Date:   2015-03-22T17:23:20Z

    Update the times array of the DS object when monthly climo is calculated
    
    Update docs and remove duplicate documentation

commit 8c4085976a5f43974e065599fb75de06bf3eb26a
Author: Kim Whitehall <ki...@jpl.nasa.gov>
Date:   2015-03-22T17:23:48Z

    Update the nosetests to test times array

commit 39262db38118d84d50b42330c1f7a5f26f472e85
Author: Kim Whitehall <ki...@jpl.nasa.gov>
Date:   2015-03-23T17:15:10Z

    Add a function to calculate time series

commit 5443b9fcf34a9bdc938d11d6a3dddc707684b659
Author: Kim Whitehall <ki...@jpl.nasa.gov>
Date:   2015-03-23T17:15:40Z

    Add unittest to test calc_time_series

----


> Calculate time series of a dataset 
> -----------------------------------
>
>                 Key: CLIMATE-612
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-612
>             Project: Apache Open Climate Workbench
>          Issue Type: Improvement
>            Reporter: Kim Whitehall
>            Assignee: Kim Whitehall
>            Priority: Minor
>
> Currently one can calculate the climatology year, climatology seasons, and climatology year, but there is no function to calculate the time series of a dataset (i.e. average over lat & lons). As the plotter function for plotting timeseries -  draw_time_series - expects a 3D array (timeseries of input data to plot, ndatasets, ntimes) it is suggested to include a generic function to do such.  



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