xradar
xradar copied to clipboard
A tool to work in weather radar data in xarray
Mrr2
I have added an xarray backend for reading the MRR2 .raw, .pro., and .avg files that are output by the Metek MRR2 software. The usage of the backend is similar...
* 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...
As referenced in https://github.com/openradar/xradar/pull/158 and discussed with @mgrover1 in the MetPy telecon yesterday, there is still some relevant code in https://github.com/openradar/xradar/compare/main...jthielen:xradar:nexrad-level2 that may be helpful, namely that of a reconciled...
After the ACT dev call, we discussed on how moving the MPL reader to xradar would be more fitting: https://github.com/ARM-DOE/ACT/issues/806 I can give this a shot. I will just need...
### Description Add a backend for NEXRAD level 2 and level 3 files ### What We Want to Do NEXRAD data is heavily used within the radar community, and it...
Currently we have roughly 90% code coverage. While this seems good, much of that coverage is generated by reading files and checking some data of that files. This might give...
* xradar version: 0.0.10 * Python version: 3.11 * Operating System: Linux ### Description When porting the code for the backends from wradlib to xradar I've only implemented light testing...
* xradar version: dev * Python version: All * Operating System: All ### Description With datatree being deprecated soon (moving into the core xarray library), we need to change any...
At the last OPERA ET meeting it emerged that there is a real interest for xradar to have and ODIM BUFR reader, in particular to read the French radar data....
### Description In the Rainbow reader, _FillValue is set to 0 and _Undetect is not set. This is causing a loss of information. Normally _Fillvalue should be set to 255...