Anshul Singhvi
Anshul Singhvi
What's the criterion for lookups to use this? I guess just `isregular || isirregular || ismatrixlike`?
Here's a version of the code that uses GridChunks from diskarrays: ```julia using Rasters, Proj import DimensionalData as DD using DimensionalData using DiskArrays: GridChunks const RastersProjExt = Base.get_extension(Rasters, :RastersProjExt) using...
I'm using grid chunks manually for the same effect. Since lookup s aren't diskarrays anyway we can use an arbitrary chunk size...
Sampled can also be explicit right?
Hmm could do that as well. Maybe this needs another layer of abstraction then, to calculate the coordinates. We can then dispatch on lookup types or traits. I also want...
Registry PR is already up ;)
Yep that sounds correct, work ongoing to fix that
Hmm could be they are more detailed? But I will create a test case and put it up
In the images from both docs they have an RMSE of 0...there is no difference. I checked with imagemagick. But I just realized that the tile loading code is itself...
@jheinen would it be reasonable to make `display` default to `false` there?