-
Notifications
You must be signed in to change notification settings - Fork 36
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
Lazy plotting #172
Comments
This works now, but not with zooming: for that we need Makie.jl recipes. |
With PyramidScheme we have the interactive plotting after a short preparation time for computing the pyramid. Would you expect this to also be able on the fly? |
How easy would it be to hook PyramidScheme into Rasters? |
I am actually already using Rasters for the Makie recipe. And the Readme shows an example of computing the pyramids of a raster from RasterDataSources. This works because DiskArrayEngine uses views an doesn't need a special type anymore. The next step is to register diskarrayengine and pyramidscheme and to streamline the API. |
Once the registration is done, we should add a small example of using PyramidScheme.jl to the Rasters docs. |
PyramidScheme is registered now and this could get a mention in the Rasters docs. |
Should show that at JuliaCon too |
I am going to show PyramidScheme and building a Pyramid from a Raster at my PyramidScheme.jl talk tomorrow. |
Ok I won't do that in the rasters talk then! |
We should be able to plot larger than memory files and zoom in to get detail.
See: yeesian/ArchGDAL.jl#195
The text was updated successfully, but these errors were encountered: