Martijn Visser

Results 193 issues of Martijn Visser

I wrote some code to add a coordinate reference system to a NCDataset, that might be useful for others, and perhaps can start a discussion on integrating a form of...

**Describe the bug** A new NetCDF_jll release was made a few days ago. It appears that this doesn't communicate well with the HDF5 dependency. This was introduced in https://github.com/JuliaPackaging/Yggdrasil/pull/4481, cc...

help wanted
upstream bug

I read this StackOverflow question: https://stackoverflow.com/q/68135528, and through it I found out that there are apparently netCDFs out there with variables of type `short`, but if they have an attribute...

Rebased version of #197 from @simeonschaub. As mentioned in https://github.com/JuliaLang/juliaup/pull/197#issuecomment-1172395911 I thought the rebase was quite tricky, so please have a good look. ``` > juliaup add 1.6 Installing Julia...

I understand that the way to have geometries with attributes behave like tables in this package is to create a StructArray for the collection. Do you have any idea what...

Sorry for spamming the issues, but just want to get some of them out of my head :) This issue is somewhat similar to #49, but that is about features...

I'd like to be able to represent user data with arbitrary field names. Right now the `meta_type` macro allows you to specify the designated field name of the geometry, which...

The Polygon type currently holds an exterior ring and one or more interior rings, but otherwise doesn't enforce much. Currently it is not enforced that the first and last positions...

Running BinaryBuilder master on Julia 1.3 RC5, I get a `Failed to open '\\.\tape0` in `import_docker_image`. ```julia julia> using BinaryBuilder; BinaryBuilder.runshell(Linux(:x86_64, libc=:glibc), verbose=true) [ Info: Precompiling BinaryBuilder [12aac903-9f7c-5d81-afc2-d9565ea332ae] [ Info:...

This is with NetCDF.jl master on Julia 1.4-rc2 ``` julia> using NetCDF julia> d = NcDim("Dim1", 1) NcDim(-1, -1, -1, "Dim1", 0x0000000000000001, Any[], Dict{Any,Any}(), false) julia> v = NcVar("v1", [d])...