Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.3-incubating
-
None
Description
plotter.draw_subregions [1, line 216] requires a 'subregion object' from the old RCMET code base [2, line 37]. This should be removed and replaced with ocw.dataset.Bounds object [3, line 205]. It's possible that additional functionality will need to be added to the Bounds class. Subtasks will track that work.
[1] https://github.com/apache/climate/blob/master/ocw/plotter.py
[2] https://github.com/apache/climate/blob/master/rcmet/src/main/python/rcmes/classes.py
[3] https://github.com/apache/climate/blob/master/ocw/dataset.py