Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend tile operations to operate on Tensors #18

Open
jpolchlo opened this issue Dec 27, 2019 · 2 comments
Open

Extend tile operations to operate on Tensors #18

jpolchlo opened this issue Dec 27, 2019 · 2 comments

Comments

@jpolchlo
Copy link

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.

@jpolchlo
Copy link
Author

jpolchlo commented Jan 8, 2020

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.

@echeipesh echeipesh reopened this Feb 20, 2020
@jpolchlo
Copy link
Author

These operations also need to be extended to deal with BufferedTensor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants