Rafael Schouten
Rafael Schouten
Do I have a PR for you... https://github.com/rafaqz/DimensionalData.jl/pull/717 The idea is to allow `Near` and `At` to accept a `Tuple{A,B}` and return a range in that case. I think that...
It's possible it will break on reverse lookups 😅
This is merged now
~~I think you have the chunksize inverted?~~ Oh maybe not. But put an Array in there and see what happens
Yeah, you may want to try doing that in an `open(rast) do R` block
Guess I need to communicate that much better, and maybe as @asinghvi17 wants allow opening without a do block.
Haha I was waiting for this one :) Open the Raster before making the stack! It's opening each one separately. We should be smart and union the filenames, open them...
The problem is actually knowing that each stack layer is from the same file. There is a bunch of code that chains the opening of multiple stack files, but here...
Probably we need a native geopackage writer first ;)
Yes, there are no crs fields in the objects here. We could add them to most, but probably not to points. And I guess strings are not actually copied/inlined for...