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 2014/04/05 16:58:16 UTC

[jira] [Commented] (CLIMATE-397) Switch UI backend over to safe_subset

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

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

GitHub user MJJoyce opened a pull request:

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

    CLIMATE-397 - Switch UI backend over to safe_subset

    - The UI backend now uses dataset_processor.safe_subset instead of
      subset when it performs subsetting tasks on the loaded datasets. This
      helps to ensure that RCMED datasets don't wind up causing problems due
      to fractional lat/lon grids.

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

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

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

    https://github.com/apache/climate/pull/15.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 #15
    
----
commit 236a0d8dcadc8500bad0846d9f2fe43c9d30a5fd
Author: Michael Joyce <jo...@apache.org>
Date:   2014-04-05T14:56:35Z

    CLIMATE-397 - Switch UI backend over to safe_subset
    
    - The UI backend now uses dataset_processor.safe_subset instead of
      subset when it performs subsetting tasks on the loaded datasets. This
      helps to ensure that RCMED datasets don't wind up causing problems due
      to fractional lat/lon grids.

----


> Switch UI backend over to safe_subset
> -------------------------------------
>
>                 Key: CLIMATE-397
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-397
>             Project: Apache Open Climate Workbench
>          Issue Type: Improvement
>          Components: webapp
>    Affects Versions: 0.3-incubating
>            Reporter: Michael Joyce
>            Assignee: Michael Joyce
>             Fix For: 0.4
>
>
> Make the UI backend use the safe_subset helper instead of subset. This should hopefully remove a number of problems when attempting to subset RCMED datasets where by the subset becomes larger than the dataset's value due to fractional lat/lon grids.



--
This message was sent by Atlassian JIRA
(v6.2#6252)