Michael Joyce created CLIMATE-159:
-------------------------------------
Summary: do_rcmes_procresing_sub breaks when graphing
Key: CLIMATE-159
URL: https://issues.apache.org/jira/browse/CLIMATE-159
Project: Apache Open Climate Workbench
Issue Type: Bug
Components: rcmet, rcmet ui
Affects Versions: 0.1-incubating
Reporter: Michael Joyce
Assignee: Michael Joyce
Priority: Blocker
Fix For: 0.1-incubating
Plotting dies at this point. Looks like a basemap problem.
Generating series of map plots, each for a different time.
Traceback (most recent call last):
File
"/Users/mjjoyce/.virtualenvs/rcmes/lib/python2.7/site-packages/bottle.py", line
764, in _handle
return route.call(**args)
File
"/Users/mjjoyce/.virtualenvs/rcmes/lib/python2.7/site-packages/bottle.py", line
1625, in wrapper
rv = callback(*a, **ka)
File
"/Users/mjjoyce/.virtualenvs/rcmes/lib/python2.7/site-packages/bottle.py", line
1575, in wrapper
rv = callback(*a, **ka)
File
"/Users/mjjoyce/Downloads/0.1-incubating/rcmet/src/main/python/rcmes/services/run_rcmes_processing.py",
line 117, in rcmes_go
awesome.do_rcmes(settings, params, model, mask, options)
File
"/Users/mjjoyce/Downloads/0.1-incubating/rcmet/src/main/python/rcmes/cli/do_rcmes_processing_sub.py",
line 623, in do_rcmes
mytitle, myfname, cMap = colorbar)
File
"/Users/mjjoyce/Downloads/0.1-incubating/rcmet/src/main/python/rcmes/toolkit/plots.py",
line 132, in draw_cntr_map_single
llcrnrlon = lonMin, urcrnrlon = lonMax, resolution = 'l', ax = ax)
File
"/Users/mjjoyce/.virtualenvs/rcmes/lib/python2.7/site-packages/mpl_toolkits/basemap/__init__.py",
line 676, in __init__
self.llcrnrlat = _validated_ll(llcrnrlat, 'llcrnrlat', -90, 90)
File
"/Users/mjjoyce/.virtualenvs/rcmes/lib/python2.7/site-packages/mpl_toolkits/basemap/__init__.py",
line 492, in _validated_ll
(name, minval, maxval))
ValueError: llcrnrlat must be between -90.000000 and 90.000000 degrees
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira