xradar
xradar copied to clipboard
A tool to work in weather radar data in xarray
- [x] Closes #202 - [x] Tests added - [x] Changes are documented in `history.md` This PR introduces an apply method to the xradar accessor, allowing users to apply functions...
* xradar version: All * Python version: All * Operating System: All ### Description Add an example fitting xradar datasets/datatrees into uxarray, properly representing the gate centers and edges. This...
* xradar version: 0.6.4 * xarray version: 2024.7.0 * Python version: 3.12.4 * Operating System: Linux ### Description I have found a puzzling bug that only comes up in certain...
* xradar version: 0.5.0 * Python version: 3.11 * Operating System: Linux ### Description I identified two bugs affecting the NEXRAD L2 reader. - The first bug cause the `time`...
Hi @kmuehlbauer @aladinor @mgrover1 ! I start to dive across the xradar codebase and documentation to develop the ERAD short course tutorials. I thought to summarize here some thoughts /...
I have restarted the pull request for the MRR2 reader using the current version as a base. I'm hoping that I've made changes that fix the PR. - [x] Closes...
* xradar version: 0.6.0 * Python version: 3.11.5 * Operating System: Alma Linux Is it possible to use a file-like object instead of filenames when using xradar? According to the...
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...