You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "Michael Anderson (JIRA)" <ji...@apache.org> on 2017/11/22 21:00:00 UTC

[jira] [Commented] (CLIMATE-935) subregions_portrait_diagram.py Uses Old Style Bounds Constructor

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

Michael Anderson commented on CLIMATE-935:
------------------------------------------

subregions_rectangular_boundaries.py also.

Adding Apache license and minor Pylint too.

> subregions_portrait_diagram.py Uses Old Style Bounds Constructor
> ----------------------------------------------------------------
>
>                 Key: CLIMATE-935
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-935
>             Project: Apache Open Climate Workbench
>          Issue Type: Bug
>          Components: examples
>            Reporter: Michael Anderson
>            Assignee: Michael Anderson
>
> Example uses:
> Bounds(-10.0, 0.0, 29.0, 36.5)
> Should use:
> Bounds(lat_min=-10.0, lat_max=0.0, lon_min=29.0, lon_max=36.5)
> Else throws error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)