YAXArrays.jl
YAXArrays.jl copied to clipboard
Yet Another XArray-like Julia package
I am trying to extract some data with the same spatial axes but different time axes. It seems to me as if the savedataset function tries to use the first...
Hello, I am processing data stored in zarr format. Most of it are stored on disk encoded following CF conventions. For instance I have a YAXArray ``` ┌ 1500×1200 YAXArray{Union{Missing,...
We are planning to further separate the loading of the data from the analysis and processing steps. The way forward is to move the DAT module and the registration.jl code...
According to the documentation of `@threads` this is the scheduler that would work best for non-uniform running times in different threads. > :greedy scheduler spawns up to Threads.threadpoolsize() tasks, each...
indexing into an YAXArray with an Extent hits some non-lazy DD path. ```julia lia> cube[ext] ^CERROR: InterruptException: Stacktrace: [1] maybe_throw() @ GDAL ~/.julia/packages/GDAL/R5iZD/src/error.jl:40 [2] aftercare @ ~/.julia/packages/GDAL/R5iZD/src/error.jl:59 [inlined] [3] gdalrasterioex(hRBand::ArchGDAL.IRasterBand{…},...
Running a line plot of a one dimensional YAXArray backed by a DiskArray this fails with the following error, running a scatterplot with the same data works. I am not...
Is it possible to read groups from a netcdf file ? I'm guessing no if YAXArrays NetCDF support is via the NetCDF.jl package, given https://github.com/JuliaGeo/NetCDF.jl/issues/145 ?
If we have a `.nc` or `.zarr` file generated by xarray, can we read and manipulate it with all functionality with YAXArrays.jl? - I tried open .zarr file generated by...
I have problems opening the result in QGIS, when I save the following cube as a netcdf: ```julia YAXArray with the following dimensions PeakStats Axis with 2 elements: Min Max...