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