[GitHub] climate pull request #381: Climate-827

2016-08-02 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/381 Climate-827 - new masking options, 'CORDEX [region_name]', 'us_states', 'countries' and 'user' have been added - dataset_processor.subset will be updated later. You can merge this pull reques

[GitHub] climate issue #381: Climate-827

2016-08-02 Thread OCWJenkins
Github user OCWJenkins commented on the issue: https://github.com/apache/climate/pull/381 Merged build triggered. Test Failed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature en

[GitHub] climate issue #381: Climate-827 - Adding spatial masking options

2016-08-02 Thread huikyole
Github user huikyole commented on the issue: https://github.com/apache/climate/pull/381 @agoodm Could you please review this pull request? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] climate pull request #381: Climate-827 - Adding spatial masking options

2016-08-02 Thread agoodm
Github user agoodm commented on a diff in the pull request: https://github.com/apache/climate/pull/381#discussion_r73261216 --- Diff: ocw/dataset.py --- @@ -280,57 +296,44 @@ def __init__(self, lat_min, lat_max, lon_min, else: self._end = None

[GitHub] climate pull request #381: Climate-827 - Adding spatial masking options

2016-08-02 Thread agoodm
Github user agoodm commented on a diff in the pull request: https://github.com/apache/climate/pull/381#discussion_r73263076 --- Diff: ocw/dataset.py --- @@ -360,20 +363,63 @@ def end(self, value): self._end = value -def __str__(self): -la

[GitHub] climate issue #381: Climate-827 - Adding spatial masking options

2016-08-02 Thread OCWJenkins
Github user OCWJenkins commented on the issue: https://github.com/apache/climate/pull/381 Merged build triggered. Test Failed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature en

[GitHub] climate pull request #381: Climate-827 - Adding spatial masking options

2016-08-02 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/381#discussion_r73282237 --- Diff: ocw/dataset.py --- @@ -280,57 +296,44 @@ def __init__(self, lat_min, lat_max, lon_min, else: self._end = None

[GitHub] climate pull request #381: Climate-827 - Adding spatial masking options

2016-08-02 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/381#discussion_r73282263 --- Diff: ocw/dataset.py --- @@ -360,20 +363,63 @@ def end(self, value): self._end = value -def __str__(self): -