xradar icon indicating copy to clipboard operation
xradar copied to clipboard

A tool to work in weather radar data in xarray

Results 38 xradar issues
Sort by recently updated
recently updated
newest added

In Rainbow, the radar measurements can be sampled for a given fixed angle step (fixselect>Anglestep) It would be nice to have the option to use this as regular nominal coordinates...

* xradar version: 0.1.0 * Python version: 3.11 * Operating System: Linux ### Description - The output `to_odim` is currently assuming ODIM_H5 V2.2. We should discuss how we want to...

We now have a minimal documentation, yikes https://docs.openradarscience.org/projects/xradar/ It already looks very nice, but can be improved. What's missing list (please extend): - [x] mention current version string in docs...

documentation

# from wradlib - [x] rainbow https://github.com/openradar/xradar/pull/32 - [x] sigmet https://github.com/openradar/xradar/pull/33 - [x] gamic hdf5 https://github.com/openradar/xradar/pull/29 - [x] furuno scn/scnx https://github.com/openradar/xradar/pull/30 # from Py-ART - [ ] NEXRAD (level 2,...

enhancement

* xradar version: 0.1.0 * Python version: 3.11 * Operating System: Linux ### Description We currently rely on `datatree.open_datatree` for reading CfRadial2 data. Implementing a `open_cfradial2_datatree` aligning with the other...

Hello! So we were discussing for ACT that a movie creator for radar data/images would be useful, but wouldn't really fall into the scope of ACT. With xradar utilizing xarray,...

Create Model Transformation Notebooks for each input file format as shown with CfRadial1 in #45. See [CfRadial1_Model_Transformation.ipynb](https://github.com/openradar/xradar/blob/main/examples/notebooks/CfRadial1_Model_Transformation.ipynb). - [ ] ODIM_H5 - [ ] GAMIC - [ ] Rainbow -...

We might think about applying [xarray-schema](https://github.com/xarray-contrib/xarray-schema) for validation with the standard.

enhancement

# Let's think about the design! We would like users to be able to use the following: ```python import xarray as xr import xradar ds = xr.open_dataset("some_radar_data.nc", engine="xradar") ``` This...

- [x] Closes #xxxx - [x] Tests added - [x] Changes are documented in `history.md` ### Description: Enhanced Radar File Reading Functionality with Timeout Support #### Summary: This PR introduces...

enhancement