Martijn Visser
Martijn Visser
No objections from me, just making sure there is a clear scope/story for GeoInterfaceMakie and GeoMakie. It sounds like there is one :)
So it currently throws an error when the time dimension has _FillValue, even if there are no actual missing times? Or only if there are missing times? Probably we can...
Ok, yes throwing an error is definitely defensible. Related, right now we do accept _FillValue without actual missing in the spatial coordinate dimensions, and hydromt_wflow writes it with _FillValue currently:...
Indeed I also found that `Pkg.build` needs to be called twice before it works. It seems to be related to https://github.com/JuliaLang/julia/pull/13506. However this is merged on master, and both 0.4...
Nice work! Do you think it would also make sense to apply this for GDAL raster grids in https://github.com/yeesian/ArchGDAL.jl, or at least https://github.com/evetion/GeoArrays.jl? @yeesian @evetion.
Great. I guess GeoArrays.jl can be removed from the list. Right know it only supports reading the entire grid. And if it would add support for subsets, since it uses...
Great! Yeah I think registering may be good. Since both ChunkedArrayBase and DiskArrays are pure julia, no-deps, small projects, why do you prefer to split it into two packages? May...
Ok yeah then I agree on merging them. Since it is potentially quite a foundational package with many reverse dependencies, placing it in an organization is probably a good idea....
Hi Will, are you aware of the more recent developments in [visr/GDAL.jl](https://github.com/visr/GDAL.jl) and [yeesian/ArchGDAL.jl](https://github.com/yeesian/ArchGDAL.jl/)? They currently provide a quite extensive wrapping of GDAL/OGR. I guess this package either can be...
Yeah indeed wanted to echo @yeesian that this package was incredibly helpful in bootstrapping the other efforts, so thanks for that!