Alfonso Ladino

Results 12 issues of Alfonso Ladino

Hi everyone, I want to share with you an idea I am working on. I have a collection of tasks/sweeps of weather radar data that are not homogenous in size/shape....

open_datatree performance improvement on NetCDF files - [x] Closes #8994 (NetCDF + Zarr datatree) - [x] Tests added - [ ] User visible changes (including notable bug fixes) are documented...

run-benchmark
topic-DataTree

* xradar version: 0.5.0 * Python version:3.12 * Operating System:Ubunut 22.04 ### Description Hi everyone, I was wondering if we should create an `io` method that allows us to read...

enhancement

- [x] Closes ##9135 - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in `api.rst`

topic-backends
topic-DataTree

Hi everyone, Today, I would like to open a discussion on the [open_datatree](https://github.com/xarray-contrib/datatree/blob/0afaa6cc1d6800987d8b9c37a604dc0a8c68aeaa/datatree/io.py#L37) method for opening some files stored in Zarr. First, I would like to give some background information...

Hi everyone, Handling historical radar datasets can often be overwhelming. To simplify this process, I propose we adopt the concepts from [Kerchunk](https://fsspec.github.io/kerchunk/) / [Virtualizarr](https://virtualizarr.readthedocs.io/en/latest/) to create reference files. By leveraging...

Tracked also in #258 and #264 ## Xradar should support compress files as well as data streaming `pyart` library allows to open in different formats including `Bz`, `gz` and files...

enhancement
help wanted

### What is your issue? Currently, in `Dataset.to_zarr()`, the `consolidated` parameter defaults to `None`, which means that xarray attempts to consolidate metadata by default. However, when using zarr_version=3, consolidated metadata...

topic-zarr

Hi everyone, I am trying to open a 2004 nexrad file and I got an error ```python import xradar as xd import fsspec filepath = "s3://noaa-nexrad-level2/2004/02/19/KVNX/KVNX20040219_043517.gz" storage_options = {"anon": True}...

Hi all. I just got a file in "cfradial2" format. It contains groups instead a single netcdf. Do we need to create a new backend for this kind of files...