Ayush Patnaik

Results 54 comments of Ayush Patnaik

In this case, the variable is a lot smaller than the memory, so there shouldn't be a need to stream write. I have saved it as a `.jld` file using...

I took the example from [NCDatasets.jl/README.md](https://github.com/Alexander-Barth/NCDatasets.jl) and modified it to increase the size of the matrix. The write functionality seems to work. ```julia using NCDatasets using DataStructures # This creates...

For the example from [NCDatasets.jl/README.md](https://github.com/Alexander-Barth/NCDatasets.jl), `Rasters.write` in `fix_ncd_write` is working, but `v[:] = data` is also working. I am testing for the original case for which the error had initially...

There is a different issue writing the original datacube this time. I think `missing` is causing some trouble. I have tried to replicate it, for example from [NCDatasets.jl/README.md](https://github.com/Alexander-Barth/NCDatasets.jl). ```julia julia>...

No, it doesn't work. ```julia # Continuing from https://github.com/rafaqz/Rasters.jl/issues/317#issuecomment-1258990373 julia> data = convert(Array{Union{Missing, Float32}, 3}, data) julia> data[1,1,1] = missing julia> v[:,:,:] = data ERROR: OutOfMemoryError() Stacktrace: [1] Array @...

Hi, The test coverage seems to be going down, could you please take a look into that?

> Also I think you should remove the API example, and instead add the output of the `glm` function call. Thanks @nadiaenh for the comments! I wanted to use the...

@smishr @iuliadmtru Please add yourself as co-authors if you are interest. Directly commit to the `yml` file.

Thanks everyone, submitting the paper. Will ask the editors to allow Iulia to add her name in the subsequent stages.

@iuliadmtru right now, your name is not on the paper, but I have requested the editor to allow us to add it in the future.