Anshul Singhvi
Anshul Singhvi
Ok that dd pr was at least merged, let me get this resolving and maybe add some ci
But @rafaqz is unlikely to be able to help much for the next 2 months or so. Maybe we can just push this through if he's ok with it and...
https://github.com/JuliaGeo/GDAL.jl/blob/c14db1a4f7407fff672c27edc061b4f8e5312d2e/src/libgdal.jl#L4850-L4880 and there's also VSICloseL(filepointer), VSIUnlink(filename_string), VSIFlushL(fp). Looks like ArchGDAL already takes care of VSIFree. ChatGPT is surprisingly good at this obscure api exploration, btw
Yeah, these days I only read official docs after asking the AI first (still have to read them to verify but it's a lot faster if you know what you're...
I guess it's better to broadcast, but this at least indicates how you do it while respecting dimensionality.
Yeah we should fix that before we merge the corresponding PR on raster-benchmark
Yeah I just found that PR, looks like it's still open and under review but close to the finish line. Not at all required since I found the Band hack....
Which Makie backend (GLMakie, WGLMakie) was this on?
Ah, which version were you updating from? It was probably using the image recipe which should never have worked. CairoMakie will need a specialized meshimage rendering pipeline to do this,...
This also happens with anything where you're launching tasks, so even if we are able to avoid the closure issues, we won't be able to avoid this in threaded=true. That's...