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/11/11 20:01:10 UTC

[jira] [Commented] (CLIMATE-704) Sensitivity of spatial boundary check in dataset_processor

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

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

GitHub user huikyole opened a pull request:

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

    CLIMATE-704 - Sensitivity of spatial boundary check in dataset_processor

    - ocw.dataset_processor._are_bounds_contained_by_dataset has been updated to make it less sensitive to very small differences in spatial boundary limits

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

    $ git pull https://github.com/huikyole/climate CLIMATE-704

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

    https://github.com/apache/climate/pull/258.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 #258
    
----

----


> Sensitivity of spatial boundary check in dataset_processor
> ----------------------------------------------------------
>
>                 Key: CLIMATE-704
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-704
>             Project: Apache Open Climate Workbench
>          Issue Type: Improvement
>    Affects Versions: 1.1
>            Reporter: Huikyo Lee
>            Assignee: Huikyo Lee
>             Fix For: 1.1
>
>
> Sometimes, model output's longitudes and latitudes include many decimal digits that are meaningless. When applying dataset_processor.bounds function to spatially subset data, currently the module does not ignore trivial difference between user-provided boundary limits and model output's boundary limits. For example, -45.76 > -45.7599983215.
> This ticket will fix the overly sensitive comparison of the boundary limits by rounding model output's boundary limits to three decimal digits.



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