Xradar includes all the tools to get your weather radar into the xarray data model.
- Free software: MIT license
- Documentation: https://docs.openradarscience.org/projects/xradar
This project provides a Zenodo badge with a DOI for easy citation — click the badge above to get the official citation and permanent archive.
GitHub also offers a “Cite this repository” button near the top right of this page, where you can quickly copy the citation in various formats like APA and BibTeX.
In the rendered documentation, you will find the full citation below.
Tip
Cite Xradar as:
{{ apa_citation }}
At a developer meeting held in the course of the ERAD2022 conference in Locarno, Switzerland, future plans and cross-package collaboration of the openradarscience community were intensively discussed.
The consensus was that a close collaboration that benefits the entire community can only be maximized through joint projects. So the idea of a common software project whose only task is to read and write radar data was born. The data import should include as many available data formats as possible, but the data export should be limited to the recognized standards, such as ODIM_H5 and CfRadial.
As memory representation an xarray based data model was chosen, which is internally adapted to the forthcoming standard CfRadial2.1/FM301. FM301 is enforced by the Joint Expert Team on Operational Weather Radar (JET-OWR). Information on FM301 is available at WMO as WMO CF Extensions.
Any software package that uses xarray in any way will then be able to directly use the described data model and thus quickly and easily import and export radar data. Another advantage is the easy connection to already existing open source radar processing software.
Xradar is considered stable for the implemented readers and writers which have been ported from wradlib. It will remain in beta status until the standard is finalized and the API as well as data model will move into stable/production status.
Important
Currently only polar (radial) and not cartesian or any other gridded radar data can be imported!
- CfRadial1 and CfRadial2
- ODIM_H5 format
- DataMet
- Furuno
- Gamic
- HPL
- Iris
- MRR
- NexradLevel2
- Rainbow
- UF
- Georeferencing (AEQD projection)
- Angle Reindexing
- Format Transformation support to CfRadial1 and CfRadial2
Note
All formats load into CfRadial2, so converting to CfRadial1 is seamless.
Thanks to our many contributors!