Lazaro Alonso

Results 108 issues of Lazaro Alonso

Currently, opening a dataset and calling `Cube` collects just variables with `x/y/t` dimensions. However, it would be nice to have a convenient functions that collects variables into groups with the...

The following fails at several levels: If I do the following ```Julia axlist = [ RangeAxis("other", 1:4), RangeAxis("time", range(1, 20, length=20)), RangeAxis("lon", range(-66.4598,-66.4598, length=1)), RangeAxis("lat", range(-33.4648, -33.4648, length=1)), ] data...

Overwriting a dataset should just do it per variable and not delete the whole file.

This just happens to me 😢 , if you say `overwrite=true` all your other variables will be deleted!!! Plus: overwrite should just act on one variable, the one that we...

what's the cleanest way to delete a variable from a Dataset?

this was mentioned before. But now I think a link to cite this repo is available somewhere.

find a way to increase the font size for labels on top of tiles. Currently, they all are really small, specially when zooming in.

Just wondering how feasible is to have a provider for the 3d tiles from Google. https://cloud.google.com/blog/products/maps-platform/create-immersive-3d-map-experiences-photorealistic-3d-tiles Altough, we still don't have 3d suport in Tyler.jl 😅.

In the current version, doing: ```Julia using WGLMakie using Tyler tyler = Tyler.Map(Rect2f(-0.0921, 51.5, 0.04, 0.025)) ``` shows the map and getting new tiles is possible. However, some errors are...

- change default zoom level for first run on `Map` - Rect selection docs, 4 numbers, 2 numbers For now what are those 4 numbers? we should be able to...