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

Focal operations on Tensors #22

Open
jpolchlo opened this issue Jan 9, 2020 · 1 comment
Open

Focal operations on Tensors #22

jpolchlo opened this issue Jan 9, 2020 · 1 comment
Labels

Comments

@jpolchlo
Copy link

jpolchlo commented Jan 9, 2020

Rasterframes is still devoid of focal operations, but we frequently see use cases that require this capability. It is a difficult problem by virtue of needing to have a deep infrastructure. The minimal success conditions for this task require buffered tiles or tensors, a reading infrastructure where the buffer size can be communicated to the data source, modifications to the local op infrastructure to accept buffered inputs, and a new focal op infrastructure.

In my wildest dreams, this task would also provide a static optimizer to spark SQL logical plans which determines the buffer size from the tree of operations (but this has numerous complications).

I'm tagging this as an Epic, so that this larger task may be broken into narrower constituent tasks.

Requires #19

@jpolchlo jpolchlo added the Epic label Jan 9, 2020
@echeipesh echeipesh added Epic and removed Epic labels Jan 9, 2020
@echeipesh
Copy link
Collaborator

The focal ops are available via python

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

No branches or pull requests

2 participants