Maarten Pronk
Maarten Pronk
There is a proposed solution on the Julia Forum [here](https://discourse.julialang.org/t/interpolation-using-with-cfunction-in-a-macro-reported-as-a-closure-thus-wont-work-on-apple-silicon/75984/2?u=evetion). :tada:
Not so much memory leak, but the possibility of a crash when you access a Feature that has its Layer deleted: > The returned feature becomes the responsibility of the...
Discussed `is3d` and `ismeasured` in #303, which are now implemented in #290. Methods to actually create/set these coordinates (especially for `m`) are still missing.
> Ok, from what I can see, in the failing function `regenerateoverviews!(::T, ::Vector{
It seems wise to add promotion rules indeed, but only for the (probably small amount) of cases where it's needed. In the test we triggered this by mixing both `RasterBand`...
There are multiple ways to specify nodata values in rasters in GDAL. What you propose could be done by updating a nodata mask, without touching the data values directly. However,...
@yeesian Do you have another link to that paper or a full citation? Can't access that server.
Afaik, even if with no tiling, you end up with blocks (that are single rows). In that sense there always is a chunk. I can imagine though that setting tile...
Shameless plug (I'm the author), I've made a first implementation over at https://github.com/evetion/GeoDataFrames.jl.
Since the above PR in Julia is available in 1.7, maybe it's time to revisit this? Not sure what's needed here. I'm interested in this for [GeoDataFrames](https://github.com/evetion/GeoDataFrames.jl), which introduces a...