Martijn Visser

Results 531 comments of Martijn Visser

Great to see that mapping to Dagger is possible in such a simple function. > Probably just writing multiple files is a reasonable option for formats other than zarr. I...

Yeah there's this issue about parallel NetCDF I/O: https://github.com/Alexander-Barth/NCDatasets.jl/issues/122. Am not familiar with it myself.

I see this was closed, perhaps because of 6c01fc87a12ce763b0aca73026837dbfb9bec57b and d0c6bbb8e72ff0fe36864bd513e1be95328bd398? > Pretty sure this happens because we're vendoring a copy of Compat.jl that's not compatible with Julia 1.9 due...

Another breaking change that could perhaps still be bundled with #353 is switching from Base.convert to GeoInterface.convert, see also https://github.com/JuliaGeo/GeoInterface.jl/pull/85#issuecomment-1368536654.

> The compilation took whole night Since you are using connectors with stream variables, it'd be good to try it with https://github.com/SciML/ModelingToolkit.jl/pull/2049.

I think zstd should now work. Details in https://github.com/Alexander-Barth/NCDatasets.jl/issues/116#issuecomment-1573850114

Ah yes, the underlying NetCDF build should now support zstd, but it's not yet available in the API. For zlib there is `nc_def_var_deflate` and `nc_inq_var_deflate` in the C API, and...

Good suggestions! For the julia installation, I'd recommend installing julia from the microsoft store. This puts it on your path directly and allows you to upgrade and manage julia installs...

Besides the artifact size, the many nested directories also can cause issues with the maximum file path on Windows. In this case using PackageCompiler to create a library with the...

> It still makes sense to make separate data package with this information akin to what was done in https://github.com/JuliaTime/TimeZones.jl/pull/441. @omus if I understand correctly [windowsZones.xml](https://github.com/unicode-org/cldr/blob/release-43/common/supplemental/windowsZones.xml) is only used to...