Haakon Ludvig Langeland Ervik
Haakon Ludvig Langeland Ervik
Hello, did you ever get a chance to look into the issue with HDF5? Using this package and Plots in the same environment currently leads to warnings such as the...
I was looking for functionality like this today in a private registry I use. There I had accidentally registered a package with incorrect arguments to `register(...)`, and would have liked...
The failing tests appear related to adding `JET` to test dependencies. It runs locally for me, so not sure what's going on. This can alternatively be replaced with `Test.@inferred`, which...
I like the idea of `Variable{Float32,2}(ds,varname)`. It would be nice if it is possible to opt out of type checking if you're confident (e.g. through unit testing of the code)...
@dennisyatunin can you chip in here?
Currently, we do instantiate `NCDatasets.Variable` at every time step. This is because I only keep the dataset open for the duration I read into memory, then close it, using code...
Thank you! I am doing the looping because I aggregate data from many different files, and I've found the multifile-reading to be quite slow in some instances (but perhaps I'll...
I see, thanks for your response. The benefits of fzf so far outdo this quirk for me, but I thought I'd put up the issue for others to be aware...
@RDokht SeisIO is not really maintained anymore. There's an attempt to continue development on a fork, now called [SeisBase.jl](https://github.com/JuliaSeismo/SeisBase.jl)
@shizhx3 @GI501178767 SeisIO is not really maintained anymore. There's an attempt to continue development on a fork, now called [SeisBase.jl](https://github.com/JuliaSeismo/SeisBase.jl)