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

BufferTile buffer preservation #565

Open
pomadchin opened this issue Sep 30, 2021 · 0 comments
Open

BufferTile buffer preservation #565

pomadchin opened this issue Sep 30, 2021 · 0 comments

Comments

@pomadchin
Copy link
Member

With the focal operations support #563 and introduction of the BufferTile into GeoTrellis locationtech/geotrellis#3419 we got an extra Tile type (in addition to the RasterRef, Tile and ProjectedRasterTile). This extra type requires a proper handling not only in all focal functions, but also in local (after performing a local operation information about the Tile Buffer should be preserved).

It is possible to solve it via a smiliar pattern matching and "unpacking" of the BufferTile from the depth of RF structures, or via moving all internal RF operations to the BufferTile by default.

This task is the follow up issue of the (eventually) merged #563

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

1 participant