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

GeoRaster.getWindow lazy #173

Open
guydou opened this issue Nov 4, 2018 · 0 comments
Open

GeoRaster.getWindow lazy #173

guydou opened this issue Nov 4, 2018 · 0 comments

Comments

@guydou
Copy link
Contributor

guydou commented Nov 4, 2018

I think GeoRaster.getWindow should not materialize the data of the raster in case the raster is off memory.

I think using VRT we can serialize the raster to get a specific window.

It is important to do that, so we could create GeoRasters that points to windows, these raster will behave the same as they behave today,
but we could also create list of windows and distribute it later to run apply_transform on a cluster of resources, using today code that will casue actually reading the data

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