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 20:34:00 UTC

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

Michael Anderson created CLIMATE-935:
----------------------------------------

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