bekozi

Results 49 issues of bekozi

who: @tatarinova Will use defaults from ECA index definitions: > Indices are calculated for the mixed blended series only and over a time span which is as long as the...

enhancement

who: Seth McGinnis, Natalia Tatarinova Support recursive computations that may use the output from the first calculation as input to the second.

enhancement
docs
>= 1 week

who: @bekozi Expose the full suite of keyword arguments to Grid and Field objects in ESMPy through the "regrid_options" argument to OcgOperations.

enhancement
regridding

who: @bekozi Attempting to request base size from operations will currently raise a validation exception.

enhancement
regridding

who: @bekozi Spatial subset operations on the destination grid are repeated in the case of multiple datasets in the request. These operations are fairly low overhead, but speed improvements may...

enhancement
regridding

who: @bekozi Clip operations will raise a validation exception. The current implementation in regridding requires the spatial operation to occur before regridding. The subset operation needs to be refactored to...

enhancement
regridding

Add comparison to basis "time:value" table. Times not present in the basis will be removed from the output time series (in case of leap years and differing calendars). Operators to...

enhancement

who: Nils Hempelmann Allow dates to be chosen from the previous year for a winter season if the year is available. Also, put a flag 'seasons' that will represent the...

enhancement

who: Nils Hempelmann Add "normalize_by" global option for calculations. The initial option will be "sample_size". Example syntax: ``` python calc = [{'func': 'mean', 'name': 'mean', 'kwds': {'normalize_by': 'sample_size'}}] ```

enhancement