You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rasterframes provides a set of catalyst expressions that operate on Tile-valued columns. These need to be extended to allow for combinations of Tiles and Tensors.
Specifically, BinaryLocalRasterOp, BinaryRasterOp, UnaryLocalRasterOp, UnaryRasterOp and perhaps others need to have their op or eval methods extended to allow for Tensor arguments. This will propagate to the various subclasses, which need their implementations extended. This will likely require an update to the Tensor API to enable these operations.
The text was updated successfully, but these errors were encountered:
The infrastructure for BinaryLocalRasterOp is provided by #17. We still need to expand the coverage to all of the local ops. Only Add is currently implemented.
Rasterframes provides a set of catalyst expressions that operate on Tile-valued columns. These need to be extended to allow for combinations of Tiles and Tensors.
Specifically, BinaryLocalRasterOp, BinaryRasterOp, UnaryLocalRasterOp, UnaryRasterOp and perhaps others need to have their
op
oreval
methods extended to allow for Tensor arguments. This will propagate to the various subclasses, which need their implementations extended. This will likely require an update to the Tensor API to enable these operations.The text was updated successfully, but these errors were encountered: