You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "Huikyo Lee (JIRA)" <ji...@apache.org> on 2015/11/11 19:51:10 UTC

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

Huikyo Lee created CLIMATE-704:
----------------------------------

             Summary: 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)