Closed cehbrecht closed 3 years ago
@agstephens @Zeitsperre I have updated the notebook example for subset
. Should we add shortcut imports for the parameters?
from roocs_utils.parameter.param_utils import time_interval
as
from clisops.ops import time_interval
@agstephens added a fix for subset_bbox
when combing area
and time_components
parameter:
https://github.com/roocs/clisops/commit/ff69b7b9a71f95d955c3e7624d4ae3ceb4140c04
@Zeitsperre when we have merged this PR we want to make a 0.7.0 release, probably next week on Tuesday. Ok?
@agstephens @Zeitsperre I have updated the notebook example for
subset
. Should we add shortcut imports for the parameters?from roocs_utils.parameter.param_utils import time_interval as from clisops.ops import time_interval
@cehbrecht Yes, that sounds good.
@agstephens added a fix for
subset_bbox
when combingarea
andtime_components
parameter: ff69b7b
Great stuff. @cehbrecht . Thanks for spotting this.
Pull Request Checklist:
[x] This PR addresses an already opened issue (for bug fixes / features)
[x] Tests for the changes have been added (for bug fixes / features)
[x] Documentation has been added / updated (for bug fixes / features)
[x] HISTORY.rst has been updated (with summary of main changes)
[x] I have added my relevant user information to
AUTHORS.md
What kind of change does this PR introduce?:
Feature
yes