openradar / xradar

A tool to work in weather radar data in xarray
https://docs.openradarscience.org/projects/xradar
MIT License
85 stars 17 forks source link

adding datatree parameters #165

Closed aladinor closed 3 months ago

aladinor commented 3 months ago

adding datatree parameters sweep_group_name, sweep_fixed_angle, and radar_parameters to the iris datatree following the FM301 standard WMO data model

kmuehlbauer commented 3 months ago

@aladinor Can you rebase on latest main? Your changes are currently on top of xradar 0.2.0.

mgrover1 commented 3 months ago

@aladinor - I can open an issue on the Py-ART side making those fields not required.

aladinor commented 3 months ago

I will open a new PR since I was working on an outdated folk and I need to work on the required root variables.

kmuehlbauer commented 3 months ago

@aladinor You could just force-push the needed changes to your branch. No need to open a new PR. But do as you feel most comfortable with.

aladinor commented 3 months ago

I was worried about messing everything up. I just decided to start over.