bekozi

Results 49 issues of bekozi

When a spatial subset is used with a chunked regridding operation, the mapping to global indices is lost. These indices should be tracked and used during weight file reconstruction.

enhancement

Remove the raster artifacts that create virtual holes/interiors: ![image](https://user-images.githubusercontent.com/636921/79587143-b26b1280-8097-11ea-8143-eb64b4831a6b.png) Simplest solution is to identify self-intersections and remove one of the coordinate sets. There may be other combinations lurking in NHD...

enhancement

Deeply nested netCDF data structures with inherited dimensions are causing issues with dimension map nesting and dimension retrieval from metadata. The two main issues are: 1. Dimension map parametrization should...

bug

@mkmitchell reported an issue with a NARR dataset having a Lambert Conformal Conic projection. The lat/lon coordinate variables were marked with axis x/y attributes. The Cartesian x/y coordinate variables had...

bug

Add ``to_xarray(...)`` on `ocgis` fields and potentially a ``to_ocgis(...)`` somewhere on the other end. Ping @jhamman

enhancement

Create an `ESMF.Mesh` or `ESMF.LocationStream` from geometries. Requirements to keep in mind: * Finding shared nodes * Point = `ESMF.LocationStream` * Line = ? * Polygon = `ESMF.Mesh` * Global/local...

enhancement

* Custom indices assigned a standard function key like ``'icclim_custom'`` * The ``'kwds'`` function dictionary value will be the keyword arguments to ``icclim.indice`` * ``icclim`` documentation for custom indices: http://icclim.readthedocs.io/en/latest/python_api.html#example-3-indice-tg90p-with-callback...

enhancement

who: Ben If a value is masked, it is not used in the calculation. Hence, the value should not be counted in the sample size output.

bug

who: @bekozi Units may be strings or cfunits.Units objects.

enhancement

Currently, the default calculation collection output type from `.execute()` is a `VariableCollection`. This should change to `Field`. The `vc` keyword argument to `AbstractFunction` should also be renamed to something like...

enhancement