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

Lazy plotting #172

Open
rafaqz opened this issue May 23, 2021 · 9 comments
Open

Lazy plotting #172

rafaqz opened this issue May 23, 2021 · 9 comments
Labels

Comments

@rafaqz
Copy link
Owner

rafaqz commented May 23, 2021

We should be able to plot larger than memory files and zoom in to get detail.

See: yeesian/ArchGDAL.jl#195

@rafaqz
Copy link
Owner Author

rafaqz commented Jan 5, 2022

This works now, but not with zooming: for that we need Makie.jl recipes.

@felixcremer
Copy link
Contributor

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?

@rafaqz
Copy link
Owner Author

rafaqz commented Jul 30, 2023

How easy would it be to hook PyramidScheme into Rasters?

@felixcremer
Copy link
Contributor

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.

@felixcremer
Copy link
Contributor

Once the registration is done, we should add a small example of using PyramidScheme.jl to the Rasters docs.

@rafaqz rafaqz added the plotting label Feb 1, 2024
@felixcremer
Copy link
Contributor

PyramidScheme is registered now and this could get a mention in the Rasters docs.
There is an example with a RasterDataSource in the PyramidScheme README which could be used.

@rafaqz
Copy link
Owner Author

rafaqz commented Jul 9, 2024

Should show that at JuliaCon too

@felixcremer
Copy link
Contributor

I am going to show PyramidScheme and building a Pyramid from a Raster at my PyramidScheme.jl talk tomorrow.

@rafaqz
Copy link
Owner Author

rafaqz commented Jul 9, 2024

Ok I won't do that in the rasters talk then!

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