Daniel Loos

Results 10 issues of Daniel Loos

Hello, The texture of a mesh can be expressed as a 3D solid. For example, the OBJ file format allows having `uvw` coordinates besides of 2D `uv` ones. This is...

GLMakie
WGLMakie
feature request

Hello, this error will be thrown using function `data.tree::as.phylo.Node` if a parenthesis character was part of an *internal* node label: `Error in FUN(X[[i]], ...): attempt to set index 2/2 in...

Thanks a lot for updating DGGRID with new address types for indexing cells! The order of the cells matter a lot when it comes to chunking the data so that...

Often, we are interested in only a part of the JSON object. We want to write the types only for the relevant sections. Let there be an object with a...

Fixed in JSON.jl 1.0

The NetCDF data models allows storing attributes of dimensions. This is helpful when it comes to store CF metadata of axis dimensions, e.g. unit and standard_name of axis air pressure....

enhancement
help wanted
todo

Multiple Datasets in the [Common Data Model V4](https://docs.unidata.ucar.edu/netcdf-java/current/userguide/common_data_model_overview.html#data-access-layer-object-model) can be stored in the same file. Hereby, they are organized in (nested) groups, analog to files in directories and subdirectories. For...

Plotting of a concatenated `YAXArray` returns a wrong pattern in its plot. However, everything is fine on in-memory arrays and using comparison operations (e.g. `all(a .== b)`). Tested on Julia...

This PR aims to utilize [CF conventions](https://cfconventions.org/) to generate name and label of a YAXArray. Enables to use CF meta data in heatmap plots, see https://github.com/rafaqz/DimensionalData.jl/pull/989. Implements same behavior as...

We are currently in a phase of transitioning from `mapCube` to the `xmap` interface. My goal is to use this opportunity to comply to [DimensionalData.jl]() and the [Common Data Model](https://github.com/JuliaGeo/CommonDataModel.jl)...

I want to call `mapCube` on all Variables of a `Dataset` within the same Zarr store at once, e.g. converting bands red, green, and blue in parallel. One can apply...