Antonio

Results 5 issues of Antonio

Does YAXArrays support grib files?. If so, how can I load one? If not, could this feature be added? Thanks a lot.

todo

Hello: I have to select data within a geographical window given as longitudes east and west and latitudes north and south. But the spatial coordinate of my data is "values",...

documentation

Would it be possible to backup only selected dashboards? If I have backed up all dashboards, would it be possible to restore only some selected ones?

`RasterStack()` fails to load grib files. It used to work well, but now it does not. Perhaps after an update. ```julia Using Rasters ds = RasterStack("ERA5_N320_1h_sl_sfc_NH15S_1980-12-01_1980-12-31_msl.grib", lazy=true) ``` ```julia ERROR:...

bug

I am aware that Rasters.jl uses GRIBDatasets.jl and NCDatasets.jl in order to deal with Gribs and NetCDF files, respectively. Recently, the ability to make a single dataset from a list...

enhancement