[
https://issues.apache.org/jira/browse/CLIMATE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505341#comment-14505341
]
ASF GitHub Bot commented on CLIMATE-622:
----------------------------------------
GitHub user kwhitehall opened a pull request:
https://github.com/apache/climate/pull/191
CLIMATE-622 - allow Bounds object to take optional start and end times
- Update the start and end parameter in the Bounds class in DS to optional
parameters
- Update the subset and safe_subset functions in DSP to set the time ranges
to that of the target DS when subsetting if no Bounds time-ranges are
entered.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kwhitehall/climate CLIMATE-622
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/191.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #191
----
commit 03dd6c1d8b7dd8eeb2229ea26c63fcfd08e41d3b
Author: Kim Whitehall <[email protected]>
Date: 2015-04-21T16:56:24Z
CLIMATE-622 - allow Bounds object to take optional start and end times
commit 9a0a4a0dbe4f96f638ebf44ca5fbb9adf97948e6
Author: Kim Whitehall <[email protected]>
Date: 2015-04-21T17:40:31Z
CLIMATE-622 - allow Bounds object to take optional start and end times
----
> allow Bounds object to take optional start and end times
> --------------------------------------------------------
>
> Key: CLIMATE-622
> URL: https://issues.apache.org/jira/browse/CLIMATE-622
> Project: Apache Open Climate Workbench
> Issue Type: Improvement
> Reporter: Kim Whitehall
> Assignee: Kim Whitehall
>
> Bound objects are used to represent subregions in OCW.
> Given that subregions inherently have the same temporal resolution of the
> domain dataset, it makes sense to make these parameters options. That way,
> when the Bound objects are used for this purpose (as opposed to for defining
> domains as they are usually used), one can choose not to enter time regions.
> This preserves propagation of the time dimension in the evaluations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)