openradar / xradar

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

Port more backend tests from wradlib #72

Open kmuehlbauer opened 1 year ago

kmuehlbauer commented 1 year ago

Description

When porting the code for the backends from wradlib to xradar I've only implemented light testing of overall functionality. I'm currently in the process to actually use xradar from wradlib, removing duplicated code.

There are a bunch of tests still at wradlib, which are better living here.

kmuehlbauer commented 8 months ago

While exploring #138, #139 I've found that a lot of functionality in some backends is not test-friendly abstracted into functions/methods. Instead it needs a file to test the workflow.

Let's use this issue to keep track of wanted/needed changes.