Martijn Visser

Results 527 comments of Martijn Visser

Thanks for the report and example @nathanielvirgo. I've moved the issue from LibGEOS.jl to GeoInterface.jl (or rather GeoInterfaceRecipes which lives in the same repo) since that is where it will...

Yeah good point. This is the Plots.jl issue: https://github.com/JuliaPlots/Plots.jl/issues/972 The last comment may provide a way to get holes with the GR backend, besides the workaround used above to plot...

> So unfortunately you will have to create the PDESystem after your ODE BC, and re discretize every time you want to change it. This sounds like a good solution,...

Perhaps I don't fully understand, but are you suggesting to add the equation `bc_sys.u_bc ~ u(t, 0)` both to the PDE equations as well as the boundary conditions? I tried...

Would indeed be great. The problem is getting a working build for all platforms. The 4.9 builds in https://github.com/Alexander-Barth/NetCDF_jll.jl/releases/tag/NetCDF-v400.902.9%2B0 are missing Windows for instance. There is some hope that a...

Turns out not to have helped at all... :( https://github.com/JuliaPackaging/Yggdrasil/issues/4511#issuecomment-1198134988

We now ship libnetcdf v4.9. Since zstd compression support was brought up, and is not supported yet, I'll rename the issue to that. https://github.com/JuliaPackaging/Yggdrasil/pull/5319 has quite some helpful information, on...

Thanks for bringing this up. Didn't think about this that much yet, but it seems like a good addition to this package. First we must decide what an AbstractRaster (name...

See also https://github.com/yeesian/ArchGDAL.jl/issues/37#issuecomment-426568946 for some related discussion. Main issue; if we have an `AbstractRaster` that is a `AbstractArray`, how do we know which dimension is which? For GDAL it is...

> issue about storing time Good to know that the GDAL folks (Even) are also thinking about adding support for extra dimensions in the GDAL data model in RFC 75:...