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

Mrr2 #172

Open rcjackson opened 2 months ago

rcjackson commented 2 months ago

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 to the ones currently implemented in xarray, with the MRR2 engine being 'metek.' In addition. the xd.io.load_metek_datatree command will load the MRR2 data into a DataTree.

review-notebook-app[bot] commented 2 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

mgrover1 commented 2 months ago

@rcjackson - looks like some of the tests got hung up - rerunning to see if that is resolved! Thanks for the work so far here 😄